summaryrefslogtreecommitdiff
path: root/auth-server-poc/src
Commit message (Collapse)AuthorAgeFilesLines
* Move userdb.yaml to mounted volumeErnst Widerberg2022-01-142-24/+2
|
* Add read/write permissions to JWTs based on YAMLErnst Widerberg2022-01-133-14/+145
| | | | | | | - 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