summaryrefslogtreecommitdiff
path: root/auth-server-poc/src/app.py
Commit message (Collapse)AuthorAgeFilesLines
* Move userdb.yaml to mounted volumeErnst Widerberg2022-01-141-1/+2
|
* Add read/write permissions to JWTs based on YAMLErnst Widerberg2022-01-131-14/+25
| | | | | | | - Uses Linus's YAML code, except with password stuff removed since auth-server-poc uses htpasswd. - The collector checks JWT on API endpoints get, get/{key}, and delete/{key}, but not on add.
* Add auth-server-pocErnst Widerberg2021-11-101-0/+42