Skip to content

Commit

Permalink
Merge pull request #2433 from EnterpriseDB/release/2022-03-09a
Browse files Browse the repository at this point in the history
Release: 2022-03-09a
  • Loading branch information
drothery-edb authored Mar 10, 2022
2 parents fdb07f6 + a133268 commit f765c6c
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ repo1-s3-key-type=auto
repo1-s3-role=authrole
```

To automatically retrieve web identity credentials, set the `repo1-s3-key-type=web-id` option and define the `AWS_ROLE_ARN` and `AWS_WEB_IDENTITY_TOKEN_FILE` environment variables.

Set the `repo1-s3-kms-key-id` option to enable server-side encryption using the specified AWS key management service key.

##### Azure-compatible Object Stores

```ini
Expand Down Expand Up @@ -210,6 +214,7 @@ See the **Quick start** [backups](03-quick_start#backups) and [restore](03-quick
[`repo-s3-key-secret`](https://pgbackrest.org/configuration.html#section-repository/option-repo-s3-key-secret)
[`repo-s3-key-type`](https://pgbackrest.org/configuration.html#section-repository/option-repo-s3-key-type)
[`repo-s3-key`](https://pgbackrest.org/configuration.html#section-repository/option-repo-s3-key)
[`repo-s3-kms-key-id`](https://pgbackrest.org/configuration.html#section-repository/option-repo-s3-kms-key-id)
[`repo-s3-region`](https://pgbackrest.org/configuration.html#section-repository/option-repo-s3-region)
[`repo-s3-role`](https://pgbackrest.org/configuration.html#section-repository/option-repo-s3-role)
[`repo-type`](https://pgbackrest.org/configuration.html#section-repository/option-repo-type)
Expand Down
Loading

0 comments on commit f765c6c

Please sign in to comment.