Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d64a6cf

Browse files
committedJul 23, 2024··
chore: Sonatype Migration to User Tokens
1 parent 4ab97bc commit d64a6cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎cfn/CB-Staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Resources:
239239
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-haLIjZ",
240240
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-Credentials-WgJanS",
241241
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-Team-Account-0tWvZm",
242+
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-User-Token-zK61bM",
242243
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Github/aws-crypto-tools-ci-bot-AGUB3U"
243244
],
244245
"Action": "secretsmanager:GetSecretValue"

‎codebuild/release/release-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
secrets-manager:
1010
GPG_KEY: Maven-GPG-Keys-Release-Credentials:Keyname
1111
GPG_PASS: Maven-GPG-Keys-Release-Credentials:Passphrase
12-
SONA_USERNAME: Sonatype-Team-Account:Username
13-
SONA_PASSWORD: Sonatype-Team-Account:Password
12+
SONA_USERNAME: Sonatype-User-Token:username
13+
SONA_PASSWORD: Sonatype-User-Token:password
1414

1515
phases:
1616
install:

0 commit comments

Comments
 (0)
Please sign in to comment.