From ed381e8899405e39bf240e497c34a32d4677514b Mon Sep 17 00:00:00 2001 From: Shashwat Sharma <85731764+shshashwat@users.noreply.github.com> Date: Mon, 11 Oct 2021 21:11:26 -0700 Subject: [PATCH] Issue 229: Update SR config properties with correct auth token (#230) Signed-off-by: Shashwat Sharma Update SR config properties with correct auth token --- server/src/conf/schema-registry.config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}