Skip to content

Commit

Permalink
[EC-122] fix: added JWT_TOKEN_PUBLIC_KEY as secret (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Mar 13, 2024
1 parent a86977e commit 1076108
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- '!helm/**'
- '!**.md'
- '!**ignore'
- '!infra/**'
- '!infra/repository/**'
- '!.terraform-version'
- '!CODEOWNERS'

Expand Down
1 change: 1 addition & 0 deletions infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ secrets_names = {
"KAFKA_SELFCARE_FD_WO_SASL_JAAS_CONFIG" = "eventhub-selfcare-fd-fd-connection-string-lc"
"KAFKA_SC_CONTRACTS_SAP_WO_SASL_JAAS_CONFIG" = "eventhub-sc-contracts-sap-sap-connection-string-lc"
"K8S_AUTHORIZATION_TOKEN" = "jwt-bearer-token-functions"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}
1 change: 1 addition & 0 deletions infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ secrets_names = {
"KAFKA_SELFCARE_FD_WO_SASL_JAAS_CONFIG" = "eventhub-selfcare-fd-fd-connection-string-lc"
"KAFKA_SC_CONTRACTS_SAP_WO_SASL_JAAS_CONFIG" = "eventhub-sc-contracts-sap-sap-connection-string-lc"
"K8S_AUTHORIZATION_TOKEN" = "jwt-bearer-token-functions"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}
1 change: 1 addition & 0 deletions infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ secrets_names = {
"KAFKA_SELFCARE_FD_WO_SASL_JAAS_CONFIG" = "eventhub-selfcare-fd-fd-connection-string-lc"
"KAFKA_SC_CONTRACTS_SAP_WO_SASL_JAAS_CONFIG" = "eventhub-sc-contracts-sap-sap-connection-string-lc"
"K8S_AUTHORIZATION_TOKEN" = "jwt-bearer-token-functions"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}

0 comments on commit 1076108

Please sign in to comment.