-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
A-authenticationArea: Related to ACL and HtpasswdArea: Related to ACL and HtpasswdA-configArea: Related to the config file functionality and formatArea: Related to the config file functionality and formatA-ui-uxArea: Related to user interfaces and user experienceArea: Related to user interfaces and user experienceC-bugCategory: Something isn't working as expectedCategory: Something isn't working as expected
Milestone
Description
Let's take this configuration as an example:
[acl]
acl-path = "/test_data/test_repo/acl.toml"
private-repo = false
append-only = falseSince I have private-repo set to false it should not even access the ACL file. However when I run the application it gives an error:
% ./rustic-server -c rustic-server.toml serve
error: storage error: Could not create ACL due to Internal server error: `Could not read toml file: No such file or directory (os error 2) at "/etc/rustic-server/acl.toml"`
On the other hand I think it is more descriptive to use a disable-acl key (in the style of disable-auth) than private-repo.
simonsan
Metadata
Metadata
Assignees
Labels
A-authenticationArea: Related to ACL and HtpasswdArea: Related to ACL and HtpasswdA-configArea: Related to the config file functionality and formatArea: Related to the config file functionality and formatA-ui-uxArea: Related to user interfaces and user experienceArea: Related to user interfaces and user experienceC-bugCategory: Something isn't working as expectedCategory: Something isn't working as expected