-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Allow admin configured mounts to use user configured global credentials #16790
Conversation
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.
looks good to me.
ce7009b
to
06057c7
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.
@icewind1991 any feedback to my change requests? Just wanna make sure this goes into 17. |
@wiswedel he was on on holiday ;) |
Unbelievable |
Master is no 18 development. If this needs to go into 17 please follow the normal backport procedures after merging. |
Ah, an auto-reference by a comment in the 17 beta PR made me assume this was actually supposed to be part of that PR. |
/backport to stable17 |
Signed-off-by: Robin Appelman <robin@icewind.nl>
06057c7
to
eccf4dc
Compare
Signed-off-by: Robin Appelman <robin@icewind.nl>
eccf4dc
to
6036553
Compare
You can now configure the credentials as with "user provided" |
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.
Tested & works. Code looks good!
backport to stable17 in #17090 |
Thanks a lot, @icewind1991 @rullzer @ChristophWurst @kesselb |
This is useful when there are multiple admin configured mounts that should all use the same user configured credentials
Fixes #2861