Skip to content

Add events to BitwardenSecret #61

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

Open
deefdragon opened this issue Sep 14, 2024 · 1 comment
Open

Add events to BitwardenSecret #61

deefdragon opened this issue Sep 14, 2024 · 1 comment

Comments

@deefdragon
Copy link

It would be great if create & update events events could be added to the bitwardenSecret's events list. I was doing some debugging, and would have loved to have that info available to understand what the operator was doing/did. (Sync events themselves would happen too often to be of much benefit)

This is the documentation for the event recorder. Its pretty simple overall. The EventInterface's Create method is also rather simple, simply taking in an Event, which the basic building blocks of are the same as with the EventRecorder.

@rvanlaak
Copy link

Could also help with detecting a secret that would get added on sync that is not part of the mapping yet.

Right now it is quite the hassle to start using a new secret, as it first requires doing a deployment for the secrets map, and thereafter another deployment for using the secret.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants