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

Create secrets bucket only when needed #844

Merged
merged 1 commit into from
May 17, 2021
Merged

Conversation

vgrigoruk
Copy link
Contributor

@vgrigoruk vgrigoruk commented May 11, 2021

We would like to avoid managed secret buckets creation in case of EnableSecretsPlugin = false

We would like to avoid managed secret buckets creation in case of "EnableSecretsPlugin = false"
Copy link
Contributor

@yob yob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirming I understand the motivation here: Currently we will create a secrets bucket if the SecretsBucket param is blank, and it's blank by default. All stacks that don't provide a customer SecretsBucket will have a new bucket created, even if they've disabled the secrets plugin.

With this change, we'll skip creating the bucket if EnableSecretsBucket is false - regardless of what SecretsBucket is set to.

@vgrigoruk
Copy link
Contributor Author

Hi @yob, exactly as you described.

@yob yob merged commit d0cbdf2 into buildkite:master May 17, 2021
@yob
Copy link
Contributor

yob commented May 17, 2021

Thanks!

@vgrigoruk vgrigoruk deleted the patch-1 branch May 17, 2021 14:32
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

Successfully merging this pull request may close these issues.

None yet

2 participants