Fixed JWT and added tests for the gatekeeper

This commit is contained in:
kexkey
2021-11-17 01:07:28 -05:00
parent f62a7f4cf9
commit 1c8219b0c7
14 changed files with 822 additions and 355 deletions

View File

@@ -1,13 +1,14 @@
FROM nginx:1.18.0-alpine
RUN apk add --update --no-cache \
bash \
bash \
git \
openssl \
fcgiwrap \
spawn-fcgi \
curl \
jq
jq \
coreutils
COPY auth.sh /etc/nginx/conf.d/
COPY default.conf /etc/nginx/conf.d/default.conf