Skip to content
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

Add and test examples for common values #91

Closed
6 tasks
eliobischof opened this issue May 26, 2023 · 3 comments · Fixed by #111
Closed
6 tasks

Add and test examples for common values #91

eliobischof opened this issue May 26, 2023 · 3 comments · Fixed by #111
Assignees

Comments

@eliobischof
Copy link
Member

eliobischof commented May 26, 2023

As a user, I want to have an example for my use case, so that I can create a fast proof of concept.

Acceptance Criteria

  • An example for ZITADEL with an insecure Cockroach DB is available and automatically tested
  • An example for ZITADEL with a secure Cockroach DB with TLS authentication is available and automatically tested
  • An example for ZITADEL with a secure Cockroach DB with password authentication is available and automatically tested
  • An example for ZITADEL with an insecure Postgres DB is available and automatically tested
  • An example for ZITADEL with a secure Postgres DB with TLS authentication is available and automatically tested
  • An example for ZITADEL with a secure Postgres DB with password authentication is available and automatically tested

Actually, probably not all the configurations listed in the AC are working already, And it's possible that we have introduce breaking changes and release a new major version.

Related issues:

@eliobischof
Copy link
Member Author

@hifabienne I think we have to estimate this one quickly, as it's probably a blocker for many users.

@hifabienne hifabienne moved this to 📝 Prioritized Product Backlog in Product Management May 26, 2023
@eliobischof
Copy link
Member Author

@stebenz do you have any opinions on the acceptance criteria?

@eliobischof eliobischof moved this from 📝 Prioritized Product Backlog to 🐛 Bugs/Small Issues in Product Management Jul 6, 2023
@eliobischof eliobischof self-assigned this Jul 6, 2023
@grobarko
Copy link

grobarko commented Jul 8, 2023

@eliobischof I believe this is not only docs issue. As it was pointed out in #82, when trying to run the helm chart with Postgres, the Job/zitadel-init fails due to the following error:

Warning  FailedMount  3s (x6 over 19s)  kubelet            MountVolume.SetUp failed for volume "db-ssl-root-crt" : secret "crdb-ca-secret" not found                          │
│   Warning  FailedMount  3s (x6 over 19s)  kubelet            MountVolume.SetUp failed for volume "db-ssl-client-crt" : secret "crdb-client-secret" not found

So please take that into account as well.

@github-project-automation github-project-automation bot moved this from 🐛 Bugs/Small Issues to ✅ Done in Product Management Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants