Skip to content

Commit 28cea9f

Browse files
James DeFelicejdef
James DeFelice
authored andcommitted
spec: credentials have a default 4KiB size limit
1 parent 51e48d3 commit 28cea9f

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

csi.proto

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ message CreateVolumeRequest {
145145
// users to pass through the required credentials. This information is
146146
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
147147
// This field is OPTIONAL.
148-
// The total bytes this field must be less than 1 Mebibyte.
149148
map<string, string> user_credentials = 6;
150149
}
151150

@@ -271,7 +270,6 @@ message DeleteVolumeRequest {
271270
// users to pass through the required credentials. This information is
272271
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
273272
// This field is OPTIONAL.
274-
// The total bytes this field must be less than 1 Mebibyte.
275273
map<string, string> user_credentials = 3;
276274
}
277275

@@ -311,7 +309,6 @@ message ControllerPublishVolumeRequest {
311309
// users to pass through the required credentials. This information is
312310
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
313311
// This field is OPTIONAL.
314-
// The total bytes this field must be less than 1 Mebibyte.
315312
map<string, string> user_credentials = 6;
316313

317314
// Attributes of the volume to be used on a node. This field is
@@ -357,7 +354,6 @@ message ControllerUnpublishVolumeRequest {
357354
// users to pass through the required credentials. This information is
358355
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
359356
// This field is OPTIONAL.
360-
// The total bytes this field must be less than 1 Mebibyte.
361357
map<string, string> user_credentials = 4;
362358
}
363359

@@ -537,7 +533,6 @@ message NodePublishVolumeRequest {
537533
// users to pass through the required credentials. This information is
538534
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
539535
// This field is OPTIONAL.
540-
// The total bytes this field must be less than 1 Mebibyte.
541536
map<string, string> user_credentials = 7;
542537

543538
// Attributes of the volume to publish. This field is OPTIONAL and
@@ -572,7 +567,6 @@ message NodeUnpublishVolumeRequest {
572567
// users to pass through the required credentials. This information is
573568
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
574569
// This field is OPTIONAL.
575-
// The total bytes this field must be less than 1 Mebibyte.
576570
map<string, string> user_credentials = 4;
577571
}
578572

lib/go/csi/csi.pb.go

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ message CreateVolumeRequest {
476476
// users to pass through the required credentials. This information is
477477
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
478478
// This field is OPTIONAL.
479-
// The total bytes this field must be less than 1 Mebibyte.
480479
map<string, string> user_credentials = 6;
481480
}
482481
@@ -626,7 +625,6 @@ message DeleteVolumeRequest {
626625
// users to pass through the required credentials. This information is
627626
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
628627
// This field is OPTIONAL.
629-
// The total bytes this field must be less than 1 Mebibyte.
630628
map<string, string> user_credentials = 3;
631629
}
632630
@@ -693,7 +691,6 @@ message ControllerPublishVolumeRequest {
693691
// users to pass through the required credentials. This information is
694692
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
695693
// This field is OPTIONAL.
696-
// The total bytes this field must be less than 1 Mebibyte.
697694
map<string, string> user_credentials = 6;
698695
699696
// Attributes of the volume to be used on a node. This field is
@@ -768,7 +765,6 @@ message ControllerUnpublishVolumeRequest {
768765
// users to pass through the required credentials. This information is
769766
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
770767
// This field is OPTIONAL.
771-
// The total bytes this field must be less than 1 Mebibyte.
772768
map<string, string> user_credentials = 4;
773769
}
774770
@@ -1048,7 +1044,6 @@ message NodePublishVolumeRequest {
10481044
// users to pass through the required credentials. This information is
10491045
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
10501046
// This field is OPTIONAL.
1051-
// The total bytes this field must be less than 1 Mebibyte.
10521047
map<string, string> user_credentials = 7;
10531048
10541049
// Attributes of the volume to publish. This field is OPTIONAL and
@@ -1109,7 +1104,6 @@ message NodeUnpublishVolumeRequest {
11091104
// users to pass through the required credentials. This information is
11101105
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
11111106
// This field is OPTIONAL.
1112-
// The total bytes this field must be less than 1 Mebibyte.
11131107
map<string, string> user_credentials = 4;
11141108
}
11151109

0 commit comments

Comments
 (0)