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

All permissions needed #211

Closed
oleksandr-yatsuk opened this issue Nov 13, 2023 · 4 comments
Closed

All permissions needed #211

oleksandr-yatsuk opened this issue Nov 13, 2023 · 4 comments

Comments

@oleksandr-yatsuk
Copy link

oleksandr-yatsuk commented Nov 13, 2023

Hey Guys,

We are running altimeter on our production AWS account.
It is running under a restricted access IAM role and continuously facing AccessDenied issue.
We request those permissions, but on the next run appear new ones and so on.

Is it possible to document all permissions, which should be allowed to run altimeter under a restricted access policy?

@jbmchuck
Copy link
Contributor

Hi @oleksandr-yatsuk ,

I can generate a list in the next day or two, though in general I usually use a role with arn:aws:iam::aws:policy/ReadOnlyAccess attached and a second policy containing:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "",
            "Effect": "Allow",
            "Action": "support:DescribeSeverityLevels",
            "Resource": "*"
        }
    ]
}

@oleksandr-yatsuk
Copy link
Author

Thank you @jbmchuck. It will be really helpful having the list of permissions

@jbmchuck
Copy link
Contributor

Hey @oleksandr-yatsuk - this info has been added here: https://github.com/tableau/altimeter#required-iam-permissions ; please let me know if you run into any issues.

@oleksandr-yatsuk
Copy link
Author

Thanks a lot

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