Skip to content

Commit

Permalink
Undo breaking changes, will be done in a separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tdbhacks committed Feb 24, 2024
1 parent effd96c commit 9a039e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions mmv1/products/kms/CryptoKeyVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,23 +103,19 @@ properties:
name: 'certChains'
description: |
The certificate chains needed to validate the attestation
output: true
properties:
- !ruby/object:Api::Type::String
name: 'caviumCerts'
description: |
Cavium certificate chain corresponding to the attestation.
output: true
- !ruby/object:Api::Type::String
name: 'googleCardCerts'
description: |
Google card certificate chain corresponding to the attestation.
output: true
- !ruby/object:Api::Type::String
name: 'googlePartitionCerts'
description: |
Google partition certificate chain corresponding to the attestation.
output: true
- !ruby/object:Api::Type::NestedObject
name: 'externalProtectionLevelOptions'
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ data "google_secret_manager_secret_version" "key_uri" {
resource "google_kms_crypto_key_version" "crypto_key_version" {
crypto_key = google_kms_crypto_key.crypto_key.id
external_protection_level_options {
external_key_uri = data.google_secret_manager_secret_version.hostname.secret_data
external_key_uri = data.google_secret_manager_secret_version.key_uri.secret_data
}
}
`, projectId, projectId, projectOrg, projectBillingAccount, keyRingName, cryptoKeyName)
Expand Down

0 comments on commit 9a039e6

Please sign in to comment.