-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): swap to new aws account for rke/eks tests (#1339)
## Description Swaps over the eks/rke2 tests to the new AWS commercial account. Points the CI to use the new vpc, state bucket, state lock table provisioned in that account. The base infra is defined in this [repo](https://github.com/defenseunicorns/infra-uds-core) and managed with our spacelift integration. Additionally for the rke2 workflow, the terraform data filter needs to provide the new owning aws account id (since the AMIs are published in a different account than which the CI runs in). The following secrets will need to be updated/created before this will work (I can provide these out of band and then rerun the test CI): - `PERMISSIONS_BOUNDARY_ARN` - `PERMISSIONS_BOUNDARY_NAME` - `AWS_COMMERCIAL_ROLE_TO_ASSUME` - `UDS_IMAGES_AWS_ACCOUNT_ID` ## Related Issue Fixes #1287 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Steps to Validate - N/A ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
- Loading branch information
Showing
4 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters