-
Notifications
You must be signed in to change notification settings - Fork 42
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
wicket won't accept recovery password from the toml file #7653
Comments
This is definitely intentional, and I think correct? On a real system, we want to hash the recovery password ourselves (so we don't want to accept an already-hashed
This is the default serde behavior, but maybe we should change it and deny unknown fields? I'm not sure how that affects all the networking config, but we could try.
Depends on how you mean! RSS requires this section as part of the omicron/wicketd/src/rss_config.rs Lines 307 to 311 in 5342337
|
This came from https://github.com/oxidecomputer/meta/pull/610 For a4x2, which does not use wicket, Are these values are required as a way to set the recovery password? |
I wonder about this also. If someone is uploading a config and fields are ignored, then it should at least warn? |
The following lines are used in a4x2 systems during RSS to set the recovery silo user and password:
On a rack, I can add that to my toml file and upload it without complaint.
However, wicket does not show it as being set after upload:
And, when I try to run RSS, it fails:
Is the
[recovery_silo]
field only for non-rack systems?The text was updated successfully, but these errors were encountered: