We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
There is a need to have an ability to turn on/off specific connectors in given runtime.
Describe the solution you'd like
Option 1: connectors block list. By default, all connectors are enabled. To disable, a user has to pass a flag to disable a connector.
Option 2: connectors allow list. By default, all connectors are enabled. To enable, a user has to pass a flag to disable a connector.
Similar to the PR, flags can be environment variables, e.g: CONNECTOR_HTTP_REST_ENABLED=true or similar.
CONNECTOR_HTTP_REST_ENABLED=true
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Following up from the architecture review session 17 (Aug. 29, 2023).
The text was updated successfully, but these errors were encountered:
needs some discussion to define the solution.
Sorry, something went wrong.
will be part of https://github.com/camunda/product-hub/issues/1063
No branches or pull requests
Is your feature request related to a problem? Please describe.
There is a need to have an ability to turn on/off specific connectors in given runtime.
Describe the solution you'd like
Option 1: connectors block list. By default, all connectors are enabled. To disable, a user has to pass a flag to disable a connector.
Option 2: connectors allow list. By default, all connectors are enabled. To enable, a user has to pass a flag to disable a connector.
Similar to the PR, flags can be environment variables, e.g:
CONNECTOR_HTTP_REST_ENABLED=true
or similar.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Following up from the architecture review session 17 (Aug. 29, 2023).
The text was updated successfully, but these errors were encountered: