Skip to content

Commit b8f642b

Browse files
authored
Add AUTHENTICATION_REQUIRED to app configmap
1 parent 5eb423b commit b8f642b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/environments/eks/k8s-manifests-staging/app-configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ data:
1616
IAM_URL: https://test-ce-kc-002.credentialengine.org/realms/CE-Test
1717
IAM_CLIENT: TestStagingRegistryAPI
1818
AIRBRAKE_PROJECT_ID: '270205'
19-
SIDEKIQ_CONCURRENCY: '10'
19+
SIDEKIQ_CONCURRENCY: '10'
20+
AUTHENTICATION_REQUIRED: "true"

0 commit comments

Comments
 (0)