File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ Attribute mapping:
6666| Attribute | Claim |
6767| ------------------------| -------------------------------------------------------|
6868| ` google.subject ` | ` assertion.sub ` |
69- | ` attribute.sub ` | ` assertion.sub ` |
70- | ` attribute.actor ` | ` assertion.actor ` |
7169| ` attribute.repository ` | ` assertion.project_path ` (not ` assertion.repository ` ) |
70+ | ` attribute.user_login ` | ` assertion.user_login ` |
71+ | ` attribute.branch ` | ` assertion.ref ` |
7272
7373<!-- BEGIN_TF_DOCS -->
7474## Providers
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ resource "google_iam_workload_identity_pool_provider" "provider" {
7070
7171 attribute_mapping = {
7272 " google.subject" = " assertion.sub"
73- " attribute.sub" = " attribute.sub"
74- " attribute.actor" = " assertion.actor"
73+ " attribute.user_login" = " assertion.user_login"
7574 " attribute.repository" = " assertion.project_path"
75+ " attribute.branch" = " assertion.ref"
7676 }
7777 oidc {
7878 allowed_audiences = [var . allowed_audiences ]
You can’t perform that action at this time.
0 commit comments