aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/resources/application-local.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/resources/application-local.yml')
-rw-r--r--app/src/main/resources/application-local.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/app/src/main/resources/application-local.yml b/app/src/main/resources/application-local.yml
new file mode 100644
index 0000000..e90a13b
--- /dev/null
+++ b/app/src/main/resources/application-local.yml
@@ -0,0 +1,34 @@
+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: pKOuVH1bwRZoNzp5P5t4GV8CqcCJYVtr
+ 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: http://localhost:9001
+ portal-history-url: http://localhost:9002
+ keycloak-url: http://localhost:8080/
+ instance-id: PORTAL
+
+logging:
+ level:
+ root: debug