aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/test/resources/application.yml
blob: b26e5d4d9fea7efecc42f9ddfe7faaa53548054f (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
30
31
32
33
34
logging:
  level:
    org.springframework.web: TRACE

spring:
  profiles:
    include:
      - access-control
  security:
    oauth2:
      client:
        provider:
          keycloak:
            token-uri: http://localhost:${wiremock.server.port}/auth/realms/ONAP/protocol/openid-connect/token
            jwk-set-uri: http://localhost:${wiremock.server.port}/auth/realms/ONAP/protocol/openid-connect/certs
        registration:
          keycloak:
            provider: keycloak
            client-id: test
            client-secret: test
            authorization-grant-type: client_credentials
      resourceserver:
        jwt:
          jwk-set-uri: http://localhost:${wiremock.server.port}/auth/realms/ONAP/protocol/openid-connect/certs
  jackson:
    serialization:
      FAIL_ON_EMPTY_BEANS: false

bff:
  realm: ONAP
  portal-prefs-url: http://localhost:${wiremock.server.port}
  portal-history-url: http://localhost:${wiremock.server.port}
  keycloak-url: http://localhost:${wiremock.server.port}
  instance-id: PORTAL