Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/containerum/user-manager
User and group manager for Containerum
https://github.com/containerum/user-manager
group-management grpc grpc-go kubernetes ouath2 platform user-management
Last synced: about 2 months ago
JSON representation
User and group manager for Containerum
- Host: GitHub
- URL: https://github.com/containerum/user-manager
- Owner: containerum
- License: apache-2.0
- Created: 2018-05-10T15:56:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T09:45:38.000Z (over 6 years ago)
- Last Synced: 2024-06-20T03:33:46.711Z (7 months ago)
- Topics: group-management, grpc, grpc-go, kubernetes, ouath2, platform, user-management
- Language: Go
- Homepage:
- Size: 39.2 MB
- Stars: 6
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
### 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. Contributing guidelines are available [here](https://github.com/containerum/containerum/blob/master/CONTRIBUTING.md).## 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.