-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#486] Uniform data.yaml and config_cli.rst
- Loading branch information
1 parent
8eef132
commit 5d874de
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,18 +126,18 @@ Create or update the (single) YAML configuration file with your settings: | |
administration: Administration XYZ # optional | ||
permissions: | ||
- object_type: b427ef84-189d-43aa-9efd-7bb2c459e281 | ||
mode: read_only | ||
use_fields: true | ||
fields: | ||
key1: value1 | ||
mode: read_and_write | ||
- identifier: token-2 | ||
token: 7b2b212d9f16d171a70a1d927cdcfbd5ca7a4799 | ||
contact_person: Person 2 | ||
email: [email protected] | ||
permissions: | ||
- object_type: b0e8553f-8b1a-4d55-ab90-6d02f1bcf2c2 | ||
mode: read_and_write | ||
mode: read_only | ||
use_fields: true | ||
fields: | ||
key1: value1 | ||
... | ||
.. note:: To ensure the proper functioning of the tokens, it is essential to first configure the ``objecttypes``. | ||
|