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

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

adding useragent changes

See merge request !542
parents 1dca67d5 33edcccd
No related branches found
No related tags found
1 merge request!542adding useragent changes
Pipeline #185260 failed
......@@ -42,6 +42,10 @@ aws.elasticache.cluster.key=${CACHE_CLUSTER_KEY:null}
aws.elasticache.cluster.index.expiration=60
aws.elasticache.cluster.schema.expiration=60
# AWS user agent variables
aws.disableUserAgent=${DISABLE_USER_AGENT}
aws.osduVersion={OSDU_VERSION}
# Maximum size of cache value
MAX_CACHE_VALUE_SIZE=1000
......@@ -50,6 +54,8 @@ MAX_CACHE_VALUE_SIZE=1000
aws.ssm=${SSM_ENABLED}
server.ssl.enabled=${SSL_ENABLED:true}
server.ssl.key-store-type=PKCS12
server.ssl.key-store=${SSL_KEY_STORE_PATH:/certs/osduonaws.p12}
......
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