Skip to content

Commit

Permalink
and terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 11, 2020
1 parent e49d63f commit 80ef3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/ocwa_frontend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ resource "docker_container" "ocwa_frontend" {
env = [
"COOKIE_SECRET=${random_string.cookie.result}",
"JWT_SECRET=${random_string.jwtSecret.result}",
"LOG_LEVEL=debug",
"AUTH_ENDPOINT=${var.authHost}/auth/realms/ocwa/protocol/openid-connect/auth",
"TOKEN_ENDPOINT=${var.authHost}/auth/realms/ocwa/protocol/openid-connect/token",
"USER_INFO_ENDPOINT=${var.authHost}/auth/realms/ocwa/protocol/openid-connect/userinfo",
Expand Down

0 comments on commit 80ef3ee

Please sign in to comment.