Add screenshots
For: - api tokens - new user management interface - updatae server administration Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 140 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 62 KiB |
|
@ -91,6 +91,10 @@ Or completely remove the user with:
|
||||||
API Tokens
|
API Tokens
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
.. image:: images/screenshots/pbs-gui-apitoken-overview.png
|
||||||
|
:align: right
|
||||||
|
:alt: API Token Overview
|
||||||
|
|
||||||
Any authenticated user can generate API tokens which can in turn be used to
|
Any authenticated user can generate API tokens which can in turn be used to
|
||||||
configure various clients, instead of directly providing the username and
|
configure various clients, instead of directly providing the username and
|
||||||
password.
|
password.
|
||||||
|
@ -105,6 +109,10 @@ the realm and a tokenname (``user@realm!tokenname``), and a secret value. Both
|
||||||
need to be provided to the client in place of the user ID (``user@realm``) and
|
need to be provided to the client in place of the user ID (``user@realm``) and
|
||||||
the user password, respectively.
|
the user password, respectively.
|
||||||
|
|
||||||
|
.. image:: images/screenshots/pbs-gui-apitoken-secret-value.png
|
||||||
|
:align: right
|
||||||
|
:alt: API secret value
|
||||||
|
|
||||||
The API token is passed from the client to the server by setting the
|
The API token is passed from the client to the server by setting the
|
||||||
``Authorization`` HTTP header with method ``PBSAPIToken`` to the value
|
``Authorization`` HTTP header with method ``PBSAPIToken`` to the value
|
||||||
``TOKENID:TOKENSECRET``.
|
``TOKENID:TOKENSECRET``.
|
||||||
|
@ -185,7 +193,7 @@ following roles exist:
|
||||||
**RemoteSyncOperator**
|
**RemoteSyncOperator**
|
||||||
Is allowed to read data from a remote.
|
Is allowed to read data from a remote.
|
||||||
|
|
||||||
.. image:: images/screenshots/pbs-gui-permissions-add.png
|
.. image:: images/screenshots/pbs-gui-user-management-add-user.png
|
||||||
:align: right
|
:align: right
|
||||||
:alt: Add permissions for user
|
:alt: Add permissions for user
|
||||||
|
|
||||||
|
|