a Hetzner Cloud Token is only for one group, so you need to set multiple and switch on the fly Ability to specify multiple API tokens (appsettings): ``` { "HetznerCloud": { "ApiTokens": [ { "Key": "StagingLevelGroup", "ApiToken": "....." }, { "Key": "DevelopmentGroup", "ApiToken": "....." } ] } } ``` ``` IHetznerCloudService => void LoadApiToken(string key, string apiToken); ``` modify services to request with api tokens (selected one)
a Hetzner Cloud Token is only for one group, so you need to set multiple and switch on the fly
Ability to specify multiple API tokens (appsettings):
modify services to request with api tokens (selected one)