vault-charts
vault-charts copied to clipboard
GCS bucket support for storage
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.