config

package
v0.0.27 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() (config.Provider, error)

Types

type AuthCallbackServer

type AuthCallbackServer struct {
	Port         uint32 `yaml:"port"`
	CallbackPath string `yaml:"callback-path"`
}

func (*AuthCallbackServer) GetCallbackURL

func (c *AuthCallbackServer) GetCallbackURL() string

type Config

type Config struct {
	KeycloakConfig     *KeycloakConfig     `yaml:"keycloak-config"`
	AuthCallbackServer *AuthCallbackServer `yaml:"auth-callback-server"`
}

type KeycloakConfig

type KeycloakConfig struct {
	URL      string `yaml:"url"`
	Realm    string `yaml:"realm"`
	ClientID string `yaml:"client-id"`
}

Jump to

Keyboard shortcuts

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