forked from TrueCloudLab/frostfs-s3-gw
[#329] Update authmate docs
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
c383f332d5
commit
77d731857c
1 changed files with 5 additions and 3 deletions
|
@ -128,13 +128,15 @@ it will be auto-generated with values:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Rules for a session token can be set via param `session-rules` (json-string and file path allowed), the default value is:
|
Rules for session tokens can be set via param `session-rules` (json-string and file path allowed), the default value is:
|
||||||
```
|
```
|
||||||
{
|
[
|
||||||
|
{
|
||||||
"verb": "PUT",
|
"verb": "PUT",
|
||||||
"wildcard": true,
|
"wildcard": true,
|
||||||
"containerID": null
|
"containerID": null
|
||||||
}
|
}
|
||||||
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
If `session-rules` are set, but `create-session-token` is not, no session
|
If `session-rules` are set, but `create-session-token` is not, no session
|
||||||
|
|
Loading…
Reference in a new issue