[main] bypass read only settings for rancher service account - #1765
Open
joshmeranda wants to merge 3 commits into
Open
[main] bypass read only settings for rancher service account#1765joshmeranda wants to merge 3 commits into
joshmeranda wants to merge 3 commits into
Conversation
joshmeranda
force-pushed
the
bypass-readonly
branch
3 times, most recently
from
August 14, 2026 02:05
91c3a4c to
1a8481b
Compare
joshmeranda
force-pushed
the
bypass-readonly
branch
from
August 14, 2026 02:21
1a8481b to
a4fd89a
Compare
crobby
requested changes
Aug 14, 2026
crobby
left a comment
Collaborator
There was a problem hiding this comment.
The code itself looks good to me. We should probably update the validator docs to include this change in behavior.
tomleb
approved these changes
Aug 14, 2026
Merged
added 2 commits
August 14, 2026 09:58
crobby
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forwardport Issue rancher/rancher#56718
original Issue: rancher/rancher#56522
Problem
Some settings, like
cacerts, are considered read only and all updates to them are rejected. When users want to update their rancher deployment to use different cacerts, webhook will reject the update requests sent by rancher during startup and cause rancher to fail.Solution
Allow updates updates coming directly from the Rancher serviceaccount.
CheckList