Skip to content

Commit

Permalink
[Unticketed] Remove extra env var that is defined as a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Jan 6, 2025
1 parent a2e1888 commit 79de69c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/api/app-config/env-config/environment-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ locals {
LOGIN_GOV_JWK_ENDPOINT = "https://idp.int.identitysandbox.gov/api/openid_connect/certs"
LOGIN_GOV_AUTH_ENDPOINT = "https://idp.int.identitysandbox.gov/openid_connect/authorize"
LOGIN_GOV_TOKEN_ENDPOINT = "https://idp.int.identitysandbox.gov/api/openid_connect/token"
LOGIN_FINAL_DESTINATION = ""
API_JWT_ISSUER = "simpler-grants-api-${var.environment}"
API_JWT_AUDIENCE = "simpler-grants-api-${var.environment}"
}
Expand Down

0 comments on commit 79de69c

Please sign in to comment.