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

Add documentation and cloudformation to include creating policy #17

Open
andrewkrug opened this issue Mar 11, 2017 · 2 comments
Open

Add documentation and cloudformation to include creating policy #17

andrewkrug opened this issue Mar 11, 2017 · 2 comments

Comments

@andrewkrug
Copy link
Member

This is a low priority. I just want to capture it.

Since we have a custom policy for execution we should give users a way to provision that themselves.

@andrewkrug
Copy link
Member Author

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "logs:CreateLogGroup",
                "logs:CreateLogStream",
                "logs:PutLogEvents"
            ],
            "Resource": "arn:aws:logs:*:*:*"
        },
        {
            "Effect": "Allow",
            "Action": [
                "s3:PutObject"
            ],
            "Resource": "arn:aws:s3:::threatresponse.showdown*"
        }
    ]
}

@andrewkrug
Copy link
Member Author

low priority

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