pveum: remove auth part from Keycloak issuer URL

Keycloak seems to have dropped the `auth` part with their 18.0
release.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-02-09 11:29:06 +01:00 committed by Thomas Lamprecht
parent 7816b93a65
commit fd1745711f

View File

@ -461,7 +461,7 @@ example, you need to replace the `--issuer-url` and `--client-id` with
your information: your information:
---- ----
pveum realm add myrealm2 --type openid --issuer-url https://your.server:8080/auth/realms/your-realm --client-id XXX --username-claim username pveum realm add myrealm2 --type openid --issuer-url https://your.server:8080/realms/your-realm --client-id XXX --username-claim username
---- ----
Using `--username-claim username` enables simple usernames on the Using `--username-claim username` enables simple usernames on the