-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
🔖 Ready