Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthorizersHandler ¶
func AuthorizersHandler(confServices *ConsoleCfg) func(w http.ResponseWriter, r *http.Request)
func ConfigHandler ¶
func ConfigHandler(confServices *ConsoleCfg) func(w http.ResponseWriter, r *http.Request)
Types ¶
type ConsoleCfg ¶ added in v0.30.12
type ConsoleCfg struct {
AsertoDirectoryURL string `json:"asertoDirectoryUrl"`
AuthorizerServiceURL string `json:"authorizerServiceUrl"`
AuthorizerAPIKey string `json:"authorizerApiKey"`
DirectoryAPIKey string `json:"directoryApiKey"`
DirectoryTenantID string `json:"directoryTenantId"`
AsertoDirectoryReaderURL *string `json:"asertoDirectoryReaderUrl,omitempty"`
AsertoDirectoryWriterURL *string `json:"asertoDirectoryWriterUrl,omitempty"`
AsertoDirectoryModelURL *string `json:"asertoDirectoryModelUrl,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.