Skip to content

Commit

Permalink
docs(book/coap): document coap-server-config-storage policy group
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 26, 2025
1 parent 9214c99 commit f082832
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/tooling/coap.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ Examples of described policy entries are:
In Ariel OS, the policies are selected through [laze modules][laze-modules-book]:
* `coap-server-config-demokeys` selects a set of hard-coded identities and policies usable for examples.
* `coap-server-config-unprotected` allows access from any client without any authentication or integrity protection.
* `coap-server-config-storage` reads configuration of the application, currently in a `peers.yml` file ([example](https://github.com/ariel-os/ariel-os/blob/main/tests/coap/peers.yml)).
CoAP clients described in there are assigned permissions as described there; the file format is currently only documented in the example file, and still in flux.
The device generates an EDHOC key at first startup, [stores it locally](../storage.md), and reports its public credential at startup.

The list of supported policies is being extended.


Expand Down

0 comments on commit f082832

Please sign in to comment.