Skip to content

Commit

Permalink
Apply minor documentation fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Lohmann <[email protected]>
  • Loading branch information
calohmn committed Jan 24, 2022
1 parent 87fa551 commit 5145775
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions site/documentation/content/admin-guide/common-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Note that the adapter uses a single cache for all responses from the service reg
Consequently, the Credentials Service client configuration's *responseCacheMinSize* and *responseCacheMaxSize* properties
determine the overall number of responses that can be cached.

<a name="device-connection-service-connection-configuration"></a>
### Device Connection Service Connection Configuration

{{% notice info %}}
Expand Down Expand Up @@ -174,7 +173,6 @@ In general, the service supports all configuration properties of the
[Infinispan Hotrod client](https://docs.jboss.org/infinispan/12.1/apidocs/org/infinispan/client/hotrod/configuration/package-summary.html#package.description)
using `hono.deviceConnection` instead of the `infinispan.client.hotrod` prefix.

<a name="command-router-service-connection-configuration"></a>
### Command Router Service Connection Configuration

{{% notice tip %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ system failure.

### Configuring a Metrics Back End

Hono uses [Micrometer](http://micrometer.io/) for providing metrics. It is
Hono uses [Micrometer](https://micrometer.io/) for providing metrics. It is
possible to drop in any Micrometer compatible back end. Hono also uses the
Micrometer integration with Spring Boot and Vert.x.

Please refer to the [Micrometer documentation](http://micrometer.io/docs)
Please refer to the [Micrometer documentation](https://micrometer.io/docs)
for details regarding the configuration of a specific Micrometer back end.
In most cases, you only need to add the back end specific jar files to the class path and
add back end specific configuration properties to the `application.yml` file.
Expand Down
2 changes: 1 addition & 1 deletion site/documentation/content/architecture/auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The Apache Qpid Dispatch Router which is used in Hono's example deployment can b

The identities and corresponding authorities that the *Auth Server* uses for verifying credentials and issuing tokens are defined in a configuration file (`services/auth/src/main/resources/permissions.json`) read in during start-up of the *Auth Server*. These authorities are used for authenticating and authorizing system components as well as *Business Applications*.

Please refer to the [Dispatch Router documentation](http://qpid.apache.org/components/dispatch-router/index.html) for details regarding configuration of *Dispatch Router* security.
Please refer to the [Dispatch Router documentation](https://qpid.apache.org/components/dispatch-router/index.html) for details regarding configuration of *Dispatch Router* security.

## Future Approach

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The provisioning is, of course, a one-time action, on subsequent connections the
## Automatic Gateway Provisioning

Auto-provisioning of gateways involves the same steps as
[Automatic Device Provisioning]({{< ref "/concepts/device-provisioning#automatic-devicegateway-provisioning" >}}).
[Automatic Device Provisioning]({{< ref "/concepts/device-provisioning#automatic-device-provisioning" >}}).
An extra attribute namely *auto-provision-as-gateway* is needed in the tenant's trusted CA configuration to enable
auto-provisioning of gateways. If this attribute is set to `true` then the device registry provisions any unregistered
devices that authenticate with a client certificate issued by this tenant's trusted CA as gateways, provided that the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This deployment model is not meant for productive use but rather for evaluation

- An [Azure subscription](https://azure.microsoft.com/en-us/get-started/).
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) installed to setup the infrastructure.
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and [helm](https://helm.sh/docs/using_helm/#installing-helm)
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and [helm](https://helm.sh/docs/intro/install/)
installed to deploy Hono into [Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes)

### Setup
Expand Down

0 comments on commit 5145775

Please sign in to comment.