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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

salemgolemugoo
Copy link

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

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