Skip to content

Commit

Permalink
Merge pull request #2436 from ASFHyP3/delete-stack
Browse files Browse the repository at this point in the history
add DeleteStack permission to cloudformation role
  • Loading branch information
asjohnston-asf authored Sep 30, 2024
2 parents c1f4070 + 1f47635 commit 0d5feb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.9.3]
### Fixed
- Added missing cloudformation:DeleteStack permission to cloudformation deployment role in ASF-deployment-ci-cf.yml .

## [7.9.2]

### Removed
Expand Down
1 change: 1 addition & 0 deletions docs/deployments/ASF-deployment-ci-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Resources:
- cloudformation:SetStackPolicy
- cloudformation:CreateStack
- cloudformation:UpdateStack
- cloudformation:DeleteStack
- cloudformation:CreateChangeSet
- cloudformation:DescribeChangeSet
- cloudformation:ExecuteChangeSet
Expand Down

0 comments on commit 0d5feb5

Please sign in to comment.