Elio Bischof

Results 86 issues of Elio Bischof

closing #4282

type: enhancement
lang: javascript
state: in progress
category: ci

This allows health checks, with nothing more than having the zitadel binary and config. It's especially useful when ZITADEL is run with Docker Compose.

type: enhancement
lang: go
docker
category: infra
priority: low
effort: 2
category: ci

If users without manager roles click on the ZITADEL logo in console, they land here: ![image](https://user-images.githubusercontent.com/12727842/189114376-9d4f6c6a-a6f6-49a6-9323-25d461620ea9.png) Maybe, they should only be able to navigate to /ui/console/me. What do you think,...

type: bug
category: frontend
lang: angular
priority: medium
effort: 1

**Describe the bug** It seems like the dynamic CSS is not applied on a new ZITADEL installation built locally, I suspect, that the reason is the missing Content-Type: text/css header....

type: bug
lang: go
category: backend
priority: low
state: triage

We should [sign checksum files for future releases](https://goreleaser.com/customization/sign/#signing-checksums-and-artifacts) to make them verifyable. Request and Example: https://discord.com/channels/927474939156643850/928175516664602694/1017761784096112670

type: enhancement
category: ci

For being able to scale more reactively, reduced startup times could help. One way of achieving that could be to separate init and start phases.

type: enhancement
type: question
v2
category: infra
priority: low

To keep the charts updated and tested with new ZITADEL versions, we should automatically create a PR to update the Charts.yaml with the new ZITADEL version and increment the charts...

category: infra

Removing elements from the same slice over which the program is iterating causes index out of range panics.

bug
ORBITER
KubernetesCluster

documentation
ORBITER

- Adds the ability for ZITADEL developers to template error messages. - Templates instance not found errors like this: ```yaml Errors: IAM: NotFound: Instance not found{{ if .Host }} by...