diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-04-14 11:44:19 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-04-14 11:44:19 +0000 |
commit | cdc670c5a1c25b0b0ab460b1711a0a42f270b1f3 (patch) | |
tree | 41ac6c0e7a52505fd1d0de057df6d5328a853cd0 /app/src/main/resources/application-development.yml | |
parent | 1a9b563662e9a9dd1f89e04ce0026e2cc5c4771d (diff) |
Upload bff
Issue-ID: PORTAL-1083
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I50f0a2db2dab28354c32c1ebf5a5e22afb0faade
Diffstat (limited to 'app/src/main/resources/application-development.yml')
-rw-r--r-- | app/src/main/resources/application-development.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app/src/main/resources/application-development.yml b/app/src/main/resources/application-development.yml new file mode 100644 index 0000000..50dfb51 --- /dev/null +++ b/app/src/main/resources/application-development.yml @@ -0,0 +1,30 @@ +spring: + security: + oauth2: + client: + provider: + keycloak: + token-uri: http://localhost:8080/auth/realms/ONAP/protocol/openid-connect/token + jwk-set-uri: http://localhost:8080/auth/realms/ONAP/protocol/openid-connect/certs + registration: + keycloak: + provider: keycloak + client-id: portal-bff + client-secret: 5933482a-9f4c-44e0-9814-dca17e0a9137 + authorization-grant-type: client_credentials + resourceserver: + jwt: + jwk-set-uri: http://localhost:8080/auth/realms/ONAP/protocol/openid-connect/certs + +management: + endpoints: + web: + exposure: + include: "*" + +portal-bff: + realm: ONAP + portal-prefs-url: ${PORTAL_PREFS_URL} + portal-history-url: ${PORTAL_HISTORY_URL} + keycloak-url: ${KEYCLOAK_URL} + instance-id: PORTAL |