Merge "[AAI] Add multi.tenancy.enabled flag to keycloak properties file"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 17 Feb 2021 11:05:13 +0000 (11:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 17 Feb 2021 11:05:13 +0000 (11:05 +0000)
kubernetes/aai/components/aai-resources/resources/config/application-keycloak.properties

index 0aee217..4f480cb 100644 (file)
@@ -3,7 +3,7 @@ spring.autoconfigure.exclude=\
   org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\
   org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
-
+multi.tenancy.enabled=true
 keycloak.auth-server-url=http://{{ .Values.config.keycloak.host }}:{{ .Values.config.keycloak.port }}/auth
 keycloak.realm=aai-resources
 keycloak.resource=aai-resources-app