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
177e0fb57c/charts/incubator/alfresco-dbp/values.yaml (L52)
This commit is contained in:
Stefan Kopf
2019-01-04 12:57:20 +01:00
committed by GitHub
parent 12e082acdb
commit 79d5a84ba5

View File

@@ -7,7 +7,7 @@ identity-service.authentication.enable-username-password-authentication=true
# Identity Service configuration # Identity Service configuration
identity-service.auth-server-url=http://localhost:8180/auth identity-service.auth-server-url=http://localhost:8180/auth
identity-service.realm=springboot identity-service.realm=alfresco
identity-service.ssl-required=none identity-service.ssl-required=none
identity-service.resource=activiti identity-service.resource=alfresco
identity-service.public-client=true identity-service.public-client=true