container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Request for adding secrets to Controller and Node GetVolume() request #446

Open humblec opened 4 years ago

humblec commented 4 years ago

Currently we dont have secrets in these requests. However a SP may need secrets for fetching the volume condition from the backend cluster. As an example of Ceph we have to connect to the backend cluster and fetch the real state of the volume from it. The connection requires secret/credentials , this is one of the use case I could think of for the necessity of having this in the request. Can you please share your thoughts ?

humblec commented 4 years ago

@saad-ali @msau42 @jsafrane @xing-yang can you please share your thoughts?