Skip to content

Commit 8c7c670

Browse files
scaleway-botyfodil
andauthored
fix(k8s): empty oidc fields must be allowed (#1518)
Co-authored-by: Yacine Fodil <[email protected]>
1 parent f63e1eb commit 8c7c670

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/clients/src/api/k8s/v1/validation-rules.gen.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,18 @@ export const CreateClusterRequestAutoscalerConfig = {
3030
export const CreateClusterRequestOpenIDConnectConfig = {
3131
clientId: {
3232
maxLength: 255,
33-
minLength: 1,
3433
},
3534
groupsPrefix: {
3635
maxLength: 100,
37-
minLength: 1,
3836
},
3937
issuerUrl: {
4038
maxLength: 255,
4139
},
4240
usernameClaim: {
4341
maxLength: 100,
44-
minLength: 1,
4542
},
4643
usernamePrefix: {
4744
maxLength: 100,
48-
minLength: 1,
4945
},
5046
}
5147

@@ -147,22 +143,18 @@ export const UpdateClusterRequestAutoscalerConfig = {
147143
export const UpdateClusterRequestOpenIDConnectConfig = {
148144
clientId: {
149145
maxLength: 255,
150-
minLength: 1,
151146
},
152147
groupsPrefix: {
153148
maxLength: 100,
154-
minLength: 1,
155149
},
156150
issuerUrl: {
157151
maxLength: 255,
158152
},
159153
usernameClaim: {
160154
maxLength: 100,
161-
minLength: 1,
162155
},
163156
usernamePrefix: {
164157
maxLength: 100,
165-
minLength: 1,
166158
},
167159
}
168160

0 commit comments

Comments
 (0)