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
Currently the agent uploads all the Nginx config files that are in the config_dirs path.
config_dirs
However a user may not be comfortable with sending their Nginx configs incase it contains sensitive information they want to protect.
The proposed enhancement is to add an option to sanitize the contents of the Configs using Crossplane's Ignore Directives like:
The text was updated successfully, but these errors were encountered:
Thanks @nkashiv! We've added this enhancement to the backlog and will evaluate it for roadmap fit
Sorry, something went wrong.
Ignore directives features (nginx#229)
34d0668
Add support Ignore directives {nginx#229)
c060829
* for all crossplane.ParseOptions
Add vendor and tests (nginx#229)
3f7e887
Successfully merging a pull request may close this issue.
Currently the agent uploads all the Nginx config files that are in the
config_dirs
path.However a user may not be comfortable with sending their Nginx configs incase it contains sensitive information they want to protect.
The proposed enhancement is to add an option to sanitize the contents of the Configs using Crossplane's Ignore Directives like:
Before uploading them to the controller.
The text was updated successfully, but these errors were encountered: