Skip to content

wicket won't accept recovery password from the toml file #7653

@leftwo

Description

@leftwo

The following lines are used in a4x2 systems during RSS to set the recovery silo user and password:

[recovery_silo]
silo_name = "recovery"
user_name = "recovery"
user_password_hash = "$argon2id$v=19$m=98304,t=13,p=1$RUlWc0ZxaHo0WFdrN0N6ZQ$S8p52j85GPvMhR/ek3GL0el/oProgTwWpHJZ8lsQQoY"

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:

Recovery password set: No       

And, when I try to run RSS, it fails:

 │            ╭─────────────────────────────────────────────────────────────────────────────────────────────────────╮             │ 
 │            │ Start Rack Setup Failed                                                                             │             │ 
 │            ├─────────────────────────────────────────────────────────────────────────────────────────────────────┤             │ 
 │            │ Message: Error Response: status: 400 Bad Request; headers: {"content-type": "application/json",     │             │ 
 │            │ "x-request-id": "90e3e0cd-8aa6-403a-9d0d-fc06d15f5d44", "content-length": "104", "date": "Sun, 28   │             │ 
 │            │ Dec 1986 01:12:16 GMT"}; value: Error { error_code: None, message: "recovery password not yet set", │             │ 
 │            │ request_id: "90e3e0cd-8aa6-403a-9d0d-fc06d15f5d44" }                                                │             │ 
 │            │                                                                                                     │             │ 
 │            │                                                                                     ╭─────────────╮ │             │ 
 │            │                                                                                     │ Close <Esc> │ │             │ 
 │            │                                                                                     ╰─────────────╯ │             │ 
 │            ╰─────────────────────────────────────────────────────────────────────────────────────────────────────╯             │ 

Is the [recovery_silo] field only for non-rack systems?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions