...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/kms_v1beta1_kmscryptokey.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector KMSCryptoKey
     2markdownDescription: Creates yaml for a KMSCryptoKey resource
     3insertText: |
     4  apiVersion: kms.cnrm.cloud.google.com/v1beta1
     5  kind: KMSCryptoKey
     6  metadata:
     7    labels:
     8      \${1:key-one}: \${2:value-one}
     9    name: \${3:kmscryptokey-name}
    10  spec:
    11    keyRingRef:
    12      name: \${4:kmscryptokey-dep}
    13    purpose: \${5:ASYMMETRIC_SIGN}
    14    versionTemplate:
    15      algorithm: \${6:EC_SIGN_P384_SHA384}
    16      protectionLevel: \${7:SOFTWARE}
    17    importOnly: \${8:false}

View as plain text