index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_auth_keystone.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: pass DoutPrefixProvider into RGWHTTPClient
Casey Bodley
2024-07-02
1
-3
/
+3
*
Merge pull request #55236 from tobias-urdin/keystone-invalidate-admin-token
Casey Bodley
2024-02-19
1
-11
/
+33
|
\
|
*
rgw: invalidate and retry keystone admin token
Tobias Urdin
2024-01-22
1
-11
/
+33
*
|
rgw/auth: ignoring signatures for HTTP OPTIONS calls
Tobias Urdin
2024-02-06
1
-6
/
+16
|
/
*
rgw: fix spelling errors
Josh Soref
2023-11-27
1
-1
/
+1
*
rgw: fix http error checks in keystone/barbican/vault clients
Casey Bodley
2023-10-05
1
-14
/
+17
*
Merge pull request #53680 from cbodley/wip-62989
Casey Bodley
2023-10-02
1
-0
/
+6
|
\
|
*
rgw/keystone: EC2Engine uses reject() for ERR_SIGNATURE_NO_MATCH
Casey Bodley
2023-09-26
1
-0
/
+6
*
|
rgw/async: use optional_yield for keystone and kms requests
Casey Bodley
2023-09-26
1
-24
/
+33
|
/
*
rgw/keystone: use secret key from EC2 for sigv4 streaming mode
Casey Bodley
2023-03-15
1
-14
/
+13
*
RGW: Add a reader feature
Pete Zaitcev
2023-02-28
1
-7
/
+21
*
rgw/auth: Cache service tokens separately
Tobias Urdin
2022-09-21
1
-2
/
+2
*
rgw/auth: Add assert if allow_expired is not false
Tobias Urdin
2022-09-21
1
-0
/
+1
*
rgw/auth: Pass allow_expired as value in get_from_keystone
Tobias Urdin
2022-09-21
1
-1
/
+1
*
rgw/auth: Use time_t for new expires and dont static_cast
Tobias Urdin
2022-09-21
1
-3
/
+3
*
rgw/auth: static_cast uint64_t to time_t for set_expires
Tobias Urdin
2022-09-21
1
-1
/
+1
*
rgw/auth: Improve set_expires debug output
Tobias Urdin
2022-09-21
1
-2
/
+5
*
rgw/auth: Deny request if service token does not have accepted roles
Tobias Urdin
2022-09-21
1
-0
/
+1
*
rgw/auth: Make service token expired token expiration configurable
Tobias Urdin
2022-09-21
1
-2
/
+1
*
rgw/auth: Validate accepted roles on service token user
Tobias Urdin
2022-09-21
1
-8
/
+26
*
rgw/auth: Add service token feature behind config
Tobias Urdin
2022-09-21
1
-3
/
+1
*
rgw/auth: Update expires for allowed expired token before caching it
Tobias Urdin
2022-09-21
1
-0
/
+10
*
rgw/auth: Add service token logic for Keystone
Tobias Urdin
2022-09-21
1
-7
/
+74
*
rgw: log identity applier metadata in ops logs
Cory Snyder
2022-06-06
1
-5
/
+10
*
src/rgw: DPP addition to rgw_keystone.cc
Kalpesh Pandya
2021-10-11
1
-5
/
+5
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+1
*
rgw: No null_yield in rgw_user
Adam C. Emerson
2020-11-13
1
-1
/
+2
*
rgw: Replace boost::string_ref/view with std::string_view
Prateek Sachan
2020-06-18
1
-11
/
+11
*
RGW - Make sure editor settings are correct for all files
Daniel Gryniewicz
2019-08-19
1
-1
/
+1
*
common, rgw: drop the CMS decoder.
Radoslaw Zarzynski
2019-06-26
1
-1
/
+0
*
rgw: drop the local validation of PKI/PKIz tokens, part 2.
Radoslaw Zarzynski
2019-06-26
1
-21
/
+0
*
rgw: drop the local validation of PKI/PKIz tokens.
Radoslaw Zarzynski
2019-06-26
1
-14
/
+8
*
json: JSONDecoder::err inherits from std::runtime_error
Casey Bodley
2019-05-08
1
-2
/
+2
*
rgw: http interfaces take optional_yield
Casey Bodley
2019-03-29
1
-3
/
+3
*
rgw: fix minor compiler warning in keystone auth
David Disseldorp
2019-03-21
1
-2
/
+2
*
rgw: Removed duplicate signing method from S3 credentials caching
James Weaver
2019-02-04
1
-94
/
+11
*
rgw: Added caching for tokens retrieved from keystone using S3 credentials
James P. Weaver
2019-02-04
1
-2
/
+277
*
rgw: changing logging in auth helper functions
Ali Maredia
2018-10-09
1
-14
/
+14
*
rgw: refactor logging in auth engines P1
Ali Maredia
2018-10-09
1
-9
/
+11
*
rgw: STS auth changes to make sure that other engines are not aware of sessio...
Pritha Srivastava
2018-09-21
1
-12
/
+0
*
rgw: Code for GetSessionToken REST API.
Pritha Srivastava
2018-09-21
1
-0
/
+6
*
rgw: Added code for auth using temp credentials returned by STS.
Pritha Srivastava
2018-09-21
1
-0
/
+7
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-1
/
+1
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
1
-2
/
+2
*
rgw: tweak http client interface
Yehuda Sadeh
2018-04-10
1
-4
/
+6
*
rgw: remove already included header files
Yao Zongyou
2017-12-08
1
-1
/
+0
*
rgw: keystone: bump up logging when error is received
Abhishek Lekshmanan
2017-11-17
1
-2
/
+5
*
rgw: clean-up error mapping in Swift's authentication strategy.
Radoslaw Zarzynski
2017-06-19
1
-2
/
+2
*
rgw: introduce string_to_sign_t abstraction to the AWS auth.
Radoslaw Zarzynski
2017-06-07
1
-1
/
+1
*
rgw: switch to Ceph's sstring in AWS signature generation process.
Radoslaw Zarzynski
2017-06-07
1
-1
/
+1
[next]