[pve-devel] [PATCH docs] pveum: remove `auth` part from Keycloak issuer URL

Lukas Wagner l.wagner at proxmox.com
Thu Feb 9 11:29:06 CET 2023


Keycloak seems to have dropped the `auth` part at some point in the past.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 pveum.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pveum.adoc b/pveum.adoc
index 65d874a..6981d02 100644
--- a/pveum.adoc
+++ b/pveum.adoc
@@ -461,7 +461,7 @@ example, you need to replace the `--issuer-url` and `--client-id` with
 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
-- 
2.30.2






More information about the pve-devel mailing list