Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fgt_asg: storage bucket name is not globally unique #14

Open
bartekmo opened this issue Oct 1, 2024 · 0 comments
Open

fgt_asg: storage bucket name is not globally unique #14

bartekmo opened this issue Oct 1, 2024 · 0 comments

Comments

@bartekmo
Copy link
Member

bartekmo commented Oct 1, 2024

Storage bucket names must be globally unique. Two deployments in the same project need to have different prefixes thus we will not see the conflict, but deployments in different projects can use the same prefix triggering conflict on the bucket name.

Suggested solution would be to:

  1. generate random suffix
  2. add it to the bucket name
  3. pass bucket name as variable to function
  4. modify function top accept it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant