Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fail to create runner-binaries-syncer when S3 SSE is enabled #2105

@pinkplus

Description

@pinkplus

I got a 403 error when I tried to appy the terraform configs.

After I did an investigation, I found that it's because I have enabled server-side encryption for the S3 bucket. As a result the terraform module applies a policy to reject any object that is not encrypted (69-103 lines in main.tf).

On the other hand, the trigger object is not configured to use SSE (135-142 lines in runner-binaries-syncer.tf). That's the cause of the 403 error.

I can make a PR to fix this issue if that's ok.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions