Home
last modified time | relevance | path

Searched refs:GCPServiceAccountKey (Results 1 – 6 of 6) sorted by relevance

/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/config/
H A Ddownloader.go37 GCPServiceAccountKey: flags.GCPServiceAccountKey,
H A Dglobal_flags.go23 GCPServiceAccountKey string `long:"gcp-service-account-key" env:"BBL_GCP_SERVICE_ACCOUNT_KEY"` member
H A Dmerger.go137 if globalFlags.GCPServiceAccountKey != "" {
138 path, key, err := m.getGCPServiceAccountKey(globalFlags.GCPServiceAccountKey)
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/acceptance-tests/
H A Dconfig.go26 GCPServiceAccountKey string member
150 if config.GCPServiceAccountKey == "" {
216 GCPServiceAccountKey: os.Getenv("BBL_GCP_SERVICE_ACCOUNT_KEY"),
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/backends/
H A Dbackend.go19 GCPServiceAccountKey string member
91 key, err := g.getGCPServiceAccountKey(config.GCPServiceAccountKey)
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/acceptance-tests/actors/
H A Dgcp.go25 rawServiceAccountKey, err := ioutil.ReadFile(config.GCPServiceAccountKey)
27 rawServiceAccountKey = []byte(config.GCPServiceAccountKey)