There was an error while loading. Please reload this page.
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
client.get_all_secrets(path='/myfolder)
If you run
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