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": "*" },