|
| 1 | +# Copyright 2025 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | + |
| 15 | +apiVersion: blueprints.cloud.google.com/v1alpha1 |
| 16 | +kind: BlueprintMetadata |
| 17 | +metadata: |
| 18 | + name: terraform-google-kms-display |
| 19 | + annotations: |
| 20 | + config.kubernetes.io/local-config: "true" |
| 21 | +spec: |
| 22 | + info: |
| 23 | + title: Google KMS Terraform Module |
| 24 | + source: |
| 25 | + repo: https://github.com/anshukaira/terraform-google-kms.git |
| 26 | + sourceType: git |
| 27 | + ui: |
| 28 | + input: |
| 29 | + variables: |
| 30 | + crypto_key_backend: |
| 31 | + name: crypto_key_backend |
| 32 | + title: Crypto Key Backend |
| 33 | + decrypters: |
| 34 | + name: decrypters |
| 35 | + title: Decrypters |
| 36 | + encrypters: |
| 37 | + name: encrypters |
| 38 | + title: Encrypters |
| 39 | + import_only: |
| 40 | + name: import_only |
| 41 | + title: Import Only |
| 42 | + level: 1 |
| 43 | + key_algorithm: |
| 44 | + name: key_algorithm |
| 45 | + title: Key Algorithm |
| 46 | + enumValueLabels: |
| 47 | + - label: CRYPTO_KEY_VERSION_ALGORITHM_UNSPECIFIED |
| 48 | + value: CRYPTO_KEY_VERSION_ALGORITHM_UNSPECIFIED |
| 49 | + - label: GOOGLE_SYMMETRIC_ENCRYPTION |
| 50 | + value: GOOGLE_SYMMETRIC_ENCRYPTION |
| 51 | + - label: AES_128_GCM |
| 52 | + value: AES_128_GCM |
| 53 | + - label: AES_256_GCM |
| 54 | + value: AES_256_GCM |
| 55 | + - label: AES_128_CBC |
| 56 | + value: AES_128_CBC |
| 57 | + - label: AES_256_CBC |
| 58 | + value: AES_256_CBC |
| 59 | + - label: AES_128_CTR |
| 60 | + value: AES_128_CTR |
| 61 | + - label: AES_256_CTR |
| 62 | + value: AES_256_CTR |
| 63 | + - label: RSA_SIGN_PSS_2048_SHA256 |
| 64 | + value: RSA_SIGN_PSS_2048_SHA256 |
| 65 | + - label: RSA_SIGN_PSS_3072_SHA256 |
| 66 | + value: RSA_SIGN_PSS_3072_SHA256 |
| 67 | + - label: RSA_SIGN_PSS_4096_SHA256 |
| 68 | + value: RSA_SIGN_PSS_4096_SHA256 |
| 69 | + - label: RSA_SIGN_PSS_4096_SHA512 |
| 70 | + value: RSA_SIGN_PSS_4096_SHA512 |
| 71 | + - label: RSA_SIGN_PKCS1_2048_SHA256 |
| 72 | + value: RSA_SIGN_PKCS1_2048_SHA256 |
| 73 | + - label: RSA_SIGN_PKCS1_3072_SHA256 |
| 74 | + value: RSA_SIGN_PKCS1_3072_SHA256 |
| 75 | + - label: RSA_SIGN_PKCS1_4096_SHA256 |
| 76 | + value: RSA_SIGN_PKCS1_4096_SHA256 |
| 77 | + - label: RSA_SIGN_PKCS1_4096_SHA512 |
| 78 | + value: RSA_SIGN_PKCS1_4096_SHA512 |
| 79 | + - label: RSA_SIGN_RAW_PKCS1_2048 |
| 80 | + value: RSA_SIGN_RAW_PKCS1_2048 |
| 81 | + - label: RSA_SIGN_RAW_PKCS1_3072 |
| 82 | + value: RSA_SIGN_RAW_PKCS1_3072 |
| 83 | + - label: RSA_SIGN_RAW_PKCS1_4096 |
| 84 | + value: RSA_SIGN_RAW_PKCS1_4096 |
| 85 | + - label: RSA_DECRYPT_OAEP_2048_SHA256 |
| 86 | + value: RSA_DECRYPT_OAEP_2048_SHA256 |
| 87 | + - label: RSA_DECRYPT_OAEP_3072_SHA256 |
| 88 | + value: RSA_DECRYPT_OAEP_3072_SHA256 |
| 89 | + - label: RSA_DECRYPT_OAEP_4096_SHA256 |
| 90 | + value: RSA_DECRYPT_OAEP_4096_SHA256 |
| 91 | + - label: RSA_DECRYPT_OAEP_4096_SHA512 |
| 92 | + value: RSA_DECRYPT_OAEP_4096_SHA512 |
| 93 | + - label: RSA_DECRYPT_OAEP_2048_SHA1 |
| 94 | + value: RSA_DECRYPT_OAEP_2048_SHA1 |
| 95 | + - label: RSA_DECRYPT_OAEP_3072_SHA1 |
| 96 | + value: RSA_DECRYPT_OAEP_3072_SHA1 |
| 97 | + - label: RSA_DECRYPT_OAEP_4096_SHA1 |
| 98 | + value: RSA_DECRYPT_OAEP_4096_SHA1 |
| 99 | + - label: EC_SIGN_P256_SHA256 |
| 100 | + value: EC_SIGN_P256_SHA256 |
| 101 | + - label: EC_SIGN_P384_SHA384 |
| 102 | + value: EC_SIGN_P384_SHA384 |
| 103 | + - label: EC_SIGN_SECP256K1_SHA256 |
| 104 | + value: EC_SIGN_SECP256K1_SHA256 |
| 105 | + - label: EC_SIGN_ED25519 |
| 106 | + value: EC_SIGN_ED25519 |
| 107 | + - label: HMAC_SHA256 |
| 108 | + value: HMAC_SHA256 |
| 109 | + - label: HMAC_SHA1 |
| 110 | + value: HMAC_SHA1 |
| 111 | + - label: HMAC_SHA384 |
| 112 | + value: HMAC_SHA384 |
| 113 | + - label: HMAC_SHA512 |
| 114 | + value: HMAC_SHA512 |
| 115 | + - label: HMAC_SHA224 |
| 116 | + value: HMAC_SHA224 |
| 117 | + - label: EXTERNAL_SYMMETRIC_ENCRYPTION |
| 118 | + value: EXTERNAL_SYMMETRIC_ENCRYPTION |
| 119 | + - label: ML_KEM_768 |
| 120 | + value: ML_KEM_768 |
| 121 | + - label: ML_KEM_1024 |
| 122 | + value: ML_KEM_1024 |
| 123 | + - label: KEM_XWING |
| 124 | + value: KEM_XWING |
| 125 | + - label: PQ_SIGN_ML_DSA_65 |
| 126 | + value: PQ_SIGN_ML_DSA_65 |
| 127 | + - label: PQ_SIGN_SLH_DSA_SHA2_128S |
| 128 | + value: PQ_SIGN_SLH_DSA_SHA2_128S |
| 129 | + - label: PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256 |
| 130 | + value: PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256 |
| 131 | + level: 1 |
| 132 | + key_destroy_scheduled_duration: |
| 133 | + name: key_destroy_scheduled_duration |
| 134 | + title: Key Destroy Scheduled Duration |
| 135 | + level: 1 |
| 136 | + key_protection_level: |
| 137 | + name: key_protection_level |
| 138 | + title: Key Protection Level |
| 139 | + enumValueLabels: |
| 140 | + - label: SOFTWARE |
| 141 | + value: SOFTWARE |
| 142 | + - label: HSM |
| 143 | + value: HSM |
| 144 | + - label: EXTERNAL |
| 145 | + value: EXTERNAL |
| 146 | + - label: EXTERNAL_VPC |
| 147 | + value: EXTERNAL_VPC |
| 148 | + key_rotation_period: |
| 149 | + name: key_rotation_period |
| 150 | + title: Key Rotation Period |
| 151 | + keyring: |
| 152 | + name: keyring |
| 153 | + title: Keyring |
| 154 | + level: 1 |
| 155 | + keys: |
| 156 | + name: keys |
| 157 | + title: Keys |
| 158 | + regexValidation: ^[a-zA-Z0-9_-]{1,63}$ |
| 159 | + validation: Keyring name must be 1-63 characters and can only contain letters, numbers, underscores, and hyphens. |
| 160 | + level: 1 |
| 161 | + labels: |
| 162 | + name: labels |
| 163 | + title: Labels |
| 164 | + location: |
| 165 | + name: location |
| 166 | + title: Location |
| 167 | + owners: |
| 168 | + name: owners |
| 169 | + title: Owners |
| 170 | + prevent_destroy: |
| 171 | + name: prevent_destroy |
| 172 | + title: Prevent Destroy |
| 173 | + level: 1 |
| 174 | + project_id: |
| 175 | + name: project_id |
| 176 | + title: Project Id |
| 177 | + level: 1 |
| 178 | + purpose: |
| 179 | + name: purpose |
| 180 | + title: Purpose |
| 181 | + enumValueLabels: |
| 182 | + - label: CRYPTO_KEY_PURPOSE_UNSPECIFIED |
| 183 | + value: CRYPTO_KEY_PURPOSE_UNSPECIFIED |
| 184 | + - label: ENCRYPT_DECRYPT |
| 185 | + value: ENCRYPT_DECRYPT |
| 186 | + - label: ASYMMETRIC_SIGN |
| 187 | + value: ASYMMETRIC_SIGN |
| 188 | + - label: ASYMMETRIC_DECRYPT |
| 189 | + value: ASYMMETRIC_DECRYPT |
| 190 | + - label: RAW_ENCRYPT_DECRYPT |
| 191 | + value: RAW_ENCRYPT_DECRYPT |
| 192 | + - label: MAC |
| 193 | + value: MAC |
| 194 | + - label: KEY_ENCAPSULATION |
| 195 | + value: KEY_ENCAPSULATION |
| 196 | + set_decrypters_for: |
| 197 | + name: set_decrypters_for |
| 198 | + title: Set Decrypters For |
| 199 | + level: 1 |
| 200 | + set_encrypters_for: |
| 201 | + name: set_encrypters_for |
| 202 | + title: Set Encrypters For |
| 203 | + set_owners_for: |
| 204 | + name: set_owners_for |
| 205 | + title: Set Owners For |
| 206 | + skip_initial_version_creation: |
| 207 | + name: skip_initial_version_creation |
| 208 | + title: Skip Initial Version Creation |
0 commit comments