summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_role.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rgw: No null_yield in rgw_roleAdam C. Emerson2020-11-131-16/+17
* rgw: no null_yield in rgw_toolsAdam C. Emerson2020-11-131-19/+19
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: more api adjustmentsYehuda Sadeh2019-07-291-22/+34
* rgw: more refactoring workYehuda Sadeh2019-07-291-4/+9
* rgw: no need to pass in RGWRados to rgw_get_system_obj()Yehuda Sadeh2019-07-291-3/+3
* rgw: add optional_yield to rgw_get_system_obj in rgw_toolsAli Maredia2019-05-171-3/+3
* rgw: Adding 'iam' namespace for Role and User Policy related REST APIs.Pritha Srivastava2019-03-261-8/+8
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+3
* rgw: svc: remove SystemObject implYehuda Sadeh2018-11-081-3/+4
* rgw: svc: more zone work, add zone_utils, quota servicesYehuda Sadeh2018-11-081-10/+13
* rgw: Added max_session_duration and policy parsing to RGW Roles.Pritha Srivastava2018-09-211-0/+7
* rgw: use const_iterator for decodeKefu Chai2018-05-171-3/+3
* rgw: rgw_put_system_obj takes bufferlistCasey Bodley2018-01-121-3/+4
* rgw: Use unqualified encode/decodeAdam C. Emerson2018-01-101-5/+10
* Revert "rgw: Support certain archaic and antiquated distributions"Kefu Chai2018-01-091-6/+5
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* rgw: Support certain archaic and antiquated distributionsAdam C. Emerson2017-06-071-5/+6
* rgw: Added code to allow tenant name as part of role name also.Pritha Srivastava2017-03-071-1/+14
* rgw: Added code to fetch a role by its id.Pritha Srivastava2017-03-071-0/+8
* rgw: Added code for Role input validation.Pritha Srivastava2017-03-071-0/+30
* rgw: Adding roles under the scope of tenants.Pritha Srivastava2017-03-071-12/+16
* rgw: Replaced rgw userid with tenant in ARN for Roles.Pritha Srivastava2017-03-071-1/+1
* rgw: ARN generation based on uid for Roles.Pritha Srivastava2017-01-271-1/+2
* rgw: Added code for PutRolePolicy, GetRolePolicy, ListRolePolicies and Delete...Pritha Srivastava2017-01-271-1/+1
* rgw: Added code for CreateRole, GetRole, UpdateAssumeRolePolicy, ListRoles an...Pritha Srivastava2017-01-271-0/+4
* Replaced gmtime with gmtime_r.Pritha Srivastava2017-01-271-2/+4
* Added code for listing roles for a path prefix.Pritha Srivastava2017-01-271-0/+103
* rgw: Added code for manipulation of inline permission policies attached to ro...Pritha Srivastava2017-01-271-0/+40
* rgw: Added code for role modify.Pritha Srivastava2017-01-271-0/+19
* rgw: Adding code for Role creation, deletion and reading.Pritha Srivastava2017-01-271-0/+259