infisical-python
infisical-python copied to clipboard
Folders not supported
If you run
from infisical import InfisicalClient
client = InfisicalClient(token="servicetokengoeshere")
client.get_all_secrets()
Only secrets at the root seem to show up. Even using client.get_all_secrets(path='/myfolder) still seems to only show items at the root
This was fixed in https://github.com/Infisical/infisical-python/commit/a52232229c2f71db9bfa06e91e42042337104c79 but there hasn't been any releases in a while.
@dangtony98 Any plans to do a release ?
@TheLiamGuy This was fixed, it was release on Pypi.org