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

bug/193-enable-http-endpoint #234

Merged
merged 4 commits into from
Oct 1, 2024

Conversation

tsaucier0
Copy link
Contributor

what

  • Support for serverless v2 to ensure that configurations (like HTTP endpoints for the Data API) are correctly enabled on instances using the serverless v2 implementation.
  • A new condition, is_serverless_v2, was introduced to identify serverless v2 instances based on the specific configuration parameters required for its activation.

why

  • The original code was intended to enable_http_endpoint based on whether the database instance was using serverless architecture. With the introduction of serverless v2 for certain database engines, there is a need to update the logic to accommodate these options.

references

Closes #193

Introduced a new variable to differentiate between standard serverless and serverless v2 configurations. Updated the logic for enabling HTTP endpoints to account for both serverless and serverless v2 setups.
…ed the enable_http_endpoint condition by removing redundant checks for improved clarity and maintainability.
@tsaucier0 tsaucier0 requested review from a team as code owners September 13, 2024 16:52
@mergify mergify bot added the triage Needs triage label Sep 13, 2024
@goruha
Copy link
Member

goruha commented Sep 24, 2024

/terratest

@GabisCampana
Copy link

@goruha Merging can be performed automatically with 1 approving review.

@goruha goruha merged commit 48d4ba3 into cloudposse:main Oct 1, 2024
22 checks passed
@mergify mergify bot removed the triage Needs triage label Oct 1, 2024
Copy link

github-actions bot commented Oct 1, 2024

These changes were released in v1.12.0.

@tsaucier0 tsaucier0 deleted the bug/193-enable-http-endpoint branch October 1, 2024 21:06
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.

enable_http_endpoint not working for serverlessv2 configurations
3 participants