feat: add posibility to use token file in hetzner config
This commit is contained in:
parent
12fbd33dd1
commit
4819f92569
6 changed files with 189 additions and 83 deletions
|
|
@ -24,7 +24,8 @@ type TLSConfig struct {
|
|||
}
|
||||
|
||||
type HetznerConfig struct {
|
||||
APIToken string `mapstructure:"api_token"`
|
||||
APIToken string `mapstructure:"api_token"`
|
||||
APITokenFile string `mapstructure:"api_token_file"`
|
||||
}
|
||||
|
||||
type UpstreamConfig struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue