Skip to content

Commit

Permalink
Add OIDC auth to infra repo (#66)
Browse files Browse the repository at this point in the history
* Add OIDC auth to infra repo

Signed-off-by: George Adams <[email protected]>

* Update adoptium.jsonnet

Signed-off-by: George Adams <[email protected]>

---------

Signed-off-by: George Adams <[email protected]>
  • Loading branch information
gdams authored Oct 15, 2024
1 parent acd1d3e commit d65c212
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,15 @@ orgs.newOrg('adoptium') {
orgs.newRepoSecret('ORKA_TOKEN') {
value: "pass:bots/adoptium/macstadium.com/orka-token",
},
orgs.newRepoSecret('AZURE_CLIENT_ID_OIDC') {
value: "pass:bots/adoptium/azure/azure-client-id-oidc-infra",
},
orgs.newRepoSecret('AZURE_SUBSCRIPTION_ID') {
value: "pass:bots/adoptium/azure/azure-subscription-id",
},
orgs.newRepoSecret('AZURE_TENANT_ID') {
value: "pass:bots/adoptium/azure/azure-tenant-id",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('master'),
Expand Down

0 comments on commit d65c212

Please sign in to comment.