clyso / ceph-api

gRPC and HTTP API to manage Ceph cluster
GNU General Public License v3.0
4 stars 0 forks source link

Get rados credentials from Rook #1

Open arttor opened 3 months ago

arttor commented 3 months ago

Provide option in helm chart to get rados credentials from Rook k8s resurces:

  1. mon address from ConfigMap rook-ceph-mon-endpoints
  2. keyring from Secret rook-ceph-admin-keyring

Adjust app code if needed.