Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(secret): corrects corresponding list functions (#310)
Due to a recent refactor in the v2 client library, the list secrets function now returns the entire secret objects instead of just reading the metadata in the previous implementation. This changed object altogther and the way other sections of code fetched the secret name. This commit addresses the issue by correcting the list_secrets function.
- Loading branch information