-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit extends the MinIO KMS IAM framework as following: - The representation of API keys and identities is changed. An API key starts with the "k1:" prefix followed by the Ed25519 private key as base64-encoded string. An identity is no longer encoded as hex string but starts with the "h1:" prefix (h1 being SHA-256) followed by the SHA-256 hash as base64-encoded string. - All identities at the server have a privilege, either SysAdmin, Admin or User. The privilege defines which class of operations an identity can perform. Policies can be used to define more fine-grain access control. - New APIs to create, list, describe and delete identities. Signed-off-by: Andreas Auernhammer <[email protected]>
- Loading branch information
Showing
11 changed files
with
959 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.