Skip to content

Commit 351ddcc

Browse files
James DeFelicejieyu
authored andcommitted
spec: Officially designated CSI extension number
In anticipation of being granted an officially recognized protobuf extension range, modify the csi_secret field number to fall within the range designated for use by CSI. See protocolbuffers/protobuf#5319
1 parent a0312e6 commit 351ddcc

File tree

3 files changed

+276
-277
lines changed

3 files changed

+276
-277
lines changed

csi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option go_package = "csi";
1010
extend google.protobuf.FieldOptions {
1111
// Indicates that a field MAY contain information that is sensitive
1212
// and MUST be treated as such (e.g. not logged).
13-
bool csi_secret = 50000;
13+
bool csi_secret = 1059;
1414
}
1515
service Identity {
1616
rpc GetPluginInfo(GetPluginInfoRequest)

0 commit comments

Comments
 (0)