forked from TrueCloudLab/frostfs-s3-gw
[#412] Fix links in docs
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
e3c16a32dd
commit
4047a47457
2 changed files with 17 additions and 17 deletions
|
@ -18,13 +18,13 @@ token, the object needs to be stored in a container available for the gateway
|
|||
to read, and it needs to be encrypted with this gateway's key (among others
|
||||
potentially).
|
||||
|
||||
1. [Generation of wallet](#Generation of wallet)
|
||||
2. [Issuance of a secret](#Issuance of a secret)
|
||||
1. [CLI parameters](#CLI parameters)
|
||||
2. [Bearer tokens](#Bearer tokens)
|
||||
3. [Session tokens](#Session tokens)
|
||||
4. [Containers policy](#Containers policy)
|
||||
3. [Obtainment of a secret](#Obtainment of a secret access key)
|
||||
1. [Generation of wallet](#generation-of-wallet)
|
||||
2. [Issuance of a secret](#issuance-of-a-secret)
|
||||
1. [CLI parameters](#cli-parameters)
|
||||
2. [Bearer tokens](#bearer-tokens)
|
||||
3. [Session tokens](#session-tokens)
|
||||
4. [Containers policy](#containers-policy)
|
||||
3. [Obtainment of a secret](#obtainment-of-a-secret-access-key)
|
||||
## Generation of wallet
|
||||
|
||||
To generate a wallet for a gateway, run the following command:
|
||||
|
|
|
@ -12,16 +12,16 @@ But **not vice versa**, some parameters can be configured only with environment
|
|||
Most of these parameters have default values, therefore, these ways to configure the gateway are optional and
|
||||
basic configuration can be completed with CLI parameters only.
|
||||
|
||||
1. [CLI parameters](#CLI parameters)
|
||||
1. [Nodes and weights](#Nodes and weights)
|
||||
2. [Wallet](#Wallet)
|
||||
3. [Binding and TLS](#Listening on address and TLS)
|
||||
4. [RPC endpoint and resolving of bucket names](#RPC endpoint and resolving of bucket names)
|
||||
5. [Processing of requests](#Processing of requests)
|
||||
6. [Connection to NeoFS](#Connection to NeoFS)
|
||||
7. [Monitoring and metrics](#Monitoring and metrics)
|
||||
2. [YAML file and environment variables](#YAML file and environment variables)
|
||||
1. [Notifications](#Notifications)
|
||||
1. [CLI parameters](#cli-parameters)
|
||||
1. [Nodes and weights](#nodes-and-weights)
|
||||
2. [Wallet](#wallet)
|
||||
3. [Binding and TLS](#listening-on-address-and-TLS)
|
||||
4. [RPC endpoint and resolving of bucket names](#rpc-endpoint-and-resolving-of-bucket-names)
|
||||
5. [Processing of requests](#processing-of-requests)
|
||||
6. [Connection to NeoFS](#connection-to-NeoFS)
|
||||
7. [Monitoring and metrics](#monitoring-and-metrics)
|
||||
2. [YAML file and environment variables](#yaml-file-and-environment-variables)
|
||||
1. [Notifications](#notifications)
|
||||
|
||||
|
||||
## CLI parameters
|
||||
|
|
Loading…
Reference in a new issue