Skip to content

Commit

Permalink
[SELC-6003] feat: Added dashboard-users-microfe repository managed id…
Browse files Browse the repository at this point in the history
…entity (#828)

[SELC-6003] feat: Added token-exchange-fe repository managed identity
  • Loading branch information
AleDore authored Jan 8, 2025
1 parent a2f421b commit 6d213af
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 @@ -90,6 +90,10 @@ ci_github_federations_ms = [
{
repository = "selfcare-dashboard-groups-microfrontend"
subject = "dev-ci"
},
{
repository = "selfcare-dashboard-users-microfrontend"
subject = "dev-ci"
}
]

Expand Down Expand Up @@ -153,6 +157,10 @@ cd_github_federations_ms = [
{
repository = "selfcare-dashboard-groups-microfrontend"
subject = "dev-cd"
},
{
repository = "selfcare-dashboard-users-microfrontend"
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 @@ -89,6 +89,10 @@ ci_github_federations_ms = [
{
repository = "selfcare-dashboard-groups-microfrontend"
subject = "prod-ci"
},
{
repository = "selfcare-dashboard-users-microfrontend"
subject = "prod-ci"
}
]

Expand Down Expand Up @@ -156,6 +160,10 @@ cd_github_federations_ms = [
{
repository = "selfcare-dashboard-groups-microfrontend"
subject = "prod-cd"
},
{
repository = "selfcare-dashboard-users-microfrontend"
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 @@ -90,6 +90,10 @@ ci_github_federations_ms = [
{
repository = "selfcare-dashboard-groups-microfrontend"
subject = "uat-ci"
},
{
repository = "selfcare-dashboard-users-microfrontend"
subject = "uat-ci"
}
]

Expand Down Expand Up @@ -157,6 +161,10 @@ cd_github_federations_ms = [
{
repository = "selfcare-dashboard-groups-microfrontend"
subject = "uat-cd"
},
{
repository = "selfcare-dashboard-users-microfrontend"
subject = "uat-cd"
}
]

Expand Down

0 comments on commit 6d213af

Please sign in to comment.