summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Pfeifer <dominik.pfeifer@scherdel.de>2019-06-12 13:41:10 +0200
committerDominik Pfeifer <dominik.pfeifer@scherdel.de>2019-06-12 13:41:10 +0200
commiteb49bb5e109aa867266b7f32200e5173f89977ea (patch)
tree7e735d1c4d836782124057f5ab52f74ead9cb11d
parent79745d189270f08c3747447ea84839deb19ad0d6 (diff)
downloadwekan-eb49bb5e109aa867266b7f32200e5173f89977ea.tar.gz
wekan-eb49bb5e109aa867266b7f32200e5173f89977ea.tar.bz2
wekan-eb49bb5e109aa867266b7f32200e5173f89977ea.zip
fix oauth2 typos in dockerfile & compose
-rw-r--r--Dockerfile2
-rw-r--r--docker-compose.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index bef82929..23aa1502 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,7 +41,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
OAUTH2_USERNAME_MAP="" \
OAUTH2_FULLNAME_MAP="" \
OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] \
- OAUTH2_REQUEST_PERMISSIONS='openid profiles email' \
+ OAUTH2_REQUEST_PERMISSIONS='openid profile email' \
OAUTH2_EMAIL_MAP="" \
LDAP_ENABLE=false \
LDAP_PORT=389 \
diff --git a/docker-compose.yml b/docker-compose.yml
index 8f1e057f..500efc27 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -331,7 +331,7 @@ services:
# OAUTH2 ID Token Whitelist Fields.
#- OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
# OAUTH2 Request Permissions.
- #- OAUTH2_REQUEST_PERMISSIONS='openid profile email'
+ #- OAUTH2_REQUEST_PERMISSIONS=openid profile email
# OAuth2 ID Mapping
#- OAUTH2_ID_MAP=
# OAuth2 Username Mapping