-
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: Snapshot volume create should use vol.Secrets #10840
Conversation
Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com>
tested on my dev cluster
|
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.
Thanks @ggriffiths! LGTM!
I think in the future it's worth considering if we want to let the user provide snapshot-specific secrets via the API (or from Vault, see #7978), but this will fix the bug at hand and doesn't close off that path for us.
The fix for this will ship in Nomad 1.1.3. Snapshots are new for 1.1.0, so no backport required. |
Agreed, that would also make sense too. |
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. |
Signed-off-by: Grant Griffiths ggriffiths@purestorage.com
Fixes #10639