aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/test/resources/application-development.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/test/resources/application-development.yml')
-rw-r--r--app/src/test/resources/application-development.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/test/resources/application-development.yml b/app/src/test/resources/application-development.yml
index 23602d1..5dbb9f6 100644
--- a/app/src/test/resources/application-development.yml
+++ b/app/src/test/resources/application-development.yml
@@ -30,3 +30,8 @@ bff:
preferences-url: http://localhost:${wiremock.server.port}
history-url: http://localhost:${wiremock.server.port}
keycloak-url: http://localhost:${wiremock.server.port}
+ keycloak-client-id: test
+ endpoints:
+ unauthenticated: /api-docs.html, /api.yaml, /webjars/**, /actuator/**
+ rbac:
+ endpoints-excluded: /api-docs.html, /api.yaml, /webjars/**, /actuator/**