Skip to content

Commit

Permalink
Merge pull request #400 from umccr/fix-icav2-jwt-secret-name
Browse files Browse the repository at this point in the history
Fixed ICAv2 JWT secret name production
  • Loading branch information
victorskl authored Jul 9, 2024
2 parents 3294cab + d5a04a6 commit 4c34c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ICAv2 Resources - required by various stacks
export const icav2AccessTokenSecretName: Record<AppStage, string> = {
[AppStage.BETA]: 'ICAv2JWTKey-umccr-prod-service-dev', // pragma: allowlist secret
[AppStage.GAMMA]: 'ICAv2JWTKey-umccr-prod-service-staging', // pragma: allowlist secret
[AppStage.PROD]: 'ICAv2JWTKey-umccr-prod-service-prod', // pragma: allowlist secret
[AppStage.PROD]: 'ICAv2JWTKey-umccr-prod-service-production', // pragma: allowlist secret
};

/*
Expand Down

0 comments on commit 4c34c81

Please sign in to comment.