Skip to content

Commit

Permalink
[EC-125] fix: added JWT_TOKEN_PUBLIC_KEY as secret (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Mar 13, 2024
1 parent 68b2328 commit 6993663
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/container_apps/env/dev-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ secrets_names = {
"BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string"
"NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}
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 @@ -83,5 +83,6 @@ secrets_names = {
"BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string"
"NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}

1 change: 1 addition & 0 deletions infra/container_apps/env/prod-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ secrets_names = {
"BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string"
"NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"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 @@ -84,4 +84,5 @@ secrets_names = {
"BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string"
"NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}
1 change: 1 addition & 0 deletions infra/container_apps/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ secrets_names = {
"BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string"
"NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"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 @@ -71,4 +71,5 @@ secrets_names = {
"BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string"
"NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}

0 comments on commit 6993663

Please sign in to comment.