garm/auth
Gabriel Adrian Samfira 9748aa47af Move URLs from default section of config to DB
This change moves the callback_url, metadata_url and webhooks_url from
the config to the database. The goal is to move as much as possible from
the config to the DB, in preparation for a potential refactor that will
allow GARM to scale out. This would allow multiple nodes to share a single
source of truth.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-06-07 09:27:24 +00:00
..
admin_required.go Add admin required middleware and webhook endpoint 2023-08-22 09:39:01 +03:00
auth.go fix: godoc linter warnings (TODOs) 2024-02-22 15:06:53 +01:00
context.go fix: improve metrics collection loop 2024-02-20 06:33:21 +01:00
init_required.go Move URLs from default section of config to DB 2024-06-07 09:27:24 +00:00
instance_middleware.go Rename PoolType to GithubEntityType 2024-03-17 06:58:03 +00:00
interfaces.go Add license headers 2022-05-05 13:25:50 +00:00
jwt.go fix: godoc linter warnings (TODOs) 2024-02-22 15:06:53 +01:00
metrics.go fix: gci section warnings 2024-02-22 15:06:53 +01:00