aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/resources/application-development.yml
blob: e5de9bea1d26de4147b643adfd09ce0be7b64394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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: 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: "*"

bff:
  realm: ONAP
  preferences-url: ${PREFERENCES_URL}
  history-url: ${PORTAL_HISTORY_URL}
  keycloak-url: ${KEYCLOAK_URL}