Skip to content

Commit

Permalink
chore: Sonatype Migration to User Tokens (#1216)
Browse files Browse the repository at this point in the history
* chore: Sonatype Migration to User Tokens
  • Loading branch information
ajewellamz authored Jul 23, 2024
1 parent 4ab97bc commit a3b4ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cfn/CB-Staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Resources:
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-CI-Credentials-eBrSNB",
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-haLIjZ",
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-Credentials-WgJanS",
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-Team-Account-0tWvZm",
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-User-Token-zK61bM",
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Github/aws-crypto-tools-ci-bot-AGUB3U"
],
"Action": "secretsmanager:GetSecretValue"
Expand Down
4 changes: 2 additions & 2 deletions codebuild/release/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
secrets-manager:
GPG_KEY: Maven-GPG-Keys-Release-Credentials:Keyname
GPG_PASS: Maven-GPG-Keys-Release-Credentials:Passphrase
SONA_USERNAME: Sonatype-Team-Account:Username
SONA_PASSWORD: Sonatype-Team-Account:Password
SONA_USERNAME: Sonatype-User-Token:username
SONA_PASSWORD: Sonatype-User-Token:password

phases:
install:
Expand Down

0 comments on commit a3b4ef9

Please sign in to comment.