Off-line checks
Verify that your IoT Edge Connect configuration is correctly set up and that it validates JWTs in your requests. It checks the authentication and authorization claims in your JWTs to ensure that your requests are identified, and that you have access to the topics specified in the access control lists of your configuration.
Off-line checks
Check name | Description |
---|---|
Publisher/subscriber group equality | Checks whether an ACL doesn't contain the same group in the publishers and subscribers lists. |
ACLs configuration | Checks whether there is at least one ACL in the active configuration. |
Basic property | Checks whether the given property is configured and active. |
Authentication model | Checks whether the JWT verification behavior is configured in the given property. |
Hostnames equality | Checks whether hostnames selected in the property match the ones in the active configuration. |
Namespace equality | Checks whether the namespace selected in the property matches the one from the active configuration. |
Jurisdiction equality | Checks whether the jurisdiction selected in the property matches the one from the active configuration. |
Topics configuration | Checks whether there is at least one topic in the active configuration. |
Firewall rules status | Checks whether the firewall rules are enabled. |
Connection policy status | Checks whether the connection policy files are propagated. |
Edge hostname DNS | Checks whether the DNS configuration is valid for the Edge hostname. |
Hostname DNS | Checks whether the DNS configuration is valid for the hostname. |
Public key signing algorithm | Checks whether the signing algorithm of the public key verifying your token signatures on the production network matches the selected option in the JWT verification behavior. |
Public key signing algorithm (staging) | Checks whether the signing algorithm of the public key verifying your token signatures on the staging network matches the selected option in the JWT verification behavior. |
Updated about 3 years ago