zitadel-karaberus

command module
v0.0.0-...-b50ef0c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

README

Zitadel Karaberus

This can be used as a simple oidc server for development on Karaberus.

go run github.com/odrling/zitadel-karaberus/server@master

This will start the server on port 9998. Username is admin or user.

Example configuration for karaberus:

export KARABERUS_OIDC_ISSUER=http://localhost:9998/
export KARABERUS_OIDC_KEY_ID=karaberus
export KARABERUS_OIDC_CLIENT_ID=web
export KARABERUS_OIDC_CLIENT_SECRET=secret
export KARABERUS_OIDC_GROUPS_CLAIM=groups
export KARABERUS_OIDC_ADMIN_GROUP=admin
export KARABERUS_OIDC_JWT_SIGN_KEY="$(openssl rand -hex 32)"

When using the UI dev server you should also add this variable:

export KARABERUS_LISTEN_BASE_URL=http://localhost:5173

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL