mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
identity-service.resource=alfresco
|
||||
identity-service.public-client=true
|
||||
|
Reference in New Issue
Block a user