update controller service 33/9033/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Sat, 17 Sep 2022 08:19:05 +0000 (10:19 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Sat, 17 Sep 2022 08:19:11 +0000 (10:19 +0200)
- update of the auth-provider port settings for keycloak,
avoiding any port conflicts

IssueID OAM-297

Change-Id: I71ccdce181a6929cab65687108e179eea86cf4b1
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/oam/sdnr/oauth-provider.config.json

index 7f17f68..9f4c848 100644 (file)
@@ -9,8 +9,9 @@
       "id": "identity",
       "type": "KEYCLOAK",
       "url": "https://identity:8463",
-      "internalUrl": "https://identity:8443",
+      "internalUrl": "https://identity:8463",
       "clientId": "odlux.app",
+      "openIdConfigUrl": "/realms/onap/.well-known/openid-configuration",
       "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb",
       "scope": "openid",
       "title": "ONAP-IDENTITY",