Self hosted identity provider for SSO
https://zitadel.testgoofy.ch
| charts/database | ||
| templates | ||
| .helmignore | ||
| Chart.yaml | ||
| LICENSE | ||
| README.md | ||
| values.yaml | ||
Identity Provider
This repository provides the resources for a identity provider on the homeserver.
Getting Started
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Requirements for the software and other tools to build, test and push
- Git
- Kubernetes command line tool (kubectl)
- Helm
- Configured kubernetes cluster
Supported IDEs
You can use the IDE of your choice to continue developing the project. However, the following IDEs are recommended and officially supported:
Installing
A step by step series that tell you how to get a development environment up and running
Clone the repository to your local computer
git clone ${REPO_SSH_URL}
Install the helm chart
helm upgrade identit-provider . --install --create-namespace --namespace identity-provider --set database.admin_password=<password> --set database.user_password=<password> --set zitadel.masterkey=<masterkey>
Versioning
We use Semantic Versioning for versioning.
Authors
- Lukas Gysin - Main Contributor & Project Owner
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- Billie Thompson - Provided README Template
- Contributor Covenant - Provided CODE_OF_CONDUCT Template