File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,6 @@ const schema = {
613
613
"properties" : {
614
614
"username" : {
615
615
"type" : "string" ,
616
- "minLength" : 1 ,
617
616
"description" : "Gerrit username for authentication" ,
618
617
"examples" : [
619
618
"john.doe"
@@ -636,7 +635,7 @@ const schema = {
636
635
"secret" : {
637
636
"type" : "string" ,
638
637
"minLength" : 1 ,
639
- "description" : "The name of the secret that contains the HTTP password ."
638
+ "description" : "The name of the secret that contains the token ."
640
639
}
641
640
} ,
642
641
"required" : [
@@ -650,7 +649,7 @@ const schema = {
650
649
"env" : {
651
650
"type" : "string" ,
652
651
"minLength" : 1 ,
653
- "description" : "The name of the environment variable that contains the HTTP password . Only supported in declarative connection configs."
652
+ "description" : "The name of the environment variable that contains the token . Only supported in declarative connection configs."
654
653
}
655
654
} ,
656
655
"required" : [
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ const schema = {
23
23
"properties" : {
24
24
"username" : {
25
25
"type" : "string" ,
26
- "minLength" : 1 ,
27
26
"description" : "Gerrit username for authentication" ,
28
27
"examples" : [
29
28
"john.doe"
@@ -46,7 +45,7 @@ const schema = {
46
45
"secret" : {
47
46
"type" : "string" ,
48
47
"minLength" : 1 ,
49
- "description" : "The name of the secret that contains the HTTP password ."
48
+ "description" : "The name of the secret that contains the token ."
50
49
}
51
50
} ,
52
51
"required" : [
@@ -60,7 +59,7 @@ const schema = {
60
59
"env" : {
61
60
"type" : "string" ,
62
61
"minLength" : 1 ,
63
- "description" : "The name of the environment variable that contains the HTTP password . Only supported in declarative connection configs."
62
+ "description" : "The name of the environment variable that contains the token . Only supported in declarative connection configs."
64
63
}
65
64
} ,
66
65
"required" : [
You can’t perform that action at this time.
0 commit comments