Skip to content

Commit a32a165

Browse files
committed
Set AUTHENTICATION_REQUIRED to false
1 parent 034d5bf commit a32a165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ data:
1515
IAM_CLIENT_ID: RegistryAPI
1616
IAM_URL: https://test-ce-kc-002.credentialengine.org/realms/CE-Test
1717
IAM_CLIENT: TestStagingRegistryAPI
18-
AIRBRAKE_PROJECT_ID: '270205'
19-
SIDEKIQ_CONCURRENCY: '10'
20-
AUTHENTICATION_REQUIRED: "true"
18+
AIRBRAKE_PROJECT_ID: "270205"
19+
SIDEKIQ_CONCURRENCY: "10"
20+
AUTHENTICATION_REQUIRED: "false"

0 commit comments

Comments
 (0)