- 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
8 lines
131 B
YAML
8 lines
131 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: studio-sample-basic-auth
|
|
namespace: supabase-demo
|
|
stringData:
|
|
ted: not_admin
|