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

Merge branch 'aws-m18-service-update-may19' into 'master'

fix AWS user agent typo

See merge request !406
parents 627269c5 d7edf585
No related branches found
No related tags found
3 merge requests!438Draft: CG Vulnerability for Woodstox - CVE-2022-40151,!430Upgraded Version of spring-security-config due to Component Governance CVE-2023-34034,!406fix AWS user agent typo
Pipeline #187211 failed
......@@ -8,6 +8,7 @@ server.port=${APPLICATION_PORT}
aws.lambda.get-groups-function-name=${OSDU_INSTANCE_NAME}-os-entitlements-GroupsFunction
aws.region=${AWS_REGION}
aws.osduInstanceName=${OSDU_INSTANCE_NAME}
REGION=${AWS_REGION}
AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2
......@@ -28,7 +29,7 @@ aws.dynamodb.legalTable.ssm.relativePath=${LEGAL_REPOSITORY_SSM_RELATIVE_PATH:se
# AWS user agent variables
aws.disableUserAgent=${DISABLE_USER_AGENT}
aws.osduVersion={OSDU_VERSION}
aws.osduVersion=${OSDU_VERSION}
server.ssl.enabled=${SSL_ENABLED:false}
server.ssl.key-store-type=PKCS12
......
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