-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
13 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# User service for Containerum Platform | ||
# user-manager | ||
User manager is a service for managing users, groups, credentials, user and domain blacklists for [Containerum](https://github.com/containerum/containerum). | ||
|
||
## Prerequisites | ||
* MongoDB | ||
|
||
## Installation | ||
|
||
## Installation | ||
### Using Helm | ||
|
||
``` | ||
helm repo add containerum https://charts.containerum.io | ||
helm repo update | ||
helm install containerum/user-manager | ||
``` | ||
|
||
## Contributions | ||
Please submit all contributions concerning user-manager component to this repository. | ||
|
||
## License | ||
User-manager project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details. | ||
|