-
Notifications
You must be signed in to change notification settings - Fork 2
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
htpasswd auth not working? #41
Labels
S-triage
Status: Waiting for a maintainer to triage this issue/PR
Comments
github-actions
bot
added
the
S-triage
Status: Waiting for a maintainer to triage this issue/PR
label
Jan 22, 2024
About the current version: can you run with |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
This may be a documentation issue and I am not configuring properly or could be a bug not sure.
I am testing out the rest server. In attempting to run it with basic HTTP auth. I noticed the code expected an .htpasswd in the base of the data directory. I created an htpasswd file using the
htpasswd
program and installed it in the data directory. When running a backup with the rest endpoint as the repo I never get prompted for authentication.What happens:
Server accepts create repo command and backup requests but never prompts for basic auth.
What I execpted to happen:
I expected I would need to enter user/pass from the rustic backup cli when creating a repo and backing up the repo to the rest server.
Details
Build: rustic-server nightly as of yesterday (1/21/2024).
rest server cli:
htpasswd contents:
acl toml file:
rest server data dir:
The text was updated successfully, but these errors were encountered: