mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
gateway/manta: Add support for RBAC (#5332)
Manta has the ability to allow users to authenticate with a username other than the main account. We want to expose this functionality to minio manta gateway.
This commit is contained in:
committed by
Nitish Tiwari
parent
b85c75996d
commit
a1a98617ca
1
vendor/github.com/joyent/triton-go/triton.go
generated
vendored
1
vendor/github.com/joyent/triton-go/triton.go
generated
vendored
@@ -14,5 +14,6 @@ type ClientConfig struct {
|
||||
TritonURL string
|
||||
MantaURL string
|
||||
AccountName string
|
||||
Username string
|
||||
Signers []authentication.Signer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user