659168fe32
- Implemented authz-adapter deployment and service for Envoy gRPC authorization. - Created PowerShell script to generate JWK for JWT authentication. - Documented the integration of ext_authz with user-rpc.ValidateToken in ENVOY_EXT_AUTHZ_ADAPTER.md. - Added comprehensive Envoy Gateway configuration guide with JWT authentication and access control in ENVOY_GATEWAY_GUIDE.md.
23 lines
524 B
YAML
23 lines
524 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
namespace: juwan
|
|
name: cluster-example
|
|
spec:
|
|
instances: 3
|
|
backup:
|
|
barmanObjectStore:
|
|
destinationPath: s3://juwan-dev-pg-backups-zj/pg-data/
|
|
endpointURL: https://cn-nb1.rains3.com
|
|
s3Credentials:
|
|
accessKeyId:
|
|
name: rc-creds
|
|
key: ACCESS_KEY_ID
|
|
secretAccessKey:
|
|
name: rc-creds
|
|
key: SECRET_ACCESS_KEY
|
|
wal:
|
|
compression: gzip
|
|
storage:
|
|
size: 1Gi
|