package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Apr 30, 2017
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ClientID string `yaml:"client_id"`
ClientSecret string `yaml:"client_secret"`
AuthURL string `yaml:"auth_url"`
TokenURL string `yaml:"token_url"`
Scopes ScopesConfig `yaml:"scopes"`
JWT JWTConfig `yaml:"jwt"`
}
type JWTConfig struct {
PrivateKey string `yaml:"private_key"`
Validity time.Duration `yaml:"validity"`
ValidityPast time.Duration `yaml:"validity_past"`
}
type ScopesCloudProjectConfig struct {
Projects []string `yaml:"projects"`
Roles []string `yaml:"roles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.