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
For ingesting security logs, we need to consume audit and other logs from the 1Password API.
Allow to read out signin, usage and audit event logs.
I implemented this in https://github.com/hazcod/one2sen/tree/main/pkg/onepassword
The text was updated successfully, but these errors were encountered:
Hey @hazcod! This sounds like a very interesting use case for the SDKs. Thank you for also sharing your implementation!
We will consider adding this to the SDKs in the future.
Sorry, something went wrong.
No branches or pull requests
Use Case
For ingesting security logs, we need to consume audit and other logs from the 1Password API.
Requirements and desired behavior
Allow to read out signin, usage and audit event logs.
Additional information
I implemented this in https://github.com/hazcod/one2sen/tree/main/pkg/onepassword
The text was updated successfully, but these errors were encountered: