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

adding useragent changes

(cherry picked from commit 9001a98e)
parent 5d18695f
No related branches found
No related tags found
1 merge request!391adding useragent changes
Pipeline #185180 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