Commit graph

12 commits

Author SHA1 Message Date
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
c0cbd22bb0
refactor(apigateway): configure api & dashboard listeneres individually 2025-01-24 09:16:58 +01:00
0014927ca9
feat(storage): finish initial basic implementation
- support both s3 & file storage backends
- support imgproxy to scale images
- manually tested with MinIO & local storage
- fixed service discovery issue in APIGatey reconciler not detecting
  service changes
- refactored defaults and env variable code to make it manageable again
- add repo link to docs
2025-01-23 18:00:05 +01:00
6e9ebb5e61
fix(ci): omit import path in container images 2025-01-22 10:12:56 +01:00
b55afea477
feat(storage): prepare custom resource for storage API 2025-01-21 21:56:17 +01:00
1ba52b5713
chore: update image versions 2025-01-20 17:10:39 +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