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

Add an operator blocklist #3642

Merged
merged 1 commit into from Nov 15, 2023
Merged

Add an operator blocklist #3642

merged 1 commit into from Nov 15, 2023

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Nov 14, 2023

The tenzir.disable-plugins option is a list of names of plugins and builtins to explicitly forbid from being used in Tenzir.

For example, adding export will prohibit use of the export operator builtin, and adding kafka will prohibit use of the kafka connector plugin. This allows for a more fine-grained control than the tenzir.allow-unsafe-pipelines option.

Tasks

Edit tasklist title
Beta Give feedback Tasklist Tasks, more options

Delete tasklist

Delete tasklist block?
Are you sure? All relationships in this tasklist will be removed.
  1. Implement the blocklist
    Options
  2. Write a changelog entry
    Options
  3. Write documentation
    Options

@dominiklohmann dominiklohmann added feature New functionality engine Core pipeline and storage engine labels Nov 14, 2023
tenzir.yaml.example Outdated Show resolved Hide resolved
libtenzir/src/configuration.cpp Outdated Show resolved Hide resolved
The `tenzir.disabled-plugins` option is a list of names of plugins and
builtins to explicitly forbid from being used in Tenzir.

For example, adding `export` will prohibit use of the `export` operator
builtin, and adding `kafka` will prohibit use of the `kafka` connector
plugin. This allows for a more fine-granular control than the
`tenzir.allow-unsafe-pipelines` option.
@dominiklohmann dominiklohmann merged commit 01513ea into main Nov 15, 2023
24 of 26 checks passed
@dominiklohmann dominiklohmann deleted the topic/operator-blocklist branch November 15, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Core pipeline and storage engine feature New functionality
Projects
None yet
2 participants