Skip to content

Conversation

meln1k
Copy link
Member

@meln1k meln1k commented Oct 17, 2024

Description

To-Dos

  • I have created tests for any new or updated functionality.
  • I ran tox successfully.

Code of Conduct

By submitting this pull request, I agree to follow the code of conduct.

raise Exception("Only AWS resources expected")

access_edge_collection_enabled = os.environ.get("ACCESS_EDGE_COLLECTION_ENABLED", "false").lower() == "true"
access_edge_collection_enabled = False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This basically disables the functionality always. Let's use it this way:

  • Remove this flag
  • config defaults to false
  • The config property has a warning as a description.

If someone wants to turn it on, it must be enabled in the configuration with clear documentation.

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