]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/options: fix invalid command for STS key generation 69867/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Wed, 1 Jul 2026 08:56:01 +0000 (15:56 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Wed, 1 Jul 2026 09:19:15 +0000 (16:19 +0700)
commit276da74687827929dfb5ce46eb12547009a4041d
tree515c96f9dfb6dc480229c518706f19d349b42781
parent8b05b5da09081fd83d7a853681c7f3936499a5a8
common/options: fix invalid command for STS key generation

Config rgw_sts_key expects a 16-character hexadecimal key. The option
long_desc has an example with openssl rand -hex 16 which generates
16 hexadecimal bytes that consist of 32 characters rendered in ASCII.
Modify the example openssl command to output 8 bytes that matches the
required length of 16 characters.

Remove a space after a slash.

Raised in the doc bugs pad.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
src/common/options/rgw.yaml.in