cloudnative-pg / cloudnative-pg/plugin-barman-cloud

Small but important documentation change for secure S3 buckets

オープン
#800 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
documentation
主要言語
Go
スター
191
フォーク
72
平均マージ
2日 21時間
マージ済み PR(30日)
21

説明

Hello,

I've successfully setup CNPG on a cloud where security is high by default.
To be able to connect to the storage as an S3 bucket I had to add
```
instanceSidecarConfiguration:
env:
- name: AWS_REQUEST_CHECKSUM_CALCULATION
value: when_required
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
value: when_required
- name: AWS_DEFAULT_REGION
value: europe-3
```
to the `ObjectStore` config. The Barman Cloud docs are referring to the `checksum` vars but not the `region` var, which made it working.
Is it worth adding to the docs? According to the cloud provider tech support it is common for newer versions of AWS libs to require the region being set, so it could affect other S3 compatible storages as well.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。