-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat: add exclude_root_certs option to x509_cert plugin #9822
Conversation
Hi, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
option. Excludes root (and intermediate) certificates from output. (influxdata#9427)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for contributing this PR @jjh74!
📦 Looks like new artifacts were built from this PR. Expand this list to get them here ! 🐯Artifact URLs |
Required for all PRs:
resolves #9427
This PR adds
exclude_root_certs
configuration option(defaults to false) to x509_cert plugin. Whenexclude_root_certs
is true then x509_cert doesn't add metrics for root (and intermediate) certs.outputs:
and with
exclude_root_certs = true
: