Skip to content

Commit

Permalink
Add etcd as prerequisite for multi-user in gateway (#7022)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisis authored and nitisht committed Dec 27, 2018
1 parent 4e4f855 commit 236796e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/multi-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ In this document we will explain in detail on how to configure multiple users.
### 1. Prerequisites
- Install mc - [Minio Client Quickstart Guide](https://docs.minio.io/docs/minio-client-quickstart-guide.html)
- Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide)
- Configure etcd (optional needed only in gateway or federation mode) - [Etcd V3 Quickstart Guide](https://github.com/minio/minio/blob/master/docs/sts/etcd.md)

### 2. Create a new user with canned policy
Use [`mc admin policy`](https://docs.minio.io/docs/minio-admin-complete-guide.html#policies) to create canned policies. Server provides a default set of canned policies namely `writeonly`, `readonly` and `readwrite` *(these policies apply to all resources on the server)*. These can be overridden by custom policies using `mc admin policy` command.
Expand Down

0 comments on commit 236796e

Please sign in to comment.