Commit graph

10 commits

Author SHA1 Message Date
101bf971a7
chore: update to Go 1.24 2025-02-13 19:49:07 +01:00
3c13eb0d6b
feat(apigateay): add OIDC and basic auth support
- when setting an OIDC issuer URL the defaulter will fetch and set
  authorization and token endpoints
- basic auth allows to use either inline hashed credentials or plaintext
  credentials from a secret that are automatically hashed
- finish TLS support for API & dashboard listeners
2025-02-05 20:51:36 +01:00
8066c34eb5
chore: update deps 2025-02-03 15:37:20 +01:00
0fccef973f
feat(dashboard): PoC Oauth2 auth 2025-02-03 09:57:05 +01:00
d02e2d4653
fix: minor issues 2025-01-21 19:50:11 +01:00
0b551325b9
feat(dashboard): initial support for studio & pg-meta services 2025-01-11 16:51:53 +01:00
2ef37683cb
chore: add husky config 2025-01-04 17:22:41 +01:00
647f602c79
feat: basic functionality implemented
- added Core CRD to manage DB migrations & configuration, PostgREST and
  GoTrue (auth)
- added APIGateway CRD to manage Envoy proxy
- added Dashboard CRD to manage (so far) pg-meta and (soon) studio
  deployments
- implemented basic Envoy control plane based on K8s watcher
2025-01-04 17:07:49 +01:00
12090c913a
feat(db): prepare migrations and core CRD 2024-12-13 09:09:14 +01:00
734e1b22f9
initial commit 2024-12-10 08:43:59 +01:00