Skip to content

Commit 53351cd

Browse files
committed
Update docs
1 parent 5b8c4db commit 53351cd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/docs/get_started/configuration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,15 @@ Commit-Boost supports hot-reloading the configuration file. This means that you
365365
docker compose -f cb.docker-compose.yml exec cb_signer curl -X POST http://localhost:20000/reload
366366
```
367367

368+
### Signer module reload
369+
370+
The signer module takes 2 optional parameters in the JSON body:
371+
372+
- `jwt_secrets`: a string with a comma-separated list of `<MODULE_ID>=JWT_SECRET` for all modules.
373+
- `admin_secret`: a string with the secret for the signer admin JWT.
374+
375+
In the case that someone of those isn't present, that parameter won't be updated.
376+
368377
### Notes
369378

370379
- The hot reload feature is available for PBS modules (both default and custom) and signer module.

0 commit comments

Comments
 (0)