Silvan
Silvan
for optimising command side I recommend to change bulk operations to a job queue. As soon as the job is spawned the api would return a job id. The job...
**Describe the bug** At the moment the error messages for validations is not understandable for humans and it's not translated to a specific language. **To Reproduce** Steps to reproduce the...
**Description** At the moment ZITADEL only supports openapi v2. The library https://github.com/grpc-ecosystem/grpc-gateway only supports openapi v2 and it's not clear when they will support v3 because https://github.com/grpc-ecosystem/grpc-gateway/pull/2147 got stale. **Solution**...
Description After the cli started and no config is defined the cli should propose to add a configuration using a wizard. This wizard should guide the user through the following...
Description The user should be able to add autocompletion through a cli call (e.g. `zitadel completion bash`) **Acceptance criteria** - [ ] it is possible to add the autocompletion of...
Description The short and long descriptions of the cli commands should describe what they do and requirements. **Acceptance criteria** - [ ] @fforootd understands what the commands do
As a developer of an action I have to manually encode the value of a metadata change to base64. ZITADEL should provide a function inside the action to encode the...
As a developer of an action i want to call other API's outside of ZITADEL during the execution of an action because I want to federate data to follower systems...