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

adding useragent changes

(cherry picked from commit 34b5481f)
parent 1dca67d5
No related branches found
No related tags found
1 merge request!542adding useragent changes
Checking pipeline status
......@@ -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