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

#492 id token from service account credential api #493

Conversation

guillaumeblaquiere
Copy link

Fixes #492, Could replace the #469 which seems not accepted by @silvolu

Happy to discuss on this. The Env var name are important because this implementation could be reproduce in all other Google auth libraries (in other language) to have a unique way to add this env var (like today the GOOGLE_APPLICATION_CREDENTIALS name)

Best

@guillaumeblaquiere guillaumeblaquiere requested a review from a team as a code owner October 15, 2020 20:40
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2020
@silvolu
Copy link

silvolu commented Oct 20, 2020

Hi Guillaume,

Apologies for the delay in replying on this, I've had some very busy weeks :/

I've been talking to some of the other teams involved, and we want to support your use case but there is some work that we need to do to design some part of this in the larger context of enabling and simplifying sharing credentials across tools (e.g. CLI and client libraries).

We've already started work on this, I'll keep you posted.

@guillaumeblaquiere
Copy link
Author

@silvolu thanks you for your feedback. Let me know if I can help. It will be a pleasure.
Best

@elharo
Copy link
Contributor

elharo commented Jan 5, 2021

closing per @silvolu's comment

@elharo elharo closed this Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Generate id_token with user credential
3 participants