summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_kms.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #57546 from clwluvw/vault-tokenCasey Bodley2024-07-261-3/+3
|\
| * rgw: eliminate vault token perm for group readSeena Fallah2024-05-191-3/+3
* | rgw/kms: RGWKMIPTransceiver warns about blockingCasey Bodley2024-07-021-2/+2
* | rgw: pass DoutPrefixProvider into RGWHTTPClientCasey Bodley2024-07-021-8/+10
* | rgw_kms: fix Realloc and free cctRongqi Sun2024-05-231-2/+2
|/
* rgw: fix http error checks in keystone/barbican/vault clientsCasey Bodley2023-10-051-7/+9
* rgw/async: use optional_yield for keystone and kms requestsCasey Bodley2023-09-261-79/+96
* rgw: The error reported in the "rgw_s3_prepare_decrypt" function is unreasonablewangyingbin2022-06-171-1/+1
* rgw/sse-s3: remove make_kek_s3/generate_kek_sse_s3Marcus Watts2022-04-191-43/+5
* rgw: Address review comments, fix test cases for rgw_kmsPriya Sehgal2022-04-191-34/+34
* rgw: Adding SSE-S3 support in GET and PUT paths (using Vault as KMS)Priya Sehgal2022-04-191-0/+37
* rgw: sse-s3: Introducing SSE-S3 RGW options and using themMarcus Watts2022-04-191-27/+321
* rgw: Fix uninitialized warningAdam C. Emerson2022-03-251-1/+1
* cleanup: Change incorrect modelinesAdam C. Emerson2022-01-221-1/+1
* common: hide internal logger configuration strings from clientsRonen Friedman2021-11-111-8/+0
* src/rgw: DPP addition to rgw_kms.ccKalpesh Pandya2021-10-111-78/+83
* src/rgw: DPP addition to rgw_keystone.ccKalpesh Pandya2021-10-111-9/+8
* dpp was added instead of ldout and lderr callsOmri Zeneva2021-08-161-11/+14
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* rgw: add support for client cert and key for vaultJiffin Tony Thottan2021-04-161-0/+7
* rgw: add support to consume user given ca cert for vaultJiffin Tony Thottan2021-04-161-0/+4
* rgw: add seperate option for verify ssl for vault KMS engineJiffin Tony Thottan2021-04-161-0/+2
* rgw/kms/vault - 0 terminate before rapidjsonMarcus Watts2021-03-061-0/+8
* rgw/kms/vault - new transit logic - fix compat logicMarcus Watts2021-03-061-1/+20
* rgw/kms/vault - define attribute for new transit logicMarcus Watts2021-03-061-10/+167
* rgw/kms/vault - "compat" optionMarcus Watts2021-03-061-55/+219
* rgw/kms/vault - encryption context - first partMarcus Watts2021-03-061-26/+112
* rgw/kms/kmip - string handling cleanup.Marcus Watts2021-03-041-2/+2
* kmip: first pass at implementation logic.Marcus Watts2021-03-041-0/+129
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-14/+14
* rgw_kms: fix concat_url for empty url caseSamuel Just2020-01-231-2/+3
* rgw: improvements to SSE-KMS with VaultSergio de Carvalho2019-11-281-3/+3
* rgw: Vault's Transit Secrets updates and docsAndrea Baglioni2019-11-281-49/+22
* rgw: Add support to Vault's Transit Secrets Engine in SSE-KMSAndrea Baglioni2019-11-281-122/+265
* Merge pull request #31692 from rzarzynski/wip-fips-zeroize-memset_bzeroKefu Chai2019-11-241-2/+2
|\
| * rgw: switch to ceph::crypto::zeroize_for_security().Radoslaw Zarzynski2019-11-171-2/+2
* | rgw: improvements to SSE-KMS with VaultSergio de Carvalho2019-11-121-30/+44
|/
* rgw: add SSE-KMS with Vault using token authSergio de Carvalho2019-10-011-0/+277