Describe the feature you'd like to have.
It's not possible to use the empty string as the password, i.e. by setting RESTIC_PASSWORD: "" in the repository Secret for a ReplicationSource. Note restic even has --insecure-no-password.
What is the value to the end user? (why is it a priority?)
Being able to use the empty password if they don't want to take advantage of client-side encryption. For example if the local drive destination is encrypted. It avoids having to keep track of what password was used to encrypt the backups.
How will we know we have a good solution? (acceptance criteria)
When I can somehow avoid setting a password for a ReplicationSource.
Describe the feature you'd like to have.
It's not possible to use the empty string as the password, i.e. by setting
RESTIC_PASSWORD: ""in the repository Secret for a ReplicationSource. Noteresticeven has--insecure-no-password.What is the value to the end user? (why is it a priority?)
Being able to use the empty password if they don't want to take advantage of client-side encryption. For example if the local drive destination is encrypted. It avoids having to keep track of what password was used to encrypt the backups.
How will we know we have a good solution? (acceptance criteria)
When I can somehow avoid setting a password for a ReplicationSource.