Hi All - For Drive and Explorer, I am successful in using the S3 Compatible connection using an Access and Secret Key. My next test is to make it work with LDAP Token for a AD user. This is important to us since we have existing AD users and groups.
For the product we are using on-premise, I included a link below that talks about setting up LDAP and generating an LDAP Token for S3 login.
https://docs.ceph.com/docs/master/radosgw/ldap-auth/
Will both products support this method?
At the end of the document, there is a section showing a sample S3 client.
USING THE ACCESS TOKEN
Use your favorite S3 client and specify the token as the access key in your client or environment variables.
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=“” # define this with an empty string, otherwise tools might c
Thanks!