Replies: 2 comments
-
|
Can´t help you with Kubernetes, but you have the wrong value for redirection You only need to use After that you can troubleshoot permissions issues. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks a lot for the answer ! I tried indeed without the oauth_callback, without luck. I guess part of my issue here is that my OIDC setting is quite complicated, and I don't have a good enough understanding of all the mapping that would need to be done between my minio instance, my keycloak instance and Entra instance to find the issue here. As there were only a few users that needed to use the Console, I fall back to creating them manually through the console, and I think I will keep it without OIDC. Thanks again for the help ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a minio server running in Kubernetes, and as the recent versions of the console do not allow OIDC anymore, I was trying the setup a Console container to connect to minio - thanks for the fork, by the way !
I have created a deployment, a service and and ingress.
On the console login page, I can successful login as the minio admin user.
I can use the "login with SSO (OIDC)" button and tologin correctly using my OIDC provider. I can see in my provider log that the session is validated. But after login, I am redirected to the login page again.... The web log indicate a 403 error when getting https://zzz/api/v1/session with the message "invalid session". I have no log in my minio pod, and in the minio-console pod I only get the following log:
I am guessing there might be an issue with my OIDC setup ? In my minio I have a "console" user and a "consoleAdmin" policy with admin rights. In my OIDC provider (Keycloak with an Azure AD Realm, to make things simpler 😅 ) I have created a bunch of roles and mapper with this name, but I am not even sure this is an OIDC issue ? Is it a redirection issue ? My minio server is reachable at the url"yyy" and the console at the url "zzz", is it the right place to look for the session information ?
Any help would be appreciated ! 🙏
Beta Was this translation helpful? Give feedback.
All reactions