Skip to content

Commit

Permalink
deploy: 05656a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Schleich committed Sep 10, 2024
1 parent 90453f4 commit 1728518
Show file tree
Hide file tree
Showing 38 changed files with 161 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docs/apis/c/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/apis/cpp/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/apis/kotlin/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/apis/python/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/apis/rest/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/apis/rust/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/getting-started/deployment/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/getting-started/first-app/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/getting-started/installation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/getting-started/quick-test/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/getting-started/troubleshooting/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ The configuration of TLS certificates is done via a configuration file.</descrip
As you may already know, QUIC is a UDP-based, stream-multiplexing, encrypted transport protocol. It natively embeds TLS for encryption, authentication and confidentiality.
As of today, the only supported TLS authentication mode in Zenoh is server-authentication 1: clients validate the server TLS certificate but not the other way around. That is, the same way of operating on the web where the web browsers validate the identity of the server via means of the TLS certificate.</description></item><item><title>User-Password authentication</title><link>/docs/manual/user-password/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/manual/user-password/</guid><description>Zenoh supports basic user-password authentication. Clients and peers can use user and password for authentication against a router or a peer. Similarly, peers and routers can use user and password for authentication among themselves. The configuration of credentials is done via a configuration file.
Client configuration The required configuration fields for a client would hence be:
{ /// The node&amp;#39;s mode (router, peer or client) mode: &amp;#34;client&amp;#34;, transport: { auth: { /// The configuration of authentication.</description></item><item><title>Rust API</title><link>/docs/apis/rust/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/rust/</guid><description> The Rust API documentation is available on docs.rs.</description></item><item><title>C API</title><link>/docs/apis/c/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/c/</guid><description> The C API documentation is available on Read the Docs.</description></item><item><title>C++ API</title><link>/docs/apis/cpp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/cpp/</guid><description> The C++ API documentation is available on Read the Docs.</description></item><item><title>Python API</title><link>/docs/apis/python/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/python/</guid><description> The Python API documentation is available on Read the Docs.</description></item><item><title>REST API</title><link>/docs/apis/rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/rest/</guid><description>Zenoh also offers a REST API via the zenoh-rest plugin. When starting Zenoh with default options, this REST plugin is automatically started on port 8000 and ready to answer HTTP requests.
{ /// The node&amp;#39;s mode (router, peer or client) mode: &amp;#34;client&amp;#34;, transport: { auth: { /// The configuration of authentication.</description></item><item><title>Access Control</title><link>/docs/manual/access-control/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/manual/access-control/</guid><description>NOTE: This documentation covers the Zenoh 1.0 ACL config. For Zenoh 0.11 ACL config, please refer to the Zenoh 0.11 Access Control Rules RFC
Access control enables Zenoh instances to filter (allow or deny) messages, depending on certain characteristics of individual messages and their respective source or destination. Authentication on the other hand allows Zenoh instances to identify certain characteristics in other instances they connect to, which are used to match the remote instances with configured subjects in the ACL policies and apply the rules accordingly on the exhanged messages.</description></item><item><title>Rust API</title><link>/docs/apis/rust/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/rust/</guid><description> The Rust API documentation is available on docs.rs.</description></item><item><title>C API</title><link>/docs/apis/c/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/c/</guid><description> The C API documentation is available on Read the Docs.</description></item><item><title>C++ API</title><link>/docs/apis/cpp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/cpp/</guid><description> The C++ API documentation is available on Read the Docs.</description></item><item><title>Python API</title><link>/docs/apis/python/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/python/</guid><description> The Python API documentation is available on Read the Docs.</description></item><item><title>REST API</title><link>/docs/apis/rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/rest/</guid><description>Zenoh also offers a REST API via the zenoh-rest plugin. When starting Zenoh with default options, this REST plugin is automatically started on port 8000 and ready to answer HTTP requests.
The full Zenoh key/value space is accessible via this REST API, including the Admin Space under the '@'prefix.
GET Binds to the get(selector) operation on Zenoh.
URL: http://host:8000/&amp;lt;selector&amp;gt; body: none headers: none The results are returned as a JSON array of objects containing &amp;quot;key&amp;quot;, &amp;quot;value&amp;quot;and &amp;quot;time&amp;quot;.</description></item><item><title>Kotlin API</title><link>/docs/apis/kotlin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/apis/kotlin/</guid><description> The Kotlin API documentation is available on https://eclipse-zenoh.github.io/zenoh-kotlin.</description></item><item><title>Migrating from Zenoh v0.5.x to Zenoh v0.6.x</title><link>/docs/migration_0.5_to_0.6/migrationguide-v0.5.x-v0.6.x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/migration_0.5_to_0.6/migrationguide-v0.5.x-v0.6.x/</guid><description>Key expressions Some key expressions are now considered invalid:
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/abstractions/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1728518

Please sign in to comment.