From b784da4b931ec6b7400ff745d9846fe18e5ff7fa Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Fri, 7 Oct 2022 13:09:41 +0200 Subject: [PLATFORM] Add Keycloak ONAP REALM import As part of the ServiceMesh solution Keycloak will be used to enable a central authentication and authorization for ONAP Service Access. This chart provides the import of a default ONAP Realm to an existing Keycloak Instance (alternative to a combined KC+REALM installation). It contains clients for the planned portal-ng. Make all subcomponents selectable Issue-ID: OOM-3021 Signed-off-by: Andreas Geissler Change-Id: I677a3b9e200299c2cde7774e09db6cf33ac510b7 --- kubernetes/onap/resources/overrides/onap-all-ingress-istio.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'kubernetes/onap/resources/overrides') diff --git a/kubernetes/onap/resources/overrides/onap-all-ingress-istio.yaml b/kubernetes/onap/resources/overrides/onap-all-ingress-istio.yaml index 6e156023ee..6888604678 100644 --- a/kubernetes/onap/resources/overrides/onap-all-ingress-istio.yaml +++ b/kubernetes/onap/resources/overrides/onap-all-ingress-istio.yaml @@ -126,6 +126,12 @@ multicloud: enabled: true nbi: enabled: true +platform: + enabled: true + cmpv2-cert-service: + enabled: false + keycloak-init: + enabled: true policy: enabled: true portal: @@ -150,7 +156,5 @@ vnfsdk: enabled: true modeling: enabled: true -platform: - enabled: true a1policymanagement: enabled: true -- cgit 1.2.3-korg