Skip to content

Commit

Permalink
Revert back the saml doc query url to support live deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhukiran9999 committed Sep 10, 2024
1 parent 495cc84 commit a12d123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data "external" "saml_idp_descriptor" {
program = ["${path.module}/bin/http_get.sh"]

query = {
url = "${var.kc_base_url}/realms/${var.kc_realm}/protocol/saml/descriptor"
url = "${var.kc_base_url}/auth/realms/${var.kc_realm}/protocol/saml/descriptor"
}
}

Expand Down

0 comments on commit a12d123

Please sign in to comment.