diff --git a/server/src/conf/schema-registry.config.properties b/server/src/conf/schema-registry.config.properties index 9ae40d312..21c5bbd08 100644 --- a/server/src/conf/schema-registry.config.properties +++ b/server/src/conf/schema-registry.config.properties @@ -23,7 +23,7 @@ schemaRegistry.store.pravega.controller.connect.uri=${CONTROLLER_URL} schemaRegistry.store.pravega.controller.connect.security.tls.trustStore.location=${CONTROLLER_TLS_TRUST_STORE} schemaRegistry.store.pravega.controller.connect.security.tls.validateHostName.enable=${CONTROLLER_TLS_VALIDATE_HOSTNAME} schemaRegistry.store.pravega.controller.connect.auth.method=${CONTROLLER_AUTH_METHOD} -schemaRegistry.store.pravega.controller.connect.auth.token=${CONTROLLER_AUTH_METHOD} +schemaRegistry.store.pravega.controller.connect.auth.token=${CONTROLLER_AUTH_TOKEN} ## TLS configuration schemaRegistry.security.tls.enable=${TLS_ENABLED}