LDAP authentification for official minio clients (mc or console). #11691
-
Hello! I have asked this question in slack but nobody hasn't answered. We need to use AD for the users authentification. I set
and after this only example go program from ldap manual returns keys and token (not in pretty format like described in manual), on POST request response is "access denied" and also I can't use even mc for filling bucket (we make some tests now and we need to put some info to buckets using AD users). How can I login with AD credentials and put/delete some files into storage through mc, webUI or console? Do we need to write our own client for our tasks? Minio version is 2021-02-24T18:44:45Z PS: sorry for my English, it's not my native language. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
LDAP authentication already works with minio console all you need to do is https://github.com/minio/mc/blob/master/docs/minio-client-complete-guide.md#rotating-credentials |
Beta Was this translation helpful? Give feedback.
LDAP authentication already works with minio console all you need to do is
CONSOLE_LDAP_ENABLED
withmc
you need to use the STS API to get the credentials and use it withmc
https://github.com/minio/mc/blob/master/docs/minio-client-complete-guide.md#rotating-credentials