Skip to content

Commit

Permalink
[SELC-6005] feat: Add selfcare-dashboard-frontend repo managed identi…
Browse files Browse the repository at this point in the history
…ty (#815)
  • Loading branch information
AleDore authored Dec 18, 2024
1 parent 8e6254b commit 6692ce3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .identity/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ ci_github_federations_ms = [
{
repository = "selfcare-token-exchange-frontend"
subject = "dev-ci"
},
{
repository = "selfcare-dashboard-frontend"
subject = "dev-ci"
}
]

Expand Down Expand Up @@ -129,6 +133,10 @@ cd_github_federations_ms = [
{
repository = "selfcare-token-exchange-frontend"
subject = "dev-cd"
},
{
repository = "selfcare-dashboard-frontend"
subject = "dev-cd"
}
]

Expand Down
8 changes: 8 additions & 0 deletions .identity/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ ci_github_federations_ms = [
{
repository = "selfcare-token-exchange-frontend"
subject = "prod-ci"
},
{
repository = "selfcare-dashboard-frontend"
subject = "prod-ci"
}
]

Expand Down Expand Up @@ -132,6 +136,10 @@ cd_github_federations_ms = [
{
repository = "selfcare-token-exchange-frontend"
subject = "prod-cd"
},
{
repository = "selfcare-dashboard-frontend"
subject = "prod-cd"
}
]

Expand Down
8 changes: 8 additions & 0 deletions .identity/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ ci_github_federations_ms = [
{
repository = "selfcare-token-exchange-frontend"
subject = "uat-ci"
},
{
repository = "selfcare-dashboard-frontend"
subject = "uat-ci"
}
]

Expand Down Expand Up @@ -133,6 +137,10 @@ cd_github_federations_ms = [
{
repository = "selfcare-token-exchange-frontend"
subject = "uat-cd"
},
{
repository = "selfcare-dashboard-frontend"
subject = "uat-cd"
}
]

Expand Down

0 comments on commit 6692ce3

Please sign in to comment.