mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-27 03:58:10 +00:00
Fix botocore.exceptions.ParamValidationError in s3tests
When running ../qa/workunits/rgw/run-s3tests.sh, the following is thrown on Fedora 35: botocore.exceptions.ParamValidationError: Parameter validation failed: Invalid length for parameter ThumbprintList[0], value: 32, valid min length: 40 Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
This commit is contained in:
parent
f7f0799ceb
commit
38d1900c56
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,6 @@ azp=<obtained after introspecting token>
|
||||||
|
|
||||||
user_token=<access token for a user, with attribute Department=[Engineering, Marketing>]
|
user_token=<access token for a user, with attribute Department=[Engineering, Marketing>]
|
||||||
|
|
||||||
thumbprint=<obtained from x509 certificate>
|
thumbprint=<obtained from x509 certificate and is longer than 40 characters>
|
||||||
|
|
||||||
KC_REALM=<name of the realm>
|
KC_REALM=<name of the realm>
|
||||||
|
|
Loading…
Reference in a new issue