Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: manage master credentials in secrets manager #218

Conversation

salemgolemugoo
Copy link
Contributor

what

Allow to manage master credentials in Secrets Manager

why

Managed secrets are more secure and easy to use.

references

(closes #166)

@salemgolemugoo salemgolemugoo requested review from a team as code owners June 13, 2024 14:30
@mergify mergify bot added the triage Needs triage label Jun 13, 2024
@jamengual
Copy link
Contributor

/terratest

@mergify mergify bot removed the triage Needs triage label Jun 18, 2024
@@ -60,6 +60,18 @@ variable "db_port" {
description = "Database port"
}

variable "manage_admin_user_password" {
type = string
default = false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct, this should be null

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type should be boolean, instead of string

pazaan pushed a commit to pazaan/terraform-aws-rds-cluster that referenced this pull request Jul 10, 2024
gberenice pushed a commit that referenced this pull request Jul 24, 2024
* feat: manage master credentials in secrets manager

* fix: address PR comments

See #218

* generate README

* fix: address PR comments

* chore: update README

* fix: manage_master_user_password must be `null` or `true`

* fix: make `manage_master_user_password` logic more readable per PR request

---------

Co-authored-by: Marat Salimzianov <salemgolemugoo@users.noreply.github.com>
Co-authored-by: Lennart Goedhart <lgoedhart-ic@akiliinteractive.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option for RDS/Aurora Managed Master Passwords via Secrets Manager
3 participants