mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-01 19:54:30 -07:00
Pub/Sub Topic CMEK/KMS support (#291)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
8bfa580005
commit
d0ff439be6
2 changed files with 31 additions and 3 deletions
|
@ -63,6 +63,15 @@ resources:
|
|||
- Name of the topic.
|
||||
returned: success
|
||||
type: str
|
||||
kmsKeyName:
|
||||
description:
|
||||
- The resource name of the Cloud KMS CryptoKey to be used to protect access
|
||||
to messsages published on this topic. Your project's PubSub service account
|
||||
(`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`) must
|
||||
have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
|
||||
- The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` .
|
||||
returned: success
|
||||
type: str
|
||||
labels:
|
||||
description:
|
||||
- A set of key/value label pairs to assign to this Topic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue