diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-04-27 20:20:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-27 20:20:57 +0000 |
commit | f545b5b04321e75824d2eb609c1deab0a75c9509 (patch) | |
tree | 4718694d434fd48dbf7595ce90beb18d4ebd8ad2 /kubernetes/aai/components/aai-resources/values.yaml | |
parent | 8e34a4ba53b5e2a280eed6517ed6549bab4cd516 (diff) | |
parent | a08006e532a4c4594ca61ef18514f0ad5716e5bc (diff) |
Merge "[AAI] Keycloak integration into aai-resources updates"
Diffstat (limited to 'kubernetes/aai/components/aai-resources/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-resources/values.yaml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml index b84139161e..f30b067b2e 100644 --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@ -49,7 +49,7 @@ global: # global defaults # Active spring profiles for the resources microservice profiles: - active: production,dmaap,aaf-auth + active: production,dmaap,aaf-auth #,keycloak # Notification event specific properties notification: @@ -164,9 +164,19 @@ replicaCount: 1 # Configuration for the resources deployment config: + # configure keycloak according to your environment. + # don't forget to add keycloak in active profiles above (global.config.profiles) keycloak: - host: localhost + host: keycloak.your.domain port: 8180 + # Specifies a set of users, credentials, roles, and groups + realm: aai-resources + # Used by any client application for enabling fine-grained authorization for their protected resources + resource: aai-resources-app + # If set to true, additional criteria will be added that match the data-owner property with the given role + # to the user in keycloak + multiTenancy: + enabled: true # Specifies crud related operation timeouts and overrides crud: |