mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Add service account type in IAM (#9029)
This commit is contained in:
@@ -58,6 +58,9 @@ const (
|
||||
expClaim = "exp"
|
||||
subClaim = "sub"
|
||||
|
||||
// JWT claim to check the parent user
|
||||
parentClaim = "parent"
|
||||
|
||||
// LDAP claim keys
|
||||
ldapUser = "ldapUser"
|
||||
ldapGroups = "ldapGroups"
|
||||
|
||||
Reference in New Issue
Block a user