Terraform turnup automation for the EKS Kubernetes clusters that host GOV.UK. See https://github.com/alphagov/govuk-helm-charts for application config.
MIT License
145
stars
25
forks
source link
allow CI pipeline to delete files from mobile backend #1514
We're updating our CI pipeline to tidy up files when they are no longer needed by the backend config (using an aws s3 sync --delete operation). This needs the s3:DeleteObject action to be permitted on the IAM policy that is applied to the CI pipeline
We're updating our CI pipeline to tidy up files when they are no longer needed by the backend config (using an
aws s3 sync --delete
operation). This needs thes3:DeleteObject
action to be permitted on the IAM policy that is applied to the CI pipeline