awsdocs / amazon-rds-user-guide

The open source version of the Amazon RDS docs. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
Other
150 stars 231 forks source link

Syntax error in the SMTP secret policy #179

Closed josebagar closed 2 years ago

josebagar commented 2 years ago

The policy for accessing the SMTP secret contains a syntax error that prevent it from being applied in AWS Secrets Manager, this pull request fixes that.

The change just removes the extra comma in the dictionary, which fixes the syntax error.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dbagansk commented 2 years ago

Thank you for reaching out. We will review the changes.

josebagar commented 2 years ago

Hello! Are there any news on this? It is a fairly trivial patch and the invalidity of the previous policy can be verified with the IAM "Create Policy" tool (https://us-east-1.console.aws.amazon.com/iam/home#/policies$new?step=edit).

dbagansk commented 2 years ago

Thank you very much for your feedback. Your change was merged today and the docs will be updated within one to two days. I apologize for the delay.

josebagar commented 2 years ago

Thank you very much!