Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add read/write permissions to JWTs based on YAML | Ernst Widerberg | 2022-01-13 | 1 | -112/+0 |
| | | | | | | | - 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. | ||||
* | Use yaml.safe_load instead of yaml.load | Kristofer Hallin | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | Use CouchDB, this might break things. | Kristofer Hallin | 2021-09-23 | 1 | -2/+5 |
| | |||||
* | add simple authentication based on a local yaml file | Linus Nordberg | 2021-09-15 | 1 | -0/+109 |
This allows for mapping username/password pairs to sets of organisations with 'r' or 'rw' permissions. To be replaced with an external service providing a JWT in an HTTP header. |