[PLT-1425] Add the key used to decrypt cdap sops files to correct failed workflow#352
Merged
juliareynolds-nava merged 16 commits intoDec 18, 2025
Merged
Conversation
gsf
reviewed
Dec 16, 2025
Co-authored-by: Sean Fern <seanfern@navapbc.com>
gsf
reviewed
Dec 17, 2025
Co-authored-by: Sean Fern <seanfern@navapbc.com>
gsf
reviewed
Dec 17, 2025
gsf
approved these changes
Dec 17, 2025
mianava
pushed a commit
that referenced
this pull request
Dec 19, 2025
…led workflow (#352) ## 🎫 Ticket https://jira.cms.gov/browse/PLT-1425 ## 🛠 Changes Granted codebuild-runner access to decrypt the bcda-prod or bcda-test keys as they are used to encrypt cdap sops values. ## ℹ️ Context Added the kms key to correct this permissions error: `Error: User: arn:aws:sts::{$account}:assumed-role/codebuild-runner/AWSCodeBuild-axxxxxxx-7272-421e-8d25-d4f58468c162 is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:us-east-1:{$account}:key/37584589-3eb7-437a-9f20-b00000000b3 because no identity-based policy allows the kms:Decrypt action (Service: AWSKMS; Status Code: 400; Error Code: AccessDeniedException; roxy: null)` ## 🧪 Validation https://github.com/CMSgov/cdap/actions/runs/20241886420/job/58111901612?pr=352 --------- Co-authored-by: Sean Fern <seanfern@navapbc.com>
juliareynolds-nava
added a commit
that referenced
this pull request
Jan 6, 2026
…led workflow (#352) ## 🎫 Ticket https://jira.cms.gov/browse/PLT-1425 ## 🛠 Changes Granted codebuild-runner access to decrypt the bcda-prod or bcda-test keys as they are used to encrypt cdap sops values. ## ℹ️ Context Added the kms key to correct this permissions error: `Error: User: arn:aws:sts::{$account}:assumed-role/codebuild-runner/AWSCodeBuild-axxxxxxx-7272-421e-8d25-d4f58468c162 is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:us-east-1:{$account}:key/37584589-3eb7-437a-9f20-b00000000b3 because no identity-based policy allows the kms:Decrypt action (Service: AWSKMS; Status Code: 400; Error Code: AccessDeniedException; roxy: null)` ## 🧪 Validation https://github.com/CMSgov/cdap/actions/runs/20241886420/job/58111901612?pr=352 --------- Co-authored-by: Sean Fern <seanfern@navapbc.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
https://jira.cms.gov/browse/PLT-1425
🛠 Changes
Granted codebuild-runner access to decrypt the bcda-prod or bcda-test keys as they are used to encrypt cdap sops values.
ℹ️ Context
Added the kms key to correct this permissions error:
Error: User: arn:aws:sts::{$account}:assumed-role/codebuild-runner/AWSCodeBuild-axxxxxxx-7272-421e-8d25-d4f58468c162 is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:us-east-1:{$account}:key/37584589-3eb7-437a-9f20-b00000000b3 because no identity-based policy allows the kms:Decrypt action (Service: AWSKMS; Status Code: 400; Error Code: AccessDeniedException; roxy: null)🧪 Validation
https://github.com/CMSgov/cdap/actions/runs/20241886420/job/58111901612?pr=352