You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
// A policy that defines the replication and encryption configuration of data.
@@ -313,4 +318,16 @@ message Rotation {
313
318
messageSecretPayload {
314
319
// The secret data. Must be no larger than 64KiB.
315
320
bytesdata=1;
321
+
322
+
// Optional. If specified, [SecretManagerService][google.cloud.secretmanager.v1.SecretManagerService] will verify the integrity of the
323
+
// received [data][google.cloud.secretmanager.v1.SecretPayload.data] on [SecretManagerService.AddSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.AddSecretVersion] calls using
324
+
// the crc32c checksum and store it to include in future
325
+
// [SecretManagerService.AccessSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.AccessSecretVersion] responses. If a checksum is
326
+
// not provided in the [SecretManagerService.AddSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.AddSecretVersion] request, the
327
+
// [SecretManagerService][google.cloud.secretmanager.v1.SecretManagerService] will generate and store one for you.
328
+
//
329
+
// The CRC32C value is encoded as a Int64 for compatibility, and can be
330
+
// safely downconverted to uint32 in languages that support this type.
0 commit comments