From 9b964a9b9aa1fa688eb4a453c056669e4a750eb2 Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Sat, 6 Apr 2024 01:05:31 -0500 Subject: [PATCH] fix: add policy and speed up (#51) Signed-off-by: matttrach --- .github/workflows/release.yaml | 2 +- notes/policies.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index be09ac5..0c5532e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: run: | go version cd ${{github.workspace}}/tests - go test -v -timeout=60m -parallel=5 + go test -v -timeout=60m -parallel=10 cd ${{github.workspace}} - uses: peter-evans/create-or-update-comment@v4 name: 'Report Success' diff --git a/notes/policies.md b/notes/policies.md index 4b526f6..143987c 100644 --- a/notes/policies.md +++ b/notes/policies.md @@ -167,7 +167,11 @@ Please remember that these are just my notes, make good decisions and evaluate y "route53:ListCidrCollections", "route53:GetHostedZoneCount", "route53:CreateHealthCheck", - "route53:DeleteHealthCheck" + "route53:DeleteHealthCheck", + "iam:UploadServerCertificate", + "iam:ListServerCertificates", + "iam:ListServerCertificateTags", + "iam:DeleteServerCertificate" ], "Resource": "*" },