]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/cli/ceph-authtool/cap.t
update sources to v12.2.5
[ceph.git] / ceph / src / test / cli / ceph-authtool / cap.t
CommitLineData
94b18763 1 $ ceph-authtool kring --create-keyring --gen-key --mode 0644
7c673cae
FG
2 creating kring
3
4 $ ceph-authtool --cap osd 'allow rx pool=swimming' kring
5 $ ceph-authtool kring --list|grep -E '^[[:space:]]caps '
6 \tcaps osd = "allow rx pool=swimming" (esc)
7
8 $ cat kring
9 [client.admin]
10 \\tkey = [a-zA-Z0-9+/]+=* \(esc\) (re)
11 \tcaps osd = "allow rx pool=swimming" (esc)