From 79d5a84ba50e2be2c12546c7fe6a57983d626b8c Mon Sep 17 00:00:00 2001 From: Stefan Kopf Date: Fri, 4 Jan 2019 12:57:20 +0100 Subject: [PATCH] Update identity-service configuration to match AIS 1.0 defaults (#311) The default values for `realm` and `resource` have been changed in the 1.0 release of AIS. The DBP Charts currently need to overwrite these values. See https://github.com/Alfresco/alfresco-dbp-deployment/blob/177e0fb57cd39d2db0c14572843310fac6ffafeb/charts/incubator/alfresco-dbp/values.yaml#L52 --- .../identity-service-authentication.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties b/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties index ed360f56a8..174b696b10 100644 --- a/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties +++ b/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties @@ -7,7 +7,7 @@ identity-service.authentication.enable-username-password-authentication=true # Identity Service configuration identity-service.auth-server-url=http://localhost:8180/auth -identity-service.realm=springboot +identity-service.realm=alfresco identity-service.ssl-required=none -identity-service.resource=activiti -identity-service.public-client=true \ No newline at end of file +identity-service.resource=alfresco +identity-service.public-client=true