Re: [ceph-users] Need help related to authentication

2018-12-05 Thread Rishabh S
Hi Benjeman. Thank You for much needed help. Best Regards, Rishabh > On 05-Dec-2018, at 7:50 PM, Benjeman Meekhof wrote: > > Hi Rishabh, > > You might want to check out these examples for python boto3 which include > SSE-C: > https://github.com/boto/boto3/blob/develop/boto3/examples/s3.rst

Re: [ceph-users] Need help related to authentication

2018-12-05 Thread Benjeman Meekhof
Hi Rishabh, You might want to check out these examples for python boto3 which include SSE-C: https://github.com/boto/boto3/blob/develop/boto3/examples/s3.rst As already noted use 'radosgw-admin' to retrieve access key and secret key to plug into your client. If you are not an administrator on

Re: [ceph-users] Need help related to authentication

2018-12-04 Thread Rishabh S
Hi Paul, Thank You. I was looking for suggestions on how my ceph client should get access and secret keys. Another thing where I need help is regarding encryption http://docs.ceph.com/docs/mimic/radosgw/encryption/# I am little confused

Re: [ceph-users] Need help related to authentication

2018-12-04 Thread Paul Emmerich
You are probably looking for radosgw-admin which can manage users on the shell, e.g.: radosgw-admin user create --uid username --display-name "full name" radosgw-admin user list radosgw-admin user info --uid username The create and info commands return the secret/access key which can be used

[ceph-users] Need help related to authentication

2018-12-04 Thread Rishabh S
Dear Members, I am new to ceph and implementing object store using ceph. I have following scenario. 1. I have an application which needs to store thousands of files in to ceph cluster 2. My application will be deployed in kubernetes cluster 3. My application will communicate using Rest API