-
Notifications
You must be signed in to change notification settings - Fork 382
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
Support third-party identity #5915
Labels
api: storage
Issues related to the Cloud Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Comments
coryan
added
api: storage
Issues related to the Cloud Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
labels
Feb 24, 2021
coryan
modified the milestones:
GUAC M1: validate design / reduce risk,
GUAC M3: complete AIP features
May 18, 2021
Still needed. |
Strike 2, keep open. |
This was referenced Nov 16, 2022
This was referenced Nov 28, 2022
This was referenced Dec 5, 2022
This was referenced Dec 12, 2022
This was referenced Dec 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: storage
Issues related to the Cloud Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
We need to support third-party identities, like gRPC does in:
https://github.com/grpc/proposal/blob/master/L77-core-cpp-third-party-identity-support-for-call-credentials.md
More details available internally at go/guac-3pi
oauth2_internal::MapCredentials()
storage::oauth2::MapCredentials()
g::c::internal::CreateAuthenticationStrategy
g::c::oauth2_internal::GoogleDefaultCredentials()
g::c::MakeExternalAccountCredentials()
g::c::Options
from factory function to the token sources and token exchangeThe text was updated successfully, but these errors were encountered: