From: Adam Kupczyk Date: Thu, 15 Dec 2016 10:27:49 +0000 (+0100) Subject: Added micro instuction how to configure tests for KMS (barbican) integration X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa597a5bf16322ab71662b4cb38ebec2cf508631;p=s3-tests.git Added micro instuction how to configure tests for KMS (barbican) integration Signed-off-by: Adam Kupczyk --- diff --git a/README.rst b/README.rst index 0ce6584e..65294faf 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,9 @@ service and two different credentials, something like this:: access_key = ABCDEFGHIJKLMNOPQRST secret_key = abcdefghijklmnopqrstuvwxyzabcdefghijklmn + ## replace with key id obtained when secret is created, or delete if KMS not tested + kms_keyid = 01234567-89ab-cdef-0123-456789abcdef + [s3 alt] ## another user account, used for ACL-related tests user_id = 56789abcdef0123456789abcdef0123456789abcdef0123456789abcdef01234 diff --git a/config.yaml.SAMPLE b/config.yaml.SAMPLE index 169acab4..f18096e7 100644 --- a/config.yaml.SAMPLE +++ b/config.yaml.SAMPLE @@ -71,6 +71,9 @@ s3: access_key: AWS_ACCESS_KEY secret_key: AWS_SECRET_KEY +## If KMS is tested, this if barbican key id. Optional. + kms_keyid: barbican_key_id + alt: ## Another user accout, used for ACL-related tests.