limited the length of tags

This commit is contained in:
Roman Perekhod
2025-04-11 09:41:15 +02:00
parent 2d821eb990
commit 74cf69b5ec
12 changed files with 130 additions and 43 deletions

View File

@@ -127,6 +127,9 @@ func DefaultConfig() *config.Config {
UnifiedRoles: config.UnifiedRoles{
AvailableRoles: nil, // will be populated with defaults in EnsureDefaults
},
Validation: config.Validation{
MaxTagLength: 100,
},
}
}