docs: make Vault/VSO the primary credential method #2
Reference in New Issue
Block a user
Delete Branch "benvin/docs-vault-primary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The operator's Ceph dashboard credentials are sourced from Vault via VSO in-cluster; the docs should lead with that rather than the plain-Secret method.
Changes
docs/ceph-setup.md: restructure the credentials section so Vault + VSO is primary — shareddefaultk8s auth role + templated KV pathkubernetes/namespace/cephrgw-system/default/cephrgw-credentials(no dedicated Vault role/policy), with thevault kv putseed command. Keep the plainkubectl create secretas a documented fallback for non-cluster/kind use.