diff --git a/provider/search-aws/src/main/resources/application.properties b/provider/search-aws/src/main/resources/application.properties index ec58aad4438f2bdd5587a4bdcc6a5b6354f24a70..5fb436339e389ae71b854417fb8ebba3fce6490d 100644 --- a/provider/search-aws/src/main/resources/application.properties +++ b/provider/search-aws/src/main/resources/application.properties @@ -39,6 +39,10 @@ aws.region=${AWS_REGION} aws.es.serviceName=es aws.es.certificate.disableTrust=${ELASTIC_DISABLE_CERTIFICATE_TRUST:false} +# AWS user agent variables +aws.disableUserAgent=${DISABLE_USER_AGENT} +aws.osduVersion={OSDU_VERSION} + ## AWS Lambda configuration aws.lambda.get-groups-function-name=${OSDU_INSTANCE_NAME}-os-entitlements-GroupsFunction # Azure search query properties @@ -64,4 +68,6 @@ service.policy.id=osdu.partition["%s"].search policy.cache.timeout=${POLICY_CACHE_TIMEOUT} PARTITION_API=${PARTITION_BASE_URL}/api/partition/v1 + + spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration