-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
CSI: use HTTP headers for passing CSI secrets #12144
Conversation
2aa5e98
to
d3bf9e5
Compare
d3bf9e5
to
0ed796d
Compare
0ed796d
to
25ed28d
Compare
25ed28d
to
409068e
Compare
// DEPRECATED: will be removed in Nomad 1.4.0 | ||
// ListSnapshots lists external storage volume snapshots. | ||
func (v *CSIVolumes) ListSnapshots(pluginID string, secrets string, q *QueryOptions) (*CSISnapshotListResponse, *QueryMeta, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to reviewers: this was originally shipped in 1.2.0 with #10848 but we missed that we had an existing ListSnapshotRequest
ready to use for it. It's unlikely there are many callers for this outside of maybe the Terraform provider but we should clean this up before we have any.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually after a major release I go over api
changes and update the Terraform provider if necessary.
409068e
to
3b4d216
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor fixes. but LGMT
// DEPRECATED: will be removed in Nomad 1.4.0 | ||
// ListSnapshots lists external storage volume snapshots. | ||
func (v *CSIVolumes) ListSnapshots(pluginID string, secrets string, q *QueryOptions) (*CSISnapshotListResponse, *QueryMeta, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually after a major release I go over api
changes and update the Terraform provider if necessary.
3b4d216
to
8e731af
Compare
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fixes #11308
Unblocks #10997 #11245
-secret
flag.