mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
feat: enable auth for local requests to Corrosion API (resolves #110)
This commit is contained in:
@@ -37,7 +37,12 @@ type GossipConfig struct {
|
||||
}
|
||||
|
||||
type APIConfig struct {
|
||||
Addr netip.AddrPort `toml:"addr"`
|
||||
Addr netip.AddrPort `toml:"addr"`
|
||||
Authz APIAuthzConfig `toml:"authz"`
|
||||
}
|
||||
|
||||
type APIAuthzConfig struct {
|
||||
BearerToken string `toml:"bearer-token"`
|
||||
}
|
||||
|
||||
type AdminConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user