Skip to content

Commit

Permalink
Change secret keys in application-phiprod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-johnson-dev authored Dec 24, 2024
1 parent 987d432 commit 51b0cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub-prime/src/main/resources/application-phiprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ org:
# Path to the TLS certificate resource for mTLS.
mTlsCertResourceName: src/main/resources/certificates/scoring-engine/nyec-cert.pem # File is blank by default.Add certificate here.
mTlsAwsSecrets:
mTlsKeySecretName: techbd-qa-client-key # The name of the AWS Secrets Manager secret that holds the mTLS private key
mTlsCertSecretName: techbd-qa-client-certificate # The name of the AWS Secrets Manager secret that holds the mTLS client certificate
mTlsKeySecretName: techbd-prd-client-key # The name of the AWS Secrets Manager secret that holds the mTLS private key
mTlsCertSecretName: techbd-prd-client-certificate # The name of the AWS Secrets Manager secret that holds the mTLS client certificate
postStdinPayloadToNyecDataLakeExternal:
# The command requires tenantId as argument 1 and payload via STDIN
# The command will return a status as a normal process and STDOUT will include all verbose debugging
Expand Down

0 comments on commit 51b0cd6

Please sign in to comment.