You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It always stay in login page after enter access key(admin) and secret key which are created when creating cluster.
But I can login to the embedded console of MinIO with admin account.
Possible Solution
Tried to create another admin account, but got the same result.
mc admin user add kuangsha-minio-cluster/
mc admin policy add kuangsha-minio-cluster consoleAdmin minio/consoleAdmin.json
mc admin policy set kuangsha-minio-cluster/ consoleAdmin user=console
Environment name and version (e.g. kubernetes v1.17.2): Kubernetes v1.18.14 created by Rancher RKE
Server type and version: CentOS Linux release 8.3.2011
Operating System and version (uname -a): Linux dev-kubenode1 4.18.0-240.1.1.el8_3.x86_64 Add Minio operator #1 SMP Thu Nov 19 17:20:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
@jaggerwang is the login request returning the session token? please check the server is setting the token in the cookie too, make sure you have cookies enabled, also please try on different browsers and incognito mode, this seems to be a browser issue
@Alevsk Still the same when upgrade to the newest 4.0.5 version. And I found that I can only pass request to https port of service in ingress, if passing to http port it always got 404 error.
Same issue here. It worked until I tried to kill the Minio pods one by one as it will be quite usual on Kubernetes cluster with nodes auto-scaling. I also tried to update minio as well as the console and it is still the same.
Tested in MS Edge + incognito mode and Firefox + incognito mode.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.
Expected Behavior
Login to MinIO console.
Current Behavior
It always stay in login page after enter access key(admin) and secret key which are created when creating cluster.
But I can login to the embedded console of MinIO with admin account.
Possible Solution
Tried to create another admin account, but got the same result.
minio/consoleAdmin.json:
Context
MinIO console log:
MinIO Ingress:
Your Environment
minio-operator
): v4.0.2uname -a
): Linux dev-kubenode1 4.18.0-240.1.1.el8_3.x86_64 Add Minio operator #1 SMP Thu Nov 19 17:20:08 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: