Update terraform/keycloak/terraform.tfvars
This commit is contained in:
@@ -29,6 +29,11 @@ oauth2_applications = {
|
|||||||
post_logout_redirect_uris = ["https://ag.hexor.cy/*"]
|
post_logout_redirect_uris = ["https://ag.hexor.cy/*"]
|
||||||
extra_optional_scopes = ["offline_access"]
|
extra_optional_scopes = ["offline_access"]
|
||||||
}
|
}
|
||||||
|
PGAdmin = {
|
||||||
|
redirect_uris = ["https://pg.hexor.cy/oauth2/authorize"]
|
||||||
|
web_origins = ["https://pg.hexor.cy"]
|
||||||
|
post_logout_redirect_uris = ["https://pg.hexor.cy/*"]
|
||||||
|
}
|
||||||
Grafana = {
|
Grafana = {
|
||||||
redirect_uris = ["https://gf.hexor.cy/login/generic_oauth"]
|
redirect_uris = ["https://gf.hexor.cy/login/generic_oauth"]
|
||||||
web_origins = ["https://gf.hexor.cy"]
|
web_origins = ["https://gf.hexor.cy"]
|
||||||
|
|||||||
Reference in New Issue
Block a user