supabase-operator/internal/webhook/v1alpha1
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_webhook_defaulter.go feat(apigateay): add OIDC and basic auth support 2025-02-05 20:51:36 +01:00
apigateway_webhook_test.go chore: add license header to all files 2025-01-20 17:20:04 +01:00
apigateway_webhook_validator.go chore: add license header to all files 2025-01-20 17:20:04 +01:00
core_webhook_defaulter.go feat(storage): prepare custom resource for storage API 2025-01-21 21:56:17 +01:00
core_webhook_test.go chore: add license header to all files 2025-01-20 17:20:04 +01:00
core_webhook_validator.go feat(storage): prepare custom resource for storage API 2025-01-21 21:56:17 +01:00
dashboard_webhook.go chore: add license header to all files 2025-01-20 17:20:04 +01:00
dashboard_webhook_test.go chore: add license header to all files 2025-01-20 17:20:04 +01:00
setup.go feat(storage): finish initial basic implementation 2025-01-23 18:00:05 +01:00
storage_webhook_defaulter.go feat(storage): finish initial basic implementation 2025-01-23 18:00:05 +01:00
storage_webhook_test.go feat(storage): prepare custom resource for storage API 2025-01-21 21:56:17 +01:00
storage_webhook_validator.go feat(storage): finish initial basic implementation 2025-01-23 18:00:05 +01:00
webhook_suite_test.go feat(storage): prepare custom resource for storage API 2025-01-21 21:56:17 +01:00