package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Dec 4, 2025
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
OIDC OIDCConfig `json:"oidc"`
User UserConfig `json:"user"`
TokenKey string `json:"tokenKey"`
Targets []Target `json:"targets,omitempty"`
}
type OIDCConfig struct {
IssuerURL string `json:"issuerUrl"`
ClientID string `json:"clientId"`
ClientSecret string `json:"clientSecret"`
Scopes []string `json:"scopes"`
AuthMethod string `json:"authMethod"`
}
type Target struct {
File string `json:"file"`
Key string `json:"key"`
}
type UserConfig struct {
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.