summaryrefslogtreecommitdiff
path: root/test/envparsing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-xtest/envparsing.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh
index 272046214..90a5e62c9 100755
--- a/test/envparsing.sh
+++ b/test/envparsing.sh
@@ -119,6 +119,9 @@ EXPECT=$(cat << "EOF"
"oidc-admin-groups": [
"steamy"
],
+ "oidc-allowed-groups": [
+ "sloths"
+ ],
"oidc-client-id": "1234",
"oidc-client-secret": "shhhh its a secret",
"oidc-enabled": true,
@@ -252,6 +255,7 @@ GTS_OIDC_CLIENT_ID='1234' \
GTS_OIDC_CLIENT_SECRET='shhhh its a secret' \
GTS_OIDC_SCOPES='read,write' \
GTS_OIDC_LINK_EXISTING=true \
+GTS_OIDC_ALLOWED_GROUPS='sloths' \
GTS_OIDC_ADMIN_GROUPS='steamy' \
GTS_SMTP_HOST='example.com' \
GTS_SMTP_PORT=4269 \