Permissions
The following permissions can be associated with an API-Key. Permission can be granted on the store level or on the level of container.
Store permissions​
Permission | Description |
---|---|
READ | Allows to read api key if one is known, read container metadata, read container space usage and read store space usage |
LIST | Allows to list api keys |
GRANT | Allows to create new api keys and update them |
CREATE | Allows to create new containers |
DELETE | Allows to delete containers |
SUPER | Allows to initialize the store, repair it, do a shutdown and ping operation, as well as any other operation on the store or container level |
Container permissions​
Permission | Description |
---|---|
READ | Allows to read any key from the container |
CREATE | Allows to create a new key in the container |
WRITE | Allows to write to the existing key in the container |
DELETE | Allows to delete keys from container |
LIST | Allows to list keys from container, also makes container available in the container list operation for such a key |