supabase-operator/internal/controlplane
Peter Kurfer 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
..
apigateway_controller.go fix: route propagation 2025-02-03 15:51:44 +01:00
auth_filters.go fix: route propagation 2025-02-03 15:51:44 +01:00
cors.go chore: add license header to all files 2025-01-20 17:20:04 +01:00
endpoints.go feat(dashboard): PoC Oauth2 auth 2025-02-03 09:57:05 +01:00
filters.go feat(apigateay): add OIDC and basic auth support 2025-02-05 20:51:36 +01:00
gotrue.go feat(storage): finish initial basic implementation 2025-01-23 18:00:05 +01:00
logging.go feat(dashboard): PoC Oauth2 auth 2025-02-03 09:57:05 +01:00
pg-meta.go chore: add license header to all files 2025-01-20 17:20:04 +01:00
postgrest.go feat(storage): finish initial basic implementation 2025-01-23 18:00:05 +01:00
snapshot.go feat(apigateay): add OIDC and basic auth support 2025-02-05 20:51:36 +01:00
storage.go feat(storage): finish initial basic implementation 2025-01-23 18:00:05 +01:00
studio.go feat(apigateay): add OIDC and basic auth support 2025-02-05 20:51:36 +01:00
utils.go chore: add license header to all files 2025-01-20 17:20:04 +01:00