SecretManagerSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for secrets stored in Google Secret Manager.
Attribute |
|
|---|---|
| Name | Description |
secret_version |
str
Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}
Note that only numbered versions are supported. Aliases like
"latest" are not supported.
|