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

add 'allow_ssl_requests_only' variable for S3 bucket configuration #51

Closed
wants to merge 3 commits into from
Closed

add 'allow_ssl_requests_only' variable for S3 bucket configuration #51

wants to merge 3 commits into from

Conversation

mburns
Copy link

@mburns mburns commented Apr 20, 2022

fixes #48

what

This explicitly sets allow_ssl_requests_only option when configuring an S3 bucket, to avoid flapping behavior described in #48

Note, to avoid any surprises, I've made the default false. I'd love to enable it by default if @cloudposse folks are ok with that change.

why

  • Removes a flapping behavior and makes no-op applies be true no-ops.

@mburns mburns requested review from a team as code owners April 20, 2022 18:37
@mburns mburns requested review from a team as code owners April 20, 2022 18:37
@mburns mburns requested review from Gowiem and woz5999 and removed request for a team April 20, 2022 18:37
@drdaeman drdaeman mentioned this pull request May 26, 2022
nitrocode
nitrocode previously approved these changes Jun 19, 2022
Copy link
Member

@nitrocode nitrocode left a comment

Choose a reason for hiding this comment

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

/test all

@nitrocode
Copy link
Member

/test all

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.

s3 bucket policy flaps
3 participants