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

Fix use of random_string in RDS module. #89

Open
rin-skylight opened this issue Oct 8, 2024 · 0 comments · May be fixed by #90
Open

Fix use of random_string in RDS module. #89

rin-skylight opened this issue Oct 8, 2024 · 0 comments · May be fixed by #90
Assignees
Labels
Cloud Enablement Issues related to DevOps or security that need specialized attention from DevSecOps personnel

Comments

@rin-skylight
Copy link
Collaborator

Our RDS module uses random_string to generate password strings. This is dangerous, as Terraform does not treat the output of this resource as sensitive.

We should use random_password, instead.

@rin-skylight rin-skylight added the Cloud Enablement Issues related to DevOps or security that need specialized attention from DevSecOps personnel label Oct 8, 2024
@rin-skylight rin-skylight self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cloud Enablement Issues related to DevOps or security that need specialized attention from DevSecOps personnel
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant