Re: [ceph-users] Object gateway and LDAP Auth

2017-11-13 Thread Josh Haft
Finally got back around to working on this and wanted to provide a solution in case anyone else runs into the same problem. I was able to reproduce the problem using s3cmd, and noticed different calls utilized different signature versions. Doing a GET operation on '/' seemed to use v2 while a 'mak

Re: [ceph-users] Object gateway and LDAP Auth

2017-09-05 Thread Josh Haft
Thanks for your suggestions, Matt. ldapsearch functionality from the rados gw machines works fine using the same parameters specified in ceph.conf (uri, binddn, searchdn, ldap_secret). As expected I see network traffic to/from the ldap host when performing a search as well. The only configuration

[ceph-users] Object gateway and LDAP Auth

2017-08-31 Thread Josh
Hello! I've setup LDAP authentication on an object gateway and am attempting to create a bucket via s3 using python's boto3. It works fine using the access and secret key for a radosgw user, but access is denied using a token generated via radosgw-token with the LDAP user's credentials. The user d