mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
rc: methods marked as AuthRequired need auth unless --rc-no-auth
Methods which can read or mutate external storage will require authorisation - enforce this. This can be overidden by `--rc-no-auth`.
This commit is contained in:
@@ -81,6 +81,19 @@ implementing browser based GUIs for rclone functions.
|
||||
|
||||
Default Off.
|
||||
|
||||
### --rc-no-auth
|
||||
|
||||
By default rclone will require authorisation to have been set up on
|
||||
the rc interface in order to use any methods which access any rclone
|
||||
remotes. Eg `operations/list` is denied as it involved creating a
|
||||
remote as is `sync/copy`.
|
||||
|
||||
If this is set then no authorisation will be required on the server to
|
||||
use these methods. The alternative is to use `--rc-user` and
|
||||
`--rc-pass` and use these credentials in the request.
|
||||
|
||||
Default Off.
|
||||
|
||||
## Accessing the remote control via the rclone rc command
|
||||
|
||||
Rclone itself implements the remote control protocol in its `rclone
|
||||
|
||||
Reference in New Issue
Block a user