Self hosted identity provider for SSO https://zitadel.testgoofy.ch
Find a file
2025-02-09 15:17:12 +01:00
charts/database fix: Persistent Data 2025-02-09 15:17:12 +01:00
templates Initial commit 2025-02-03 19:45:08 +01:00
.helmignore Initial commit 2025-02-03 19:45:08 +01:00
Chart.yaml Initial commit 2025-02-03 19:45:08 +01:00
LICENSE Initial commit 2025-02-03 19:45:08 +01:00
README.md Initial commit 2025-02-03 19:45:08 +01:00
values.yaml Initial commit 2025-02-03 19:45:08 +01:00

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

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments