Ceph: Add mgr caps to the admin keyring
This PS adds mgr caps to the admin keyring and also adds the mgr bootstrap keyring. Change-Id: Ic88dfcb0aa00d8d017a8c28d3c64169b2d8f0022
This commit is contained in:
parent
da6332ee05
commit
d7416cac6d
@ -27,6 +27,8 @@ data:
|
||||
{{ tuple "templates/_admin.keyring.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
||||
bootstrap.keyring.mds: |+
|
||||
{{ tuple "templates/_bootstrap.keyring.mds.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
||||
bootstrap.keyring.mgr: |+
|
||||
{{ tuple "templates/_bootstrap.keyring.mgr.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
||||
bootstrap.keyring.osd: |+
|
||||
{{ tuple "templates/_bootstrap.keyring.osd.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
||||
bootstrap.keyring.rgw: |+
|
||||
|
3
ceph/templates/templates/_bootstrap.keyring.mgr.tpl
Normal file
3
ceph/templates/templates/_bootstrap.keyring.mgr.tpl
Normal file
@ -0,0 +1,3 @@
|
||||
[client.bootstrap-mgr]
|
||||
key = {{"{{"}} key {{"}}"}}
|
||||
caps mgr = "allow profile bootstrap-mgr"
|
Loading…
Reference in New Issue
Block a user