Skip to content

Commit

Permalink
Add disclaimer about secrets manager password rotation
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Nyahay <[email protected]>
  • Loading branch information
gnyahay committed Aug 14, 2024
1 parent a37cfee commit f719bad
Showing 1 changed file with 4 additions and 0 deletions.
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 f719bad

Please sign in to comment.