Go to file
Livio Amstutz 87a2e18a4d
fix: migration, key rotation and org event reducing (#1403)
* fix: migration, key rotation and org event reducing

* fix oidc app

* pointer receiver name
2021-03-10 14:32:56 +01:00
.codecov
.github fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
.tmp fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
build chore: set vars for platform in dockerfile (#1399) 2021-03-10 13:00:51 +01:00
cmd feat: protos refactoring 2021-03-09 10:30:11 +01:00
console fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
internal fix: migration, key rotation and org event reducing (#1403) 2021-03-10 14:32:56 +01:00
k8s/base
migrations fix: migration, key rotation and org event reducing (#1403) 2021-03-10 14:32:56 +01:00
operator fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
pkg fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
proto/zitadel feat: protos refactoring 2021-03-09 10:30:11 +01:00
scripts feat: Merge master (#1260) 2021-02-08 16:48:41 +01:00
site fix: merge master (#1306) 2021-02-18 13:41:55 +01:00
tools feat: protos refactoring 2021-03-09 10:30:11 +01:00
.gitignore fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
.releaserc.js fix: merge master (#1306) 2021-02-18 13:41:55 +01:00
changelog.config.js feat: Merge master (#1260) 2021-02-08 16:48:41 +01:00
CONTRIBUTING.md chore: change build process to use local and server the same (#955) 2020-11-17 09:33:07 +01:00
go.mod fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
go.sum fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
LICENSE chore: Update LICENSE (#1087) 2020-12-14 09:40:09 +01:00
README.md docs: Mention Cloudscale Provider (#1054) 2020-12-02 12:57:34 +01:00
SECURITY.md fix(translations): improved translations (#745) 2020-09-18 14:47:53 +02:00

Zitadel Logo

semantic-release Release license release Go Report Card codecov

This project is in a beta state and API might still change a bit

What Is It

ZITADEL is a "Cloud Native Identity and Access Management" solution. All server side components are written in Go and the management interface, called Console, is written in Angular.

We optimized ZITADEL for the usage as "service provider" IAM. By "service provider" we think of companies who build services for e.g SaaS cases. Often these companies would like to use an IAM where they can register their application and grant other people or companies the right to self manage a set of roles within that application.

How Does It Work

We built ZITADEL around the idea that the IAM should be easy to deploy and scale. That's why we tried to reduce external systems as much as possible. For example, ZITADEL is event sourced but it does not rely on a pub/sub system to function. Instead we built all the functionality right into one binary. ZITADEL only needs Kubernetes for orchestration and CockroachDB as storage.

Why Another IAM

In the past we already built a closed sourced IAM and tested multiple others. With most of them we had some issues, either technology, feature, pricing or transparency related in nature. For example we find the idea that security related features like MFA should not be hidden behind a paywall or a feature price. One feature that we often missed, was a solid audit trail of all IAM resources. Most systems we saw so far either rely on simple log files or use a short retention for this.

How To Use It

Use our free tier

We provide a shared-cloud ZITADEL system where people can register there own organisation. Until end of 2020 we operator under a early access model where everything is free. Go check it out under zitadel.ch

Run your own IAM

Stay tuned, we will soon publish a guide how you can deploy a hyperconverged system with our automation tooling called ORBOS. With ORBOS you will be able to run Kubernetes with Google on GCEProvider, on StaticProvider for in-house scenarios or on the Swiss based CloudscaleProvider within 20 minutes. To achieve this, ORBOS will bootstrap and maintain a Kubernetes cluster, essential platform components (logging, metrics, ingress, ...), a secure CockroachDB cluster and ZITADEL itself.

The combination of the tools ORBOS and ZITADEL is what makes the operation easy and scalable.

Give me some docs

Have a look at our constantly evolving docs page docs.zitadel.ch.

How To Contribute

Details need to be announced, but feel free to contribute already. As long as you are okay with accepting to contribute under this projects OSS License you are fine.

We already have documentation specific guidelines.

Howto develop ZITADEL: contribute

Security

See the policy here

License

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.