Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4d1ac9a2d | |||
| e475f066d2 | |||
| 126bec5ef7 |
@ -45,6 +45,7 @@ ADMIN_EMAIL=mail@example.com
|
||||
#AUTH_SSO_DEFAULT_ROLE_ID="<UUID-of-a-user-role>"
|
||||
#AUTH_SSO_SYNC_USER_INFO="true"
|
||||
#AUTH_SSO_SCOPE="openid profile email"
|
||||
#AUTH_SSO_ROLE_MAPPING='json:{"sso_role1": "directus-role-uuid","sso_role2": "directus-role-uuid"}'
|
||||
|
||||
# https://directus.io/docs/configuration/auth-sso
|
||||
# if you need more/other provider(s), consult docs on how to override compose.yml:
|
||||
|
||||
@ -14,7 +14,7 @@ services:
|
||||
AUTH_SSO_REQUIRE_VERIFIED_EMAIL: ${AUTH_SSO_REQUIRE_VERIFIED_EMAIL:-false}
|
||||
AUTH_SSO_DEFAULT_ROLE_ID: ${AUTH_SSO_DEFAULT_ROLE_ID}
|
||||
AUTH_SSO_SYNC_USER_INFO: ${AUTH_SSO_SYNC_USER_INFO:-true}
|
||||
AUTH_SSO_ROLE_MAPPING: ${AUTH_SSO_ROLE_MAPPING:-{}}"
|
||||
AUTH_SSO_ROLE_MAPPING: ${AUTH_SSO_ROLE_MAPPING}
|
||||
AUTH_SSO_GROUP_CLAIM_NAME: ${AUTH_SSO_GROUP_CLAIM_NAME:-groups}
|
||||
AUTH_SSO_ICON: ${AUTH_SSO_ICON:-account_circle}
|
||||
AUTH_SSO_LABEL: ${AUTH_SSO_LABEL:-"Single Sign On"}
|
||||
|
||||
@ -62,7 +62,7 @@ services:
|
||||
## Redirect HTTP to HTTPS
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.1+11"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.4.1+11"
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://0.0.0.0:8055/server/health | grep -q '\"status\":\"ok\"'"]
|
||||
|
||||
1
release/0.4.0+11
Normal file
1
release/0.4.0+11
Normal file
@ -0,0 +1 @@
|
||||
compare release notes of 0.3.0 – some recipe upgrading issues
|
||||
1
release/0.4.1+11
Normal file
1
release/0.4.1+11
Normal file
@ -0,0 +1 @@
|
||||
syntax error in oidc compose when using role_mapping
|
||||
Reference in New Issue
Block a user