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

Engineer group should have access to db-connect permissions #209

Open
samkahchiin opened this issue May 4, 2023 · 1 comment
Open

Engineer group should have access to db-connect permissions #209

samkahchiin opened this issue May 4, 2023 · 1 comment

Comments

@samkahchiin
Copy link
Contributor

Similar to rds/iam.tf

    {
      "Effect": "Allow",
      "Action": [
        "rds-db:connect"
      ],
      "Resource": [
        "arn:aws:rds-db:${var.region}:${var.account_id}:dbuser:${aws_db_instance.main.resource_id}/${var.project}_${var.environment}_${each.key}"
      ]
    },
    ```
@swiknaba
Copy link
Contributor

regular users should also be allowed to see the enhanced insights of RDS, and general metrics

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

No branches or pull requests

2 participants