Skip to content

Commit 6f69639

Browse files
authored
Update readme
* Update README.md
1 parent 00679a5 commit 6f69639

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# User service for Containerum Platform
1+
# user-manager
2+
User manager is a service for managing users, groups, credentials, user and domain blacklists for [Containerum](https://github.com/containerum/containerum).
3+
4+
## Prerequisites
5+
* MongoDB
26

3-
## Installation
47

8+
## Installation
59
### Using Helm
610

711
```
812
helm repo add containerum https://charts.containerum.io
913
helm repo update
1014
helm install containerum/user-manager
1115
```
16+
17+
## Contributions
18+
Please submit all contributions concerning user-manager component to this repository.
19+
20+
## License
21+
User-manager project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details.
22+

0 commit comments

Comments
 (0)