Skip to content

Commit

Permalink
connectivity-manage-connections-piggyback added to ditto_sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Balarev <andrey.balarev@bosch.io>
  • Loading branch information
abalarev committed Dec 13, 2022
1 parent b05cf3d commit 472d559
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,16 @@ entries:
- title: Overview
url: /connectivity-overview.html
output: web
- title: Manage connections
url: /connectivity-manage-connections.html
output: web
subfolders:
- title: Manage connections
output: web
subfolderitems:
- title: via HTTP API
url: /connectivity-manage-connections.html
output: web
- title: via Piggyback commands
url: /connectivity-manage-connections-piggyback.html
output: web
- title: AMQP 0.9.1 protocol binding
url: /connectivity-protocol-bindings-amqp091.html
output: web
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ tags: [connectivity]
permalink: connectivity-manage-connections.html
---

In order to manage (CRUD) connections in Ditto, a separate [HTTP API](http-api-doc.html#/Connections)
is recommended to be used instead of the old fashion way through [DevOps commands](installation-operating.html#devops-commands).
In order to manage (CRUD) connections in Ditto, the [HTTP API](http-api-doc.html#/Connections)
is recommended to be used instead of the old fashion way using [Piggyback commands](connectivity-manage-connections-piggyback.html).
As this is not a task for a developer, but more for a "DevOps engineer", the endpoint for creating new connections
to external systems is authenticated using the ["devops"](installation-operating.html#devops-user) user.

Expand Down

0 comments on commit 472d559

Please sign in to comment.