Skip to content

Commit

Permalink
Update assumable-ids.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Aug 6, 2023
1 parent 618fd7d commit 2ae7bee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This example provides literal values for both the `issuer` and `subject` fields.
claim_match {
issuer_pattern = ".*"
subject_pattern = ".*"
aduience_pattern = ".*"
audience_pattern = ".*"
}
```

Expand Down Expand Up @@ -148,4 +148,4 @@ If a workflow is authorized to assume the identity — meaning that its token ma

## Learn More

As mentioned previously, we've published a few tutorials that outline how you can [set up an identity for a CI/CD workflow to assume](/chainguard/chainguard-enforce/iam-groups/identity-examples/). We strongly encourage you to follow these guides to better understand how assumable identities work in Chainguard Enforce. We are also planning to publish other example guides in the future, so stay tuned.
As mentioned previously, we've published a few tutorials that outline how you can [set up an identity for a CI/CD workflow to assume](/chainguard/chainguard-enforce/iam-groups/identity-examples/). We strongly encourage you to follow these guides to better understand how assumable identities work in Chainguard Enforce. We are also planning to publish other example guides in the future, so stay tuned.

0 comments on commit 2ae7bee

Please sign in to comment.