forked from remote/oauth2
google: base account credentials with file-sourcing
Implements the core functionality to allow 3rd party identities access to Google APIs. Specifically, this PR implements the base account credential type and supports file-sourced credentials such as Kubernetes workloads. Later updates will add support for URL-sourced credentials such as Microsoft Azure and support for AWS credentials.
Change-Id: I6e09a450f5221a1e06394b51374cff70ab3ab8a7
GitHub-Last-Rev: 3ab51622f8
GitHub-Pull-Request: golang/oauth2#462
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/276312
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
Trust: Tyler Bui-Palsulich <tbp@google.com>
Trust: Cody Oss <codyoss@google.com>
Run-TryBot: Tyler Bui-Palsulich <tbp@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
committed by
Tyler Bui-Palsulich
parent
08078c50e5
commit
01de73cf58
3
google/internal/externalaccount/testdata/3pi_cred.json
vendored
Normal file
3
google/internal/externalaccount/testdata/3pi_cred.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"SubjToken": "321road"
|
||||
}
|
||||
1
google/internal/externalaccount/testdata/3pi_cred.txt
vendored
Normal file
1
google/internal/externalaccount/testdata/3pi_cred.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
street123
|
||||
Reference in New Issue
Block a user