File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ services:
5959 network_mode : service:web
6060
6161 redis :
62- image : redis:alpine
62+ image : redis:6.0- alpine
6363 command : |
6464 redis-server
6565 --maxmemory 256m
Original file line number Diff line number Diff line change @@ -74,6 +74,20 @@ if (getenv('TRUSTED_HOST_PATTERNS')) {
7474 * END SHEPHERD CONFIG
7575 */
7676
77+ /**
78+ * START OKTA CONFIG
79+ *
80+ * Settings for Okta auth.
81+ */
82+ if (getenv('UA_AUTH_CLIENT_SECRET')) {
83+ $settings['ua_auth.environment'] = getenv('UA_AUTH_ENVIRONMENT');
84+ $settings['ua_auth.client_id'] = getenv('UA_AUTH_CLIENT_ID');
85+ $settings['ua_auth.client_secret'] = getenv('UA_AUTH_CLIENT_SECRET');
86+ }
87+ /**
88+ * END OKTA CONFIG
89+ */
90+
7791/**
7892 * START APP CONFIG
7993 *
You can’t perform that action at this time.
0 commit comments