Giulio Fidente | 95758b1 | 2022-07-14 15:14:24 +0200 | [diff] [blame] | 1 | --- |
2 | features: | ||||
3 | - | | ||||
4 | Add configuration parameter `tempurl_digest_hashlib` into | ||||
5 | `object-storage-feature-enabled` which configures the hashing algorithm to | ||||
6 | use for the temp_url tests; defaults to 'sha256'. | ||||
7 | security: | ||||
8 | - | | ||||
9 | Swift used to support only 'sha1' for temp_url hashing but from many | ||||
10 | years now 'sha256' and 'sha512' are also available. These are stronger | ||||
11 | than 'sha1' and tempest now allows configuring which one to use. |