docs/sso/ #369
Replies: 9 comments 29 replies
-
Interesting: Following it, I'm getting the following error, after login to the oauth2 console:
However, if I disable "client authentication", I can login, but getting a 404 error:
|
Beta Was this translation helpful? Give feedback.
-
Hello Ricardo, thanks, But I don't think I have understood it. I have created a user and a password in keycloak and I'm using that credentials to login to oauth2. am I doing wrong?. I mean, when I login to proxy.home.dominio.com it has for user and a password. What should I use ? |
Beta Was this translation helpful? Give feedback.
-
Yes, I saw it, it’s not encoded but “invalid credentials :(“ and it’s strange because I don’t see any error message on the pod.
Enviado desde dispositivo móvil
…________________________________
De: Ricardo Sanchez ***@***.***>
Enviado: Sunday, March 31, 2024 7:05:32 PM
Para: ricsanfre/pi-cluster ***@***.***>
Cc: Javi ***@***.***>; Comment ***@***.***>
Asunto: Re: [ricsanfre/pi-cluster] docs/sso/ (Discussion #369)
If you use a Secret to store credentials (GitOps installation), you have to base64 encode them.
—
Reply to this email directly, view it on GitHub<#369 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAIFKG6V6YY33XAII56ETLLY3A65ZAVCNFSM6AAAAABFPTPYSCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNRVHE4TI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm just getting endless crash loops trying to install this, it fails to connect to postgres...?
Postgres error:
|
Beta Was this translation helpful? Give feedback.
-
One more issue, maybe i've missed something along the line... I find the oauth-proxy is not able to resolve the external address oidc_issuer_url="https://sso.picluster.ricsanfre.com/realms/picluster". What might I have missed that enables the DNS resolution of sso.picluster.ricsanfre.com (and other ingresses) by the oath-proxy pod? Where should it be resolved? neither coredns nor dnsmasq know about it.
|
Beta Was this translation helpful? Give feedback.
-
I got readiness prob 500 on aouth2-proxy pod after 24h of working. Is really embarrassing since i cannot reproduce the error. |
Beta Was this translation helpful? Give feedback.
-
Hi,
|
Beta Was this translation helpful? Give feedback.
-
This is the only Oauth2-proxy configuration that worked for me. Great write up. Do you have anything that redirects you to K8s dashboard? (or would you be willing to add to this article)...Cheers, Dave |
Beta Was this translation helpful? Give feedback.
-
Ah OK, thanks. FluxCD is nice. I use it as well. I've been noodling around with multi-tenancy in K3s and I thought I'd give the k8s dashboard a try with multi-tenant stuff. Basically, a user hitting the dashboard url, getting redirected to keycloak for auth then off to the dashboard itself. |
Beta Was this translation helpful? Give feedback.
-
docs/sso/
How to configure Single-Sign-On (SSO) in our Pi Kubernetes cluster.
https://picluster.ricsanfre.com/docs/sso/
Beta Was this translation helpful? Give feedback.
All reactions