Marian Degel
Results
1
issues of
Marian Degel
When listing namespaces the API throws an exception if no namespaces are found. Example Code: ```python try: ns_client = hvac.Client(url="https://vault.company.org", namespace="some_namespace", token="some_token") sub_namespaces = ns_client.sys.list_namespaces() except Exception as e: import...
enhancement
system backend