Skip to content
Snippets Groups Projects
Commit a284bd06 authored by Abhay Joshi's avatar Abhay Joshi
Browse files

Merge branch 'aws-integration-bios-useragent' into 'master'

adding useragent changes

See merge request !391
parents 5d18695f 18973a4a
No related branches found
No related tags found
1 merge request!391adding useragent changes
Pipeline #185637 failed
......@@ -48,6 +48,10 @@ osdu.mongodb.readPreference=${MONGODB_READ_PREFERENCE:nearest}
osdu.mongodb.maxIdleTimeMS=${MONGODB_MAX_IDLE_TIME_MS:30000}
osdu.mongodb.enableTlsInsecure=${MONGODB_ENABLE_TLS_INSECURE:false}
# AWS user agent variables
aws.disableUserAgent=${DISABLE_USER_AGENT}
aws.osduVersion={OSDU_VERSION}
#AWS KMS Config
aws.kms.keyArn=${KEY_ARN:empty}
......@@ -59,3 +63,5 @@ spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.Sec
aws.elasticache.cluster.endpoint=${CACHE_CLUSTER_ENDPOINT:null}
aws.elasticache.cluster.port=${CACHE_CLUSTER_PORT:null}
aws.elasticache.cluster.key=${CACHE_CLUSTER_KEY:null}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment