diff --git a/provider/schema-aws/src/main/resources/application-unittest.properties b/provider/schema-aws/src/main/resources/application-unittest.properties index e1aa0924a0caf3ab9b72aeb9ab199ac2b83308fe..8250ca8eff73b3ea052ea7839b7e191968e87e69 100644 --- a/provider/schema-aws/src/main/resources/application-unittest.properties +++ b/provider/schema-aws/src/main/resources/application-unittest.properties @@ -33,6 +33,7 @@ aws.region=${AWS_REGION} aws.dynamodb.endpoint=dynamodb.${AWS_REGION}.amazonaws.com + # if this is turned on then the service tries to connect to elastic search management.health.elasticsearch.enabled=false diff --git a/provider/schema-aws/src/main/resources/application.properties b/provider/schema-aws/src/main/resources/application.properties index 9f6d35266e682fe554527882b9db83cc537c161a..036b888d4c890f9755bf995bde0f0b79d6ac6dc4 100644 --- a/provider/schema-aws/src/main/resources/application.properties +++ b/provider/schema-aws/src/main/resources/application.properties @@ -36,6 +36,10 @@ aws.dynamodb.entityTypeTable.ssm.relativePath=${ENTITY_TYPE_TABLE_SSM_RELATIVE_P aws.dynamodb.schemaInfoTable.ssm.relativePath=${SCHEMA_INFO_TABLE_SSM_RELATIVE_PATH:services/core/schema/SchemaInfoTable} aws.dynamodb.sourceTable.ssm.relativePath=${SOURCE_TABLE_SSM_RELATIVE_PATH:services/core/schema/SourceTable} +# AWS user agent variables +aws.disableUserAgent=${DISABLE_USER_AGENT} +aws.osduVersion={OSDU_VERSION} + # if this is turned on then the service tries to connect to elastic search management.health.elasticsearch.enabled=false