Skip to content

Commit

Permalink
Merge pull request #265 from karelhala/service-accounts-fed-mods
Browse files Browse the repository at this point in the history
Add service accounts to fed mods config
  • Loading branch information
Hyperkid123 authored Aug 29, 2023
2 parents 071fe48 + 13b73c4 commit a2730d7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/beta/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,20 @@
}
]
},
"serviceAccounts": {
"manifestLocation": "/apps/service-accounts/fed-mods.json",
"modules": [
{
"id": "service-accounts",
"module": "./RootApp",
"routes": [
{
"pathname": "/iam/service-accounts"
}
]
}
]
},
"quay-ui-plugin": {
"manifestLocation": "/apps/quay/plugin-manifest.json",
"modules": [
Expand Down
12 changes: 12 additions & 0 deletions static/beta/prod/navigation/iam-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@
}
]
},
{
"id": "serviceAccounts",
"title": "Service Accounts",
"appId": "serviceAccounts",
"href": "/iam/service-accounts",
"permissions": [
{
"method": "featureFlag",
"args": ["platform.iam.service-accounts", true]
}
]
},
{
"id": "learningResources",
"appId": "learningResources",
Expand Down

0 comments on commit a2730d7

Please sign in to comment.