Add Create Service Account api (#72)

adds new functionality for creating a service
account for a user, for this, an admin client
is created with the user credentials so that
the service account can be assigned to him.

This also updates to  minio RELEASE.2020-04-28T23-56-56Z
This commit is contained in:
César Nieto
2020-04-29 18:28:28 -07:00
committed by GitHub
parent c32df86c76
commit b85712e29e
20 changed files with 917 additions and 16 deletions

View File

@@ -141,7 +141,6 @@ func addNotificationEndpoint(ctx context.Context, client MinioAdmin, params *adm
err := setConfigWithARNAccountID(ctx, client, &configName, configs, *params.Body.AccountID)
if err != nil {
log.Println(err)
return nil, err
}