Hi, i'm trying to use admin ops through curl, but i don't know where to get "Authorization: AWS {access-key}: {hash-of-header-and-secret}".
Can anyone help me how to get hash of header and secret?
My test user info is:
{
"user_id": "user1",
"display_name": "user1",
"email": "",
"suspended": 0,
"max_buckets": 1000,
"auid": 0,
"subusers": [],
"keys": [
{
"user": "user1",
"access_key": "accesskey1",
"secret_key": "temporal"
}
],
"swift_keys": [],
"caps": [
{
"type": "usage",
"perm": "write"
},
{
"type": "user",
"perm": "write"
}
],
"op_mask": "read, write, delete",
"default_placement": "",
"placement_tags": [],
"bucket_quota": {
"enabled": false,
"max_size_kb": -1,
"max_objects": -1
},
"user_quota": {
"enabled": false,
"max_size_kb": -1,
"max_objects": -1
},
"temp_url_keys": []
}
Thanks in advance.
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com