mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Restrict access keys for users and groups to not allow '=' or ',' (#19749)
* initial commit * Add UTF check --------- Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
@@ -125,3 +125,6 @@ var errSftpPublicKeyWithoutCert = errors.New("public key authentication without
|
||||
|
||||
// error returned in SFTP when user used certificate which does not contain principal(s)
|
||||
var errSftpCertWithoutPrincipals = errors.New("certificates without principal(s) are not accepted")
|
||||
|
||||
// error returned when group name contains reserved characters
|
||||
var errGroupNameContainsReservedChars = errors.New("Group name contains reserved characters '=' or ','")
|
||||
|
||||
Reference in New Issue
Block a user