auth_connector

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

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

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 6 Imported by: 0

README

Keycloak Authentication Middleware

A Golang issuer backend for for communicating with Keycloak Authentication service


Deployment

Change environment variables in env-file

Deploy using docker using command to build docker image

docker build -t auth-middleware .

Then run command

docker run -itd --name auth-middleware -p 5000:5000 --env-file=env-file --restart=unless-stopped auth-middleware

Environment variables

Var Default Description
KEYCLOAK_HOST http://localhost:8080 Keycloak address
KEYCLOAK_REALM default Realm name
KEYCLOAK_CLIENT_ID default-client Client name
KEYCLOAK_CLIENT_SECRET blank Client secret (optional) if not set

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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