File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,15 @@ resource "azuread_application_federated_identity_credential" "ronin_puppet_test_
3838 subject = " repo:mozilla-platform-ops/ronin_puppet:pull_request"
3939}
4040
41+ resource "azuread_application_federated_identity_credential" "ronin_puppet_test_kitchen_master" {
42+ application_id = azuread_application. ronin_puppet_test_kitchen . id
43+ display_name = " github-actions-master"
44+ description = " GitHub Actions OIDC for master branch workflows in mozilla-platform-ops/ronin_puppet"
45+ audiences = [" api://AzureADTokenExchange" ]
46+ issuer = " https://token.actions.githubusercontent.com"
47+ subject = " repo:mozilla-platform-ops/ronin_puppet:ref:refs/heads/master"
48+ }
49+
4150resource "azuread_application_federated_identity_credential" "ronin_puppet_test_kitchen_branches" {
4251 application_id = azuread_application. ronin_puppet_test_kitchen . id
4352 display_name = " github-actions-branches"
You can’t perform that action at this time.
0 commit comments