Jarek Kowalski
2e9a57f0b4
server: support for server control APIs and tooling ( #1644 )
...
This adds new set of APIs `/api/v1/control/*` which can be used to administratively control a running server.
Once the server is started, the administrative user can control it
using CLI commands:
export KOPIA_SERVER_ADDRESS=...
export KOPIA_SERVER_CERT_FINGERPRINT=...
export KOPIA_SERVER_PASSWORD=...
* `kopia server status` - displays status of sources managed by the server
* `kopia server snapshot` - triggers server-side upload of snapshots for managed sources
* `kopia server cancel` - cancels upload of snapshots for managed sources
* `kopia server pause` - pauses scheduled snapshots for managed sources
* `kopia server resume` - resumes scheduled snapshots for managed sources
* `kopia server refresh` - causes server to resynchronize with externally-made changes, such as policies or new sources
* `kopia server flush` - causes server to flush all pending writes
* `kopia server shutdown` - graceful shutdown of the server
Authentication uses new user `server-control` and is disabled
by default. To enable it when starting the server, provide the password
using one of the following methods:
* `--server-control-password`
* `--random-server-control-password`
* `.htpasswd` file
* `KOPIA_SERVER_CONTROL_PASSWORD` environment variable
This change allows us to tighten the API security and remove some
methods that UI user was able to call, but which were not needed.
2022-01-03 18:48:38 -08:00
..
2021-12-03 16:43:46 -08:00
2021-08-02 21:08:54 -07:00
2021-09-28 15:19:02 -07:00
2021-06-16 19:44:55 -07:00
2021-05-03 10:28:00 -07:00
2021-05-03 10:28:00 -07:00
2021-05-06 20:26:35 -07:00
2021-05-03 10:28:00 -07:00
2021-10-18 21:39:00 -07:00
2021-08-20 08:45:10 -07:00
2021-09-28 15:19:02 -07:00
2021-10-06 08:39:10 -07:00
2021-05-03 10:28:00 -07:00
2021-05-11 22:26:28 -07:00
2021-05-11 22:26:28 -07:00
2021-08-02 21:08:54 -07:00
2021-11-16 06:02:04 -08:00
2021-09-19 18:50:38 -07:00
2021-09-19 18:50:38 -07:00
2021-09-08 18:44:03 -07:00
2021-08-20 08:45:10 -07:00
2021-06-16 19:44:55 -07:00
2021-09-19 18:50:38 -07:00
2021-06-16 19:44:55 -07:00
2021-12-03 15:35:01 -08:00
2021-09-08 18:44:03 -07:00
2021-12-03 15:35:01 -08:00
2021-09-08 18:44:03 -07:00
2021-05-15 12:12:34 -07:00
2021-05-03 10:28:00 -07:00
2021-05-11 22:26:28 -07:00
2021-05-22 05:35:27 -07:00
2021-05-03 10:28:00 -07:00
2021-05-15 12:12:34 -07:00
2021-05-11 22:26:28 -07:00
2021-06-16 19:44:55 -07:00
2021-10-06 08:39:10 -07:00
2021-08-27 04:22:18 -07:00
2021-05-03 10:28:00 -07:00
2021-05-15 12:12:34 -07:00
2021-07-06 21:38:08 -07:00
2021-07-06 21:38:08 -07:00
2021-09-08 18:44:03 -07:00
2021-10-17 18:35:21 -07:00
2021-07-06 21:38:08 -07:00
2021-05-15 12:12:34 -07:00
2021-05-23 22:18:31 -07:00
2021-07-06 21:38:08 -07:00
2021-06-05 08:48:43 -07:00
2021-06-05 08:48:43 -07:00
2021-10-22 15:35:09 -07:00
2021-09-28 15:19:02 -07:00
2021-11-06 23:08:00 -07:00
2021-06-05 08:48:43 -07:00
2021-05-11 22:26:28 -07:00
2021-09-10 17:51:55 -07:00
2021-10-22 15:35:09 -07:00
2021-08-02 21:08:54 -07:00
2021-06-05 08:48:43 -07:00
2021-05-03 10:28:00 -07:00
2021-05-11 22:26:28 -07:00
2021-05-06 20:26:35 -07:00
2021-05-11 22:26:28 -07:00
2021-05-03 10:28:00 -07:00
2021-05-15 12:12:34 -07:00
2021-12-18 11:17:27 -08:00
2021-05-06 20:26:35 -07:00
2021-05-03 10:28:00 -07:00
2021-11-11 17:03:11 -08:00
2021-11-06 10:06:05 -07:00
2021-05-03 10:28:00 -07:00
2021-11-06 10:06:05 -07:00
2021-11-06 10:06:05 -07:00
2021-11-06 10:06:05 -07:00
2021-05-03 10:28:00 -07:00
2021-11-06 10:06:05 -07:00
2021-11-06 10:06:05 -07:00
2021-11-06 10:06:05 -07:00
2021-11-27 18:14:45 -08:00
2021-05-03 10:28:00 -07:00
2021-09-08 18:44:03 -07:00
2021-07-17 07:58:02 -07:00
2021-11-16 06:02:04 -08:00
2021-05-11 21:53:36 -07:00
2021-12-03 15:35:01 -08:00
2021-11-27 18:14:45 -08:00
2021-05-11 21:53:36 -07:00
2021-11-16 06:02:04 -08:00
2021-07-15 11:32:55 -07:00
2021-09-10 22:51:51 -07:00
2021-09-28 15:19:02 -07:00
2021-11-05 10:18:03 -07:00
2021-12-18 14:00:20 -08:00
2021-07-19 21:42:24 -07:00
2021-11-11 17:03:11 -08:00
2021-11-26 13:10:44 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2022-01-03 18:48:38 -08:00
2021-05-15 12:12:34 -07:00
2022-01-03 18:48:38 -08:00
2021-05-06 20:26:35 -07:00
2021-05-03 10:28:00 -07:00
2021-09-28 15:19:02 -07:00
2021-05-03 10:28:00 -07:00
2021-12-11 10:08:34 -08:00
2021-10-17 09:46:44 -07:00
2021-11-06 10:06:05 -07:00
2021-05-17 21:47:11 -07:00
2021-05-15 12:12:34 -07:00
2021-05-03 10:28:00 -07:00
2021-12-05 20:49:41 -08:00
2021-10-21 22:12:06 -07:00
2021-11-20 20:53:25 -08:00
2021-11-20 20:53:25 -08:00
2021-05-03 10:28:00 -07:00
2021-10-06 08:39:10 -07:00
2021-11-20 20:53:25 -08:00
2021-05-06 20:26:35 -07:00
2021-05-03 10:28:00 -07:00
2021-05-06 20:26:35 -07:00
2021-05-06 20:26:35 -07:00
2021-05-03 10:28:00 -07:00
2021-11-03 21:57:37 -07:00
2021-11-11 17:03:11 -08:00
2021-05-06 20:26:35 -07:00
2021-08-20 08:45:10 -07:00
2021-05-11 21:53:36 -07:00
2021-10-01 22:56:50 -07:00
2021-09-14 19:11:39 -07:00
2021-05-11 21:53:36 -07:00
2021-11-16 06:02:04 -08:00
2021-08-20 08:45:10 -07:00
2021-10-06 08:39:10 -07:00
2021-09-14 19:11:39 -07:00
2021-03-18 23:03:27 -07:00
2021-11-16 07:39:26 -08:00
2021-11-16 07:39:26 -08:00
2021-11-16 07:39:26 -08:00
2021-11-16 07:39:26 -08:00
2021-11-16 07:39:26 -08:00
2021-11-16 07:39:26 -08:00
2021-11-16 07:39:26 -08:00
2021-11-16 06:02:04 -08:00
2021-11-16 07:39:26 -08:00
2021-11-16 07:39:26 -08:00
2021-09-08 18:44:03 -07:00
2021-11-11 17:03:11 -08:00