Skip to content

Commit e0351aa

Browse files
Update known issues
1 parent 1827e4e commit e0351aa

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

docs/hub/known-issues.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ title: Known Issues
55
## Management Hub
66

77
:::info
8-
As we move development of *Certify Management Hub* towards a full release we will note issues that are commonly encountered here, and remove them as they are resolved.
8+
We will note issues that are commonly encountered here, and remove them as they are resolved.
99
:::
1010

11-
### Hub connections
12-
Instances of *Certify Certificate Manager* and *Certify Management Agent* services may need to be restarted (just the service, not the OS) to reconnect to a hub that has restarted or been updated. We recommend updating agents/ccm instances to the latest version corresponding to the hub when possible, although not strictly required for some minor updates.
11+
### Hub host operating system affects available functionality
12+
If you will be commonly running PowerShell etc and interacting with Windows Server using Windows Authentication you should host the Management Hub on a Windows Server install. The hub *can* be used in containers (or hosted directly on Linux) but with reduced compatibility for Windows specific things like Windows Impersonation credentials. If PowerShell and Windows networking/shares etc will matter to you, you should host your instance on Windows.
1313

14+
### Hub and CCM/Agent Versions
15+
We recommend updating agents/ccm instances to the latest version corresponding to the hub when possible, although not strictly required for some minor updates.
16+
17+
### Hub HTTPS
18+
If you configure https for the hub service we currently recommend a monthly scheduled restart of the service to catch certificate renewals for the service. .NET has a built in cert rotation feature (on change) but we have found that to be unreliable in current versions. In the future we will likely implement our own cert selector strategy if the issue is not resolve in .NET itself.
1419

1520
### User Interface
1621

@@ -19,11 +24,6 @@ The UI needs to know the URL of the API it should talk to. This is configured by
1924

2025
If the problem occurs with a new docker container, follow the above and set the url to the required host and port e.g. `http://localhost:8080`
2126

22-
#### Data caching in the UI
23-
Normally, when the system changes managed certificate or updates it status the change should be streamed back to the UI via SignalR. This streaming functionality is still a work in progress and most items now update automatically.
24-
25-
Pages that show data that might change will generally update themselves periodically (summary page, instances, charts etc) or in some cases when the underlying data changes and a message from the hub is streamed back to the UI. In some cases you may need to reload the app from the app root URL to see the latest information while the app is still under development.
26-
2727
#### Loading time over slow connections
2828
The web app uses WebAssembly (WASM) and has a large application payload on initial load. Subsequent loads use cached resources.
2929

@@ -35,5 +35,3 @@ Multiple instances of the Certify Agent or Management Hub service reading and wr
3535

3636
Note: We do not provide general support for how to use different container technology and you will likely need to know more about your choice of container deployment technology than we do, if you are using containers at all. Certify Management Hub is our first product that supports deployment to containers, so we expect growing pains.
3737

38-
### Windows Specific Tasks
39-
If you will be commonly running PowerShell etc and interacting with Windows Server using Windows Authentication you should host the Management Hub on a Windows Server install. The hub *can* be used in containers (or hosted directly on Linux) but with reduced compatibility for Windows specific things like Windows Impersonation credentials.

0 commit comments

Comments
 (0)