Commit 31adca8
committed
WIP: Add the dwh/grafana host name to keycloak redirect URIs
Without this, SSO login to grafana fails with this error, in
keycloak.log:
2022-10-19 07:24:26,782Z WARN [org.keycloak.events] (default task-10)
[] type=LOGIN_ERROR, realmId=256b7e9d-aff3-4a96-9979-85d2c07326bb,
clientId=ovirt-engine-internal, userId=null, ipAddress=0:0:0:0:0:0:0:1,
error=invalid_redirect_uri,
redirect_uri=https://ost-separate-machine-basic-suite-master-dwh.lago.local/ovirt-engine-grafana/login/generic_oauth
TODO: This should probably be done in dwh setup code or at least
documented - it's not an issue specific to OST. Main obstacle,
technically, is that we do not have the keycloak admin password, so
ould have to ask the user, which is (at least) annoying.
Change-Id: Icbdf559442da8f04c1669f574c0e401c0be4e25b
Signed-off-by: Yedidyah Bar David <[email protected]>1 parent 05d57f2 commit 31adca8
File tree
1 file changed
+56
-0
lines changed- separate-machine-basic-suite-master/test-scenarios
1 file changed
+56
-0
lines changedLines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
0 commit comments