aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/test/resources/application-test.properties
diff options
context:
space:
mode:
authorNandkishor Patke <nandkishor-laxman.patke@t-systems.com>2025-01-27 14:47:47 +0000
committerGerrit Code Review <gerrit@onap.org>2025-01-27 14:47:47 +0000
commit29eeae13c836a07ec145d2d2d1f7f08af15d3634 (patch)
tree20918b72fc1eeea776d3e0bdb5f2e49cdcebf976 /aai-traversal/src/test/resources/application-test.properties
parent6a5ae48f9ad5f46c707fbb3adfb93c584cf9a71a (diff)
parent6288d8cc35c4c96ae1f9e5f1e0f16572d0d19c03 (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.properties5
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