Commit graph

5 commits

Author SHA1 Message Date
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
c0cbd22bb0
refactor(apigateway): configure api & dashboard listeneres individually 2025-01-24 09:16:58 +01:00
03270ec5b7
chore: add license header to all files 2025-01-20 17:20:04 +01:00
a5c170a478
refactor(gateway): make node name explicitly configurable in spec 2025-01-17 15:03:13 +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