Make capnp machines api work again

This commit is contained in:
Nadja Reitzenstein
2022-03-16 19:01:09 +01:00
parent 2b7044d498
commit 29a44bdb6a
7 changed files with 101 additions and 16 deletions

View File

@ -2,7 +2,7 @@
# These roles have to be defined in 'bffh.dhall'.
# Non-existant roles will not crash the server but print a `WARN` level message in the
# server log in the form "Did not find role somerole/internal while trying to tally".
roles = ["somerole/internal", "testrole/internal"]
roles = ["somerole", "testrole"]
# The password will be hashed using argon2id on load time and is not available in plaintext afterwards.
passwd = "secret"