mozilla-services / mozilla-services/autograph
Store authorizations in database
Open
@g-k is already working on this.
Since Oct 29, 2019.
- Dominant language
- Go
- Stars
- 176
- Forks
- 34
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
Instead of storing authorizations in a config yaml, Autograph should rely on a database to allow for new authorization to be created without redeploying the service.
This would mean storing hawk tokens also in database, so we should consider the security implications of doing so.
It would allow us to remove the sops integration, and by doing so also remove the large dependency tree that goes with it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.