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 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.