Infisical / infisical-python

♾ Official Infisical SDK for Python
https://infisical.com/
MIT License
32 stars 7 forks source link

Folders not supported #42

Open TheLiamGuy opened 11 months ago

TheLiamGuy commented 11 months ago

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

gaby commented 10 months ago

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 ?

gaby commented 10 months ago

@TheLiamGuy This was fixed, it was release on Pypi.org