Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
add JWT_TOKEN_PUBLIC_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Mar 12, 2024
1 parent e8d7fb5 commit 208ca2d
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 @@ -214,4 +214,5 @@ secrets_names = {
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"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 @@ -233,4 +233,5 @@ secrets_names = {
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"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 @@ -223,4 +223,5 @@ secrets_names = {
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"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 @@ -230,4 +230,5 @@ secrets_names = {
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"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 @@ -213,4 +213,5 @@ secrets_names = {
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"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 @@ -223,4 +223,5 @@ secrets_names = {
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}

0 comments on commit 208ca2d

Please sign in to comment.