-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F/574 #599
base: master
Are you sure you want to change the base?
Conversation
work in progress
isEmpty() instead of == Null
via environment variables
<beans:property name="awsAPIGatewayEndpoint" value=""/> --> | ||
<beans:property name="engineType" value="${gpt_engineType:opensearch}"/> <!-- null | opensearch | elasticsearch --> | ||
<beans:property name="awsOpenSearchType" value="${gpt_awsOpenSearchType}"/> <!-- null for all other types of Opensearch | serverless | managed --> | ||
<beans:property name="awsOpenSearchRegion" value="${gpt_awsOpenSearchRegion}"/> <!-- null | valid AWS region --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since all environments will not use Amazon Opensearch serverless, properties related to serverless need to be commented by default , otherwise application will not start in absence of env variables. Please see app-context in master branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have commented in default configuration
type_unique ::= 'unique | ' <field_name> | ||
type_intersects_collection ::= 'intersects_collection' | ||
--> | ||
<beans:value>${gpt_stacValidationRule1}</beans:value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are validation rules optional? then this also need to be commented in default config to avoid server start error. (In case env variable not present)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have commented in default configuration
various STAC enhancements