You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We hold the infrastructure-related information in the Storage Bucket and it must be available publicly to pass it to the Helm. Due to security reasons, we want to block the public usage of this bucket. At the moment, we will have a workaround to download this file using the prehook and pass it with the local path.
I would like to take the opportunity to contribute.
What is the best way to copy the files from GCS? I see that Skaffold is using the gsutil cmd to pull the manifests. Can I try the same or use the GCS SDK ?
Expected behavior
Skaffold should read the ValueFile from Google Storage Bucket as well(with Application Default Credential)
Actual behavior
We hold the infrastructure-related information in the Storage Bucket and it must be available publicly to pass it to the Helm. Due to security reasons, we want to block the public usage of this bucket. At the moment, we will have a workaround to download this file using the prehook and pass it with the local path.
The text was updated successfully, but these errors were encountered: