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

Make google credentials debugable #3034

Open
jroper opened this issue Oct 26, 2023 · 1 comment
Open

Make google credentials debugable #3034

jroper opened this issue Oct 26, 2023 · 1 comment

Comments

@jroper
Copy link

jroper commented Oct 26, 2023

The GoogleSettings class in Alpakka is very private. It won't tell you anything about what credentials it has loaded, in case you want to log something to debug to make sure that it's loading the credentials you expect it to load. It would be nice if it could provide some way of interrogating it, or at least logging, what the name of the service account that it had located is, for example.

@proxo
Copy link

proxo commented May 6, 2024

what's more order of parsing credentials when provider = application-default may cause issues when running the same code & config on different clouds i.e azure vs gcp. The config parsing should be more explicit or visible in logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants