Skip to content

apstndb/adcplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adcplus

Go Reference

This package implements oauth2.TokenSource and signer which respects ADC with impersonation.

Disclaimer

This package is EXPERIMENTAL.

  • No responsibility.
  • May be broken.
  • Will do breaking changes.

Underlying method

credential/impersonate yes no
authorized_user Credentials API Not Supported
service_account Credentials API Sign by JSON key
external_account Credentials API Credentials API as itself
compute_metadata Credentials API Credentials API as itself
App Engine 1st gen(only if WithExperimentalAppEngineSigner(true)) Credentials API appengine.SignBytes()
credential/impersonate yes no
authorized_user Credentials API ADC(refresh token flow)
service_account Credentials API ADC(jwt-bearer token flow)
external_account Credentials API ADC(STS)
compute_metadata Credentials API ADC(token endpoint)
credential/impersonate yes no
authorized_user Credentials API Not Supported
service_account Credentials API ADC(jwt-bearer flow)
external_account Credentials API Not Supported(TODO: retrieve using STS)
compute_metadata Credentials API ADC(identity endpoint)

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages