- 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
- 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
- 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