commit | d316c397dacae3994fcd260cda14ce872f664581 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Wed Feb 17 11:05:13 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Wed Feb 17 11:05:13 2021 +0000 |
tree | d66d47c14352d85c1c340e3628e5255590f9098a | |
parent | 2a9c7b8141b7575979ea97df34369317f40e5964 [diff] | |
parent | 0b7d7e98299e61242d6b88497a2c871fa679e405 [diff] |
Merge "[AAI] Add multi.tenancy.enabled flag to keycloak properties file"
diff --git a/kubernetes/aai/components/aai-resources/resources/config/application-keycloak.properties b/kubernetes/aai/components/aai-resources/resources/config/application-keycloak.properties index 0aee217..4f480cb 100644 --- a/kubernetes/aai/components/aai-resources/resources/config/application-keycloak.properties +++ b/kubernetes/aai/components/aai-resources/resources/config/application-keycloak.properties
@@ -3,7 +3,7 @@ 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