summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_keystone.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14501 from mdw-at-linuxbox/wip-rgw-rvkMarcus Watts2017-04-211-2/+10
|\
| * rgw: swift: disable revocation thread if sleep == 0 || cache_size == 0Marcus Watts2017-04-131-2/+10
* | Added aws:kms mode to get/put/post operations.Adam Kupczyk2017-04-051-0/+26
|/
* rgw: refactor error handling in rgw::auth::keystone.Radoslaw Zarzynski2017-03-241-0/+8
* rgw: make rgw::keystone::TokenEnvelope::expired() to be const-correct.Radoslaw Zarzynski2017-03-241-3/+3
* rgw: Keystone implementation can support multiple instances now.Radoslaw Zarzynski2017-03-241-22/+98
* rgw: only move Keystone-related things into rgw::keystone namespace.Radoslaw Zarzynski2017-03-241-35/+50
* rgw/cleanup: add override in headersliuchang08122017-03-141-3/+3
* common: Unskew clockAdam C. Emerson2016-12-221-1/+1
* Got rid of recursive mutex.Adam Kupczyk2016-08-031-1/+5
* rgw: reuse the HTTP client of KeystoneService in RGWKeystoneAuthEngine.Radoslaw Zarzynski2016-06-021-3/+4
* rgw, optimization: switch to std::string& when possible in the new auth.Radoslaw Zarzynski2016-06-021-6/+6
* rgw: implement RGWKeystoneAuthEngine.Radoslaw Zarzynski2016-06-021-0/+7
* rgw: naturalize the transplanted get_keystone_{url,admin_token} in KeystoneSe...Radoslaw Zarzynski2016-06-021-0/+27
* rgw: RevokeThread is now a part of RGWKeystoneTokenCache.Radoslaw Zarzynski2016-06-021-4/+38
* rgw: implement singleton pattern over RGWKeystoneTokenCache.Radoslaw Zarzynski2016-06-021-6/+12
* rgw: improve const-correctness of rgw_open_cms_envelope.Radoslaw Zarzynski2016-06-021-1/+3
* rgw: improve const-correctness of KeystoneToken class.Radoslaw Zarzynski2016-06-021-7/+7
* rgw: improve const-correctness of KeystoneToken.Radoslaw Zarzynski2016-06-021-1/+1
* rgw: change naming of utility functions in rgw_keystone.cc.Radoslaw Zarzynski2016-02-261-5/+9
* rgw: add support for caching of Keystone admin token.Radoslaw Zarzynski2016-02-251-8/+17
* rgw: ONLY move PKI-related things from rgw_swift to rgw_keystone.Radoslaw Zarzynski2016-02-221-0/+6
* rgw: Keystone token parsing doesn't need to know API version.Radoslaw Zarzynski2016-02-191-5/+1
* rgw: handle Keystone API version with dedicated enum.Radoslaw Zarzynski2016-02-191-3/+14
* rgw: rework serialization in token retrieval for Keystone's admin.Radoslaw Zarzynski2016-02-191-0/+25
* rgw: basic data structures for Keystone v3.Radoslaw Zarzynski2016-02-191-41/+33
* rgw: modelinesSage Weil2014-07-101-0/+3
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-3/+3
* Validate S3 tokens against KeystoneRoald J. van Loon2013-09-011-0/+106