Skip to content
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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

F/574 #599

wants to merge 26 commits into from

Conversation

mhogeweg
Copy link
Member

@mhogeweg mhogeweg commented Feb 5, 2025

various STAC enhancements

@mhogeweg mhogeweg requested a review from as0050629 February 5, 2025 21:50
<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 -->
Copy link
Collaborator

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

Copy link
Collaborator

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>
Copy link
Collaborator

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)

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants