diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index f64b816..c5e9d6b 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: '${{ matrix.go_versions }}' - + - name: Sync tree service run: make sync-tree @@ -37,4 +37,4 @@ jobs: run: make dep - name: Run tests - run: make test \ No newline at end of file + run: make test diff --git a/docs/authmate.md b/docs/authmate.md index e9cb8cc..42dc994 100644 --- a/docs/authmate.md +++ b/docs/authmate.md @@ -140,10 +140,10 @@ the secret. Format of `access_key_id`: `%cid0%oid`, where 0(zero) is a delimiter Creation of bearer tokens is mandatory. By default, bearer token will be created with `impersonate` flag and won't have eACL table. It means that gate which will use such token -to interact with node can have access to your private containers or to containers in which eACL grants access to you +to interact with node can have access to your private containers or to containers in which eACL grants access to you by public key. -Rules for a bearer token can be set via parameter `--bearer-rules` (json-string and file path allowed). +Rules for a bearer token can be set via parameter `--bearer-rules` (json-string and file path allowed). But you must provide `--disable-impersonate` flag: ```shell diff --git a/docs/configuration.md b/docs/configuration.md index 36724ee..4ffc0bb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -502,7 +502,7 @@ prometheus: # `frostfs` section Contains parameters of requests to FrostFS. -This value can be overridden with `X-Amz-Meta-Frostfs-Copies-Number` (value is comma separated numbers: `1,2,3`) +This value can be overridden with `X-Amz-Meta-Frostfs-Copies-Number` (value is comma separated numbers: `1,2,3`) header for `PutObject`, `CopyObject`, `CreateMultipartUpload`. ```yaml