Skip to content

Commit

Permalink
Add disclaimer about secrets manager password rotation (#396)
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Nyahay <greg.nyahay@anchore.com>
  • Loading branch information
gnyahay authored Aug 14, 2024
1 parent a37cfee commit ab9e958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "2.9.1"
version: "2.9.2"
appVersion: "5.8.1"
kubeVersion: 1.23.x - 1.30.x || 1.23.x-x - 1.30.x-x
description: |
Expand Down
4 changes: 4 additions & 0 deletions stable/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ anchoreConfig:
sslMode: require
```

#### RDS Postgres Database Configuration

Please note that automatic password rotation using AWS Secrets Manager is enabled by default upon provisioning a new RDS cluster however this feature is not currently supported by Anchore Enterprise.

#### RDS Postgres Database Configuration With TLS

To obtain a comprehensive AWS RDS PostgreSQL certificate bundle, which includes both intermediate and root certificates for all AWS regions, you can download it [here](https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem). An example of creating the certificate secret can be found in [TLS Configuration](#using-tls-internally).
Expand Down

0 comments on commit ab9e958

Please sign in to comment.