| Class | Google::Auth::GCECredentials |
| In: |
lib/googleauth/compute_engine.rb
|
| Parent: | Signet::OAuth2::Client |
Extends Signet::OAuth2::Client so that the auth token is obtained from the GCE metadata server.
| COMPUTE_AUTH_TOKEN_URI | = | "http://169.254.169.254/computeMetadata/v1/"\ "instance/service-accounts/default/token".freeze | The IP Address is used in the URIs to speed up failures on non-GCE systems. | |
| COMPUTE_CHECK_URI | = | "http://169.254.169.254".freeze |