Docs: RDS IAM Auth Updation (#22410)

Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
This commit is contained in:
Rounak Dhillon 2025-07-17 12:17:51 +05:30 committed by GitHub
parent 685fa91935
commit e6f9c1ab2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 39 additions and 3 deletions

View File

@ -1,5 +1,6 @@
---
title: How to enable AWS RDS IAM Auth
title: How to enable AWS RDS IAM Auth | Official Documentation
description: Learn how to securely connect OpenMetadata to AWS RDS using IAM authentication with correct environment variables and configuration best practices.
slug: /deployment/rds-iam-auth
collate: false
---
@ -31,3 +32,14 @@ Either through helm (if deployed in kubernetes) or as env vars.
The `DB_USER_PASSWORD` is still required and cannot be empty. Set it to a random/dummy string.
{% /note %}
{% note %}
When using IAM authentication for AWS RDS, you must still provide a dummy value for the `DB_PASSWORD` environment variable. OpenMetadata automatically handles the IAM credentials internally. Ensure the following parameters are set for successful connection:
- `DB_PARAMS=awsRegion=us-east-1&allowPublicKeyRetrieval=true&serverTimezone=UTC`
- `DB_USE_SSL=true`
These settings ensure proper token generation and secure communication with the RDS instance.
{% /note %}

View File

@ -1,5 +1,6 @@
---
title: How to enable AWS RDS IAM Auth
title: How to enable AWS RDS IAM Auth | Official Documentation
description: Learn how to securely connect OpenMetadata to AWS RDS using IAM authentication with correct environment variables and configuration best practices.
slug: /deployment/rds-iam-auth
collate: false
---
@ -31,3 +32,14 @@ Either through helm (if deployed in kubernetes) or as env vars.
The `DB_USER_PASSWORD` is still required and cannot be empty. Set it to a random/dummy string.
{% /note %}
{% note %}
When using IAM authentication for AWS RDS, you must still provide a dummy value for the `DB_PASSWORD` environment variable. OpenMetadata automatically handles the IAM credentials internally. Ensure the following parameters are set for successful connection:
- `DB_PARAMS=awsRegion=us-east-1&allowPublicKeyRetrieval=true&serverTimezone=UTC`
- `DB_USE_SSL=true`
These settings ensure proper token generation and secure communication with the RDS instance.
{% /note %}

View File

@ -1,5 +1,6 @@
---
title: How to enable AWS RDS IAM Auth
title: How to enable AWS RDS IAM Auth | Official Documentation
description: Learn how to securely connect OpenMetadata to AWS RDS using IAM authentication with correct environment variables and configuration best practices.
slug: /deployment/rds-iam-auth
collate: false
---
@ -31,3 +32,14 @@ Either through helm (if deployed in kubernetes) or as env vars.
The `DB_USER_PASSWORD` is still required and cannot be empty. Set it to a random/dummy string.
{% /note %}
{% note %}
When using IAM authentication for AWS RDS, you must still provide a dummy value for the `DB_PASSWORD` environment variable. OpenMetadata automatically handles the IAM credentials internally. Ensure the following parameters are set for successful connection:
- `DB_PARAMS=awsRegion=us-east-1&allowPublicKeyRetrieval=true&serverTimezone=UTC`
- `DB_USE_SSL=true`
These settings ensure proper token generation and secure communication with the RDS instance.
{% /note %}