You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/known-issues.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,17 @@ title: Known Issues
5
5
## Management Hub
6
6
7
7
:::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.
9
9
:::
10
10
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.
13
13
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.
14
19
15
20
### User Interface
16
21
@@ -19,11 +24,6 @@ The UI needs to know the URL of the API it should talk to. This is configured by
19
24
20
25
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`
21
26
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
-
27
27
#### Loading time over slow connections
28
28
The web app uses WebAssembly (WASM) and has a large application payload on initial load. Subsequent loads use cached resources.
29
29
@@ -35,5 +35,3 @@ Multiple instances of the Certify Agent or Management Hub service reading and wr
35
35
36
36
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.
37
37
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