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

Update permissions in the RDS Proxy for MySQL/MariaDB guide #50435

Open
TeleLos opened this issue Dec 19, 2024 · 0 comments
Open

Update permissions in the RDS Proxy for MySQL/MariaDB guide #50435

TeleLos opened this issue Dec 19, 2024 · 0 comments

Comments

@TeleLos
Copy link
Contributor

TeleLos commented Dec 19, 2024

Applies To

https://goteleport.com/docs/enroll-resources/database-access/enroll-aws-databases/rds-proxy-mysql/#grant-permissions

Details

Update grant permissions adding "rds:ListTagsForResource" to allow for listing custom tags in the Teleport UI and CLI. Additional tags can be used with Teleport RBAC to control access.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "RDSProxyConnect",
            "Effect": "Allow",
            "Action": "rds-db:connect",
            "Resource": "*"
        },
        {
            "Sid": "RDSProxyFetchMetadata",
            "Effect": "Allow",
            "Action": [
                "rds:DescribeDBProxies",
                "rds:DescribeDBProxyEndpoints",
                "rds:ListTagsForResource"
            ],
            "Resource": "*"
        }
    ]
}

How will we know this is resolved?

Related Issues

@ptgott ptgott changed the title [v.16.x] /docs/pages/enroll-resources/database-access/enroll-aws-databases/rds-proxy-mysql.mdx Update permissions in the RDS Proxy for MySQL/MariaDB guide Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant