Skip to content

Commit a3d6c7e

Browse files
committed
add annotations to encryptedObject
Signed-off-by: Rita Zhang <[email protected]>
1 parent 1442adb commit a3d6c7e

File tree

1 file changed

+2
-0
lines changed
  • keps/sig-auth/3299-kms-v2-improvements

1 file changed

+2
-0
lines changed

keps/sig-auth/3299-kms-v2-improvements/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ type EncryptedObject struct {
212212
PluginName string `protobuf:"bytes,3,opt,name=pluginName"`
213213

214214
Ciphertext []byte `protobuf:"bytes,4,opt,name=ciphertext"`
215+
216+
Annotations map<string, bytes> `protobuf:"bytes,5,opt,name=annotations`
215217
}
216218
```
217219

0 commit comments

Comments
 (0)