[StructuredAuthnConfig] add comment for extra keys unique requirement

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
Anish Ramasekar
2024-01-02 19:58:20 +00:00
parent 1850794626
commit af8da8e01c

View File

@@ -376,6 +376,7 @@ type ExtraMapping struct {
// subdomain as defined by RFC 1123. All characters trailing the first "/" must
// be valid HTTP Path characters as defined by RFC 3986.
// key must be lowercase.
// Required to be unique.
// +required
Key string `json:"key"`