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
Initialize a Domain authorizer and secret server as shown in the README.
Attempt to get a secret by ID.
A delinea.secrets.server.SecretServerClientError is returned without any other information
Expected behavior
A dictionary with secret values should be returned. If there is an error, something much more verbose should be returned.
Actual behavior
A delinea.secrets.server.SecretServerClientError is returned without any other information. It's not clear to me where the error is.
I have checked the URLs and tokens.
Your environment
MacOs 12.5.1
Python 3.10.6
python-tss-sdk 1.2.0
Steps to reproduce
See above.
The text was updated successfully, but these errors were encountered:
This appears to still be an issue almost two years later. If I understand what I am reading correctly, the SecretServerClientError class doesn't even contain the "response" data that the example specifies to print in the try...except.
I was just pointed to this project from the current documentation. Maybe this should be removed from all references for now?
Description of the issue
Initialize a Domain authorizer and secret server as shown in the README.
Attempt to get a secret by ID.
A
delinea.secrets.server.SecretServerClientError
is returned without any other informationExpected behavior
A dictionary with secret values should be returned. If there is an error, something much more verbose should be returned.
Actual behavior
A
delinea.secrets.server.SecretServerClientError
is returned without any other information. It's not clear to me where the error is.I have checked the URLs and tokens.
Your environment
MacOs 12.5.1
Python 3.10.6
python-tss-sdk 1.2.0
Steps to reproduce
See above.
The text was updated successfully, but these errors were encountered: