epicsoft/zitadel-tools

By epicsoft

Updated 2 days ago

Docker image for Zitadel Tools based on official Alpine image

Image
Security
Developer tools
Operating systems
1

3.5K

epicsoft/zitadel-tools repository overview

Zitadel Tools

This Docker image is managed and kept up to date by epicsoft LLC.

Docker image for Zitadel Tools based on official Alpine image.

Description

Docker image for Zitadel Tools.
The latest version of zitadel-tools is installed and deployed as a Docker image.

Versions

latest based on alpine:latest - build weekly

Installed Alpine packages

Alpine packages are installed in the current image in the latest version - https://pkgs.alpinelinux.org/packages

  • openssl
  • ca-certificates

Examples

Show help
docker run --rm -it epicsoft/zitadel-tools zitadel-tools --help
Client Secret Basic
docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools zitadel-tools basicauth --id "example-id" --secret "example-secret"
Create JWT
docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools openssl genrsa -out /data/superuser.pem 4096 \
&& docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools openssl rsa -in /data/superuser.pem -outform PEM -pubout -out /data/superuser.pub \
&& docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools openssl rsa -in /data/superuser.pem -out /data/superuser.rsa.pem -traditional \
&& docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools zitadel-tools key2jwt --audience=https://example.com --key=/data/superuser.rsa.pem --issuer=superuser --output=/data/jwt.txt

License

MIT License see LICENSE

Please note that the MIT license only applies to the files created by epicsoft LLC. Other software may be licensed under other licenses.

Tag summary

Content type

Image

Digest

sha256:f712d18a5

Size

14.5 MB

Last updated

2 days ago

docker pull epicsoft/zitadel-tools