1Password / onepassword-sdk-go

https://developer.1password.com/docs/sdks/
MIT License
44 stars 4 forks source link

Add support for logs #76

Open hazcod opened 4 months ago

hazcod commented 4 months ago

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

Marton6 commented 3 months ago

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.