We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, CSI specification defines a secrets field inCreateSnapshotRequestand many other requests to pass credentials around.
CreateSnapshotRequest
However,GetCapacityRequest does not have this field. It is required to connect to the storage backend and retrieve the required information
GetCapacityRequest
I think we need an optional secrets field inGetCapacityRequest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, CSI specification defines a secrets field in
CreateSnapshotRequest
and many other requests to pass credentials around.However,
GetCapacityRequest
does not have this field. It is required to connect to the storage backend and retrieve the required informationI think we need an optional secrets field in
GetCapacityRequest
The text was updated successfully, but these errors were encountered: