...

Text file src/k8s.io/kubernetes/test/e2e/testing-manifests/auth/encrypt/encryption-config.yaml

Documentation: k8s.io/kubernetes/test/e2e/testing-manifests/auth/encrypt

     1apiVersion: apiserver.config.k8s.io/v1
     2kind: EncryptionConfiguration
     3resources:
     4  - resources:
     5    - '*.*'
     6    providers:
     7    - kms:
     8        apiVersion: v2
     9        name: kmsv2provider
    10        endpoint: unix:///tmp/kms.socket

View as plain text