Skip to content

Commit

Permalink
Tweak OIDC redirect urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Feb 26, 2025
1 parent cfa7041 commit 12d0730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/oidc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ resource "vault_identity_oidc_client" "nomad" {
redirect_uris = [
"http://localhost:4649/oidc/callback",
"http://${data.consul_service.nomad.service[0].address}:${data.consul_service.nomad.service[0].port}/ui/settings/tokens",
"https://nomad.service.consul/ui/settings/tokens",
]
assignments = [
vault_identity_oidc_assignment.default.name
Expand Down

0 comments on commit 12d0730

Please # to comment.