public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs] pveum: remove `auth` part from Keycloak issuer URL
@ 2023-02-09 10:29 Lukas Wagner
  2023-02-14 11:27 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2023-02-09 10:29 UTC (permalink / raw)
  To: pve-devel

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

Signed-off-by: Lukas Wagner <l.wagner@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: Re: [PATCH docs] pveum: remove `auth` part from Keycloak issuer URL
  2023-02-09 10:29 [pve-devel] [PATCH docs] pveum: remove `auth` part from Keycloak issuer URL Lukas Wagner
@ 2023-02-14 11:27 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-02-14 11:27 UTC (permalink / raw)
  To: Proxmox VE development discussion, Lukas Wagner

On 09/02/2023 11:29, Lukas Wagner wrote:
> Keycloak seems to have dropped the `auth` part at some point in the past.

from some other references it seems to have happened in 18.0, but I did not
find a clear releases/news list, so hard to tell for sure - anyhow, I got
my local instance I upgraded ~ a year ago (with some faint recollection of
adapting something) already at the short path, so seems to work out.

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

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-14 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09 10:29 [pve-devel] [PATCH docs] pveum: remove `auth` part from Keycloak issuer URL Lukas Wagner
2023-02-14 11:27 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal