-
Notifications
You must be signed in to change notification settings - Fork 22
feat(dynamic-secrets): implement DynamicSecrets feature #51
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
Conversation
…e, delete, get, and update functionalities
Greptile SummaryThis PR adds comprehensive support for Dynamic Secrets to the Python SDK, including operations for managing dynamic secrets (get, create, update, delete) and their leases (get, create, delete, renew).
Confidence Score: 4/5
Important Files Changed
|
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.
5 files reviewed, 1 comment
…micSecret handling
|
@greptileai re-review and update summary |
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.
5 files reviewed, 1 comment
…oving unused fields and updating method signatures for clarity
a64b48c to
1300c27
Compare
This PR adds support for Dynamic Secrets to the Python SDK, including operations to get, create, update, and delete Dynamic Secrets.
It also adds Dynamic Secrets Leases operations: get, create, delete, and renew.