vault-charts icon indicating copy to clipboard operation
vault-charts copied to clipboard

GCS bucket support for storage

Open rimusz opened this issue 8 years ago • 1 comments

rimusz avatar Jul 18 '17 17:07 rimusz

I haven't tried yet, but if you add the right Vault configuration you should be ok:

storage "gcs" {
  bucket           = "my-storage-bucket"
  credentials_file = "/tmp/credentials.json"
}

I will add the condition in the secret to mount the credentials.json file also.

ipedrazas avatar Jul 19 '17 06:07 ipedrazas