We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8c4db commit 53351cdCopy full SHA for 53351cd
1 file changed
docs/docs/get_started/configuration.md
@@ -365,6 +365,15 @@ Commit-Boost supports hot-reloading the configuration file. This means that you
365
docker compose -f cb.docker-compose.yml exec cb_signer curl -X POST http://localhost:20000/reload
366
```
367
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
377
### Notes
378
379
- The hot reload feature is available for PBS modules (both default and custom) and signer module.
0 commit comments