Unverified Commit 8648a618 authored by Akash Shah's avatar Akash Shah Committed by GitHub
Browse files

Set authentication_enabled as false by default

Add authentication_enabled as a new env key for the registry service and set it false by default.
Showing with 1 addition and 0 deletions
+1 -0
......@@ -44,6 +44,7 @@ rccoreenv:
connectionInfo_maxPoolSize: {{ registry_connectionInfo_maxPoolSize|default('200')}}
auditTaskExecutor_queueCapacity: {{ registry_auditTaskExecutor_queueCapacity|default('100')}}
taskExecutor_index_queueCapacity: {{ registry_taskExecutor_index_queueCapacity|default('100')}}
authentication_enabled: {{ registry_authentication_enabled|default('false')}}
{# The below should get enabled once the service has probes implemented #}
{# {{ registry_liveness_readiness | to_nice_yaml }} #}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment