Skip to content

Commit

Permalink
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 9fdc5af commit 2a735f4
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 @@ -75,4 +75,5 @@ app_settings = [
secrets_names = {
"USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-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 @@ -74,4 +74,5 @@ app_settings = [
secrets_names = {
"USERVICE_USER_REGISTRY_API_KEY" = "user-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 @@ -96,4 +96,5 @@ app_settings = [
secrets_names = {
"USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-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 @@ -87,4 +87,5 @@ app_settings = [
secrets_names = {
"USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-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 @@ -75,4 +75,5 @@ app_settings = [
secrets_names = {
"USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-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 @@ -74,4 +74,5 @@ app_settings = [
secrets_names = {
"USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
}

0 comments on commit 2a735f4

Please sign in to comment.