Skip to content

Commit

Permalink
fix(clusters/iam): set correct oidc subject for prs
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 authored and poiana committed Mar 29, 2024
1 parent 921ecf8 commit 692da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/clusters/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ module "test-infra_reader" {
name = "github_actions-test-infra-reader"
create = true
subjects = [
"falcosecurity/test-infra:ref:*"
"falcosecurity/test-infra:pull_request"
]
policies = {
test-infra_read_access = "arn:aws:iam::aws:policy/ReadOnlyAccess"
Expand Down

0 comments on commit 692da18

Please sign in to comment.