Skip to content

Commit

Permalink
Merge pull request #241 from avisiedo/hms-2031-domain-registry
Browse files Browse the repository at this point in the history
[HMS-2031] feat: configuration for Directory and Domain Service
  • Loading branch information
Hyperkid123 authored Sep 5, 2023
2 parents a2e8de6 + 44bef1f commit 724348f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/beta/stage/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ edge:
- v1
isBeta: true

idmsvc:
title: "Directory & Domain Services"
api:
versions:
- v1
isBeta: true

image-builder:
title: Image Builder
api:
Expand Down
15 changes: 15 additions & 0 deletions static/beta/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,21 @@
}
]
},
"idmsvc": {
"manifestLocation": "/apps/idmsvc/fed-mods.json",
"defaultDocumentTitle": "Directory & Domain Services",
"modules": [
{
"id": "idmsvc",
"module": "./RootApp",
"routes": [
{
"pathname": "/settings/idmsvc"
}
]
}
]
},
"seatsAdminUi": {
"manifestLocation": "/apps/seats-admin-ui/fed-mods.json",
"config": {
Expand Down
7 changes: 7 additions & 0 deletions static/beta/stage/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
}
]
},
{
"id": "idmsvc",
"appId": "idmsvc",
"title": "Directory & Domain Services",
"description": "Directory and Domain Services for console.redhat.com",
"href": "/settings/idmsvc"
},
{
"id": "integrations",
"appId": "notifications",
Expand Down
1 change: 1 addition & 0 deletions static/beta/stage/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
"rhel.activationKeys",
"rhel.manifests",
"rhel.registerSystems",
"settings.idmsvc",
"settings.manageConfiguration",
{
"href": "/insights/connector",
Expand Down

0 comments on commit 724348f

Please sign in to comment.