Skip to content

disable transaction and bulk_transactions extensions by default #236

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hrodmn
Copy link
Collaborator

@hrodmn hrodmn commented Apr 28, 2025

resolves #231

Related Issue(s):

Description:

It seems hazardous to enable the transactions extensions out-of-the-box because users might not realize that they are enabling users to POST data to the pgstac database. This changes those extensions default to off but lets users opt-in via ENABLED_EXTENSIONS environment variable.

PR Checklist:

  • pre-commit hooks pass locally
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable, and docs build successfully (run make docs)
  • Changes are added to the CHANGELOG.

@hrodmn hrodmn requested a review from vincentsarago April 28, 2025 15:09
@hrodmn hrodmn assigned hrodmn and unassigned hrodmn Apr 28, 2025
@hrodmn hrodmn requested a review from gadomski April 28, 2025 15:09
Co-authored-by: Vincent Sarago <vincent@developmentseed.org>
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.

disable transaction and bulk transactions extensions by default?
3 participants