summaryrefslogtreecommitdiff
path: root/doc/dev/notes/restricted-discovery-reloads.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: Note that client authorization was renamed.Gabriela Moldovan2024-10-031-0/+3
| | | | | This adds a note mentioning the new "restricted discovery" terminology to the various docs that talk about client authorization.
* dov/dev/notes: Add note about live reloads in restricted discovery mode.Gabriela Moldovan2024-08-121-0/+243
This describes a couple of options for extending the config reloading logic to support watching for changes in the `restricted_disovery.key_dirs` directories. Note: the options we have here are, in a sense, two extremes * one is about refactoring some of the existing code into a reusable component, and leaving most of the configuration logic unchanged * the other involves rethinking the entire config watching/reloading mechanism to support watching for changes in arbitrary directories I am leaning towards the simpler option, because I'm not sure the other one is worth the added complexity (we currently only have a single use case for it).