You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
As a developer, I want to be able to automate the creation of different resources within SecretHub by writing tools in Python.
Unfortunately, the Python SDK only handles basic functions centered around reading and writing secrets. This appears to be primarily a result of the current implementation of the https://github.com/secrethub/secrethub-xgo project as the features of the Python SDK are currently in parity with it.
Ideally, every SDK would have parity with the CLI / go code base functionality in order to avoid spawning the CLI in shell processes in order to accomplish various tasks.