-
Notifications
You must be signed in to change notification settings - Fork 14
Add zitadel OIDC #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add zitadel OIDC #273
Conversation
|
Not done yet:
|
|
Todo:
|
Gerrit91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very keen to try this out. :)
roles/zitadel/tasks/main.yaml
Outdated
| @@ -0,0 +1,22 @@ | |||
| --- | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - name: Deploy Zitadel | ||
| kubernetes.core.helm: | ||
| chart_ref: zitadel/zitadel | ||
| chart_version: "{{ zitadel_chart_version }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this you don't need to previous task:
| chart_version: "{{ zitadel_chart_version }}" | |
| chart_version: "{{ zitadel_chart_version }}" | |
| chart_repo_url: https://charts.zitadel.com/ |
| Password: {{ zitadel_db_password }} | ||
| configmapConfig: | ||
| FirstInstance: | ||
| InstanceName: MetalStack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to use metal-stack or is this casing a typical convention?
| tag: v4.6.4 | ||
| login: | ||
| image: | ||
| tag: v4.6.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably this should not be overwritten as on a chart update this prevents an update?
| restartPolicy: Never | ||
| containers: | ||
| - name: zitadel-init | ||
| image: ghcr.io/metal-stack/zitadel-init:pr-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be factored out into a default variable.
roles/zitadel/README.md
Outdated
| @@ -0,0 +1,17 @@ | |||
| # Zitadel | |||
|
|
|||
| Role that deploys and manages and configures Zitadel, an open-source identity and access management system. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a link to the project.
compose.yaml
Outdated
| # - ${HOME}/.ansible/roles/metal-roles:/root/.ansible/roles/metal-roles:ro | ||
| # - ${HOME}/.ansible/roles/metal-ansible-modules:/root/.ansible/roles/metal-ansible-modules:ro | ||
| # - ${HOME}/git/github.com/metal-stack/helm-charts:/helm-charts:ro | ||
| # - ${HOME}/git/metal-stack/helm-charts:/helm-charts:ro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be reverted because it's not related to this change?
Description
PRs: