Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecretServerClientError with no other information is returned. #17

Open
scetron opened this issue Sep 28, 2022 · 3 comments
Open

SecretServerClientError with no other information is returned. #17

scetron opened this issue Sep 28, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@scetron
Copy link

scetron commented Sep 28, 2022

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.

@tylerezimmerman
Copy link
Contributor

@scetron We have verified this issue on our end. I am adding this to the teams backlog to investigate further and propose a fix.

@tylerezimmerman tylerezimmerman added the bug Something isn't working label Oct 3, 2022
@scetron
Copy link
Author

scetron commented Oct 4, 2022

Excellent! Thank you.

@gamory
Copy link

gamory commented Sep 3, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants