Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 0968ea6

Browse files
committed
fixup! feat: Add user configuration for all providers
Explain why we do not validate sudo input
1 parent 37ec7c9 commit 0968ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,9 @@ func (User) VariableSchema() clusterv1.VariableSchema {
415415
"sudo": {
416416
Description: "The sudo rule that applies to this user",
417417
Type: "string",
418+
// A sudo rule is defined using an EBNF grammar, and must be
419+
// parsed to be validated. We have decided to not integrate
420+
// a sudo rule parser, so we do not validate the input.
418421
},
419422
},
420423
},

0 commit comments

Comments
 (0)