Commit graph

12 commits

Author SHA1 Message Date
b4347cc8a2
chore: update migrations & images and switch to new registry 2025-04-01 20:27:03 +02:00
87a06dac66
feat(ci): update Postgres minor version and delete temporary tags 2025-03-26 15:42:57 +01:00
2d71a4a132
fix(db): track state of migrations and execute them again when necessary 2025-02-13 09:29:47 +01:00
264b30e8a2
feat(ci): configure image build caching 2025-02-12 20:04:02 +01:00
7f56a3db56
feat: custom postgres images 2025-02-12 17:17:43 +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
e9302c51be
feat(apigateway): allow to enable debug logging 2025-02-04 16:42:17 +01:00
45630f7326
docs: update CRD docs 2025-02-03 16:09:47 +01:00
03270ec5b7
chore: add license header to all files 2025-01-20 17:20:04 +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