Skip to content

Commit

Permalink
Fix identation in services documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Jan 28, 2022
1 parent fc4e1ae commit b8721c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/services/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ Available configuration options
+----------------+-------------------------------------------------------------------+-----------------+
| port | Port the REST Service is listening on | **Required** |
+----------------+-------------------------------------------------------------------+-----------------+
| secret_key | 32 byte secret key to generate and validate JWTs | **Required** |
| secret_key | 32 byte secret key to generate and validate JWTs | **Required** |
+----------------+-------------------------------------------------------------------+-----------------+
| algorithm | Algorithm to generate and validate JWTs (default: HS256) | **Optional** |
| algorithm | Algorithm to generate and validate JWTs (default: HS256) | **Optional** |
+----------------+-------------------------------------------------------------------+-----------------+
| users | List of user entries allowed to use the REST service. (see below) | **Required** |
+----------------+-------------------------------------------------------------------+-----------------+
Expand Down Expand Up @@ -206,9 +206,9 @@ Generate Token
+-----------------+-------------------------------------------------------------------------------------------+-----------------+
| config-file | The ``COBalD/TARDIS`` configuration file containing the configuration of the REST service | **Optional** |
+-----------------+-------------------------------------------------------------------------------------------+-----------------+
| secret-key | The secret key to generate the token | **Optional** |
| secret-key | The secret key to generate the token | **Optional** |
+-----------------+-------------------------------------------------------------------------------------------+-----------------+
| algorithm | The algorithm to generate the token. For example ``HS256`` | **Optional** |
| algorithm | The algorithm to generate the token. For example ``HS256`` | **Optional** |
+-----------------+-------------------------------------------------------------------------------------------+-----------------+

Either ``config-file`` or ``secret-key`` and ``algorithm`` needs to be specified.
Expand Down

0 comments on commit b8721c9

Please sign in to comment.