diff options
author | 2025-01-27 14:47:47 +0000 | |
---|---|---|
committer | 2025-01-27 14:47:47 +0000 | |
commit | 29eeae13c836a07ec145d2d2d1f7f08af15d3634 (patch) | |
tree | 20918b72fc1eeea776d3e0bdb5f2e49cdcebf976 /aai-traversal/src/test/resources/application-test.properties | |
parent | 6a5ae48f9ad5f46c707fbb3adfb93c584cf9a71a (diff) | |
parent | 6288d8cc35c4c96ae1f9e5f1e0f16572d0d19c03 (diff) |
Merge "Make aai-common agnostic of the embedded server (remove jetty-specific code)"
Diffstat (limited to 'aai-traversal/src/test/resources/application-test.properties')
-rw-r--r-- | aai-traversal/src/test/resources/application-test.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/aai-traversal/src/test/resources/application-test.properties b/aai-traversal/src/test/resources/application-test.properties index 3fc66a4..e65d708 100644 --- a/aai-traversal/src/test/resources/application-test.properties +++ b/aai-traversal/src/test/resources/application-test.properties @@ -11,7 +11,6 @@ server.servlet.context-path=${schema.uri.base.path} spring.autoconfigure.exclude=\ org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\ org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,\ - org.keycloak.adapters.springboot.KeycloakAutoConfiguration,\ org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration,\ org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration @@ -82,3 +81,7 @@ management.metrics.web.server.request.autotime.enabled=false scrape.uri.metrics=true aai.notifications.enabled=false + +aai.basic-auth.enabled=true +aai.basic-auth.users[0].username=AAI +aai.basic-auth.users[0].password=AAI |