-
Notifications
You must be signed in to change notification settings - Fork 3
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
[openTelemetry-audit] Adds plugin of OpenTelemetry Audit Logs #556
base: main
Are you sure you want to change the base?
Conversation
941e4ee
to
97213c7
Compare
58a1375
to
87f627e
Compare
audit-opentelemetry/chart/templates/tests/test-opentelemetry-config.yaml
Outdated
Show resolved
Hide resolved
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.
Hi,
Overall it looks good. Most of the comments are about naming.
I still would prefer to add each component successively when needed but I am fine with this approach as well.
I like the architecture image!
Small addition: You can also include the directory-path here: https://github.com/cloudoperators/greenhouse-extensions/blob/main/.github/licenserc.yaml (as done with opentelemetry). This will then ignore automatically adding license headers and fix the failing check (see below).
Nothing to add from my side. A second pair of eyes would help, then I would say lets ship it! |
This adds a custom PluginDefinition that implements with the otel plugin. It has custom values that are specific for handling auditing. --------- Signed off by: Simon Olander ([email protected])
This adds a skeleton for the audit logs tpl files. At the moment there is no concrete processing of the data. --------- Signed off by: Simon Olander ([email protected])
This is an initial commit which just copies over the already existing otel plugin. Simply because the foundation for this otel-audit plugin will be based on the otel plugin. --------- Signed off by: Simon Olander ([email protected])
…specifics - Defines a name opentelemetry-audit for the plugin - Adds the substring 'audit' to various resource to not conflict with other resources. - Adds architecture diagram --------- Signed off by: Simon Olander ([email protected])
- edits logo - changes names to be more consistent otel-audit -> audit-otel - fixme: add playbook urls --------- Signed off by: Simon Olander ([email protected])
--------- Signed off by: Simon Olander ([email protected])
--------- Signed off by: Simon Olander ([email protected])
…n fields --------- Signed off by: Simon Olander ([email protected])
b58806a
to
d609903
Compare
This adds a skeleton for the audit logs tpl files. At the moment there is no concrete processing of the data. --------- Signed off by: Simon Olander ([email protected])
…of reusing existing plugin --------- Signed off by: Simon Olander ([email protected])
This adds a plugin for OpenTelemetry ingestion of audit relevant signals. This will be a separate plugin from the 'OpenTelemetry' plugin, because it will most likely have different requirements.
This is an initial pull to create the foundation of the plugin.