feat: add azure keyvault uploader

This commit is contained in:
Fu Diwei
2025-02-25 17:12:55 +08:00
parent 3c91f29a91
commit a2ac836629
8 changed files with 276 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ func IsEnvironmentChina(env string) bool {
}
}
func GetEnvironmentConfiguration(env string) (cloud.Configuration, error) {
func GetCloudEnvironmentConfiguration(env string) (cloud.Configuration, error) {
if IsEnvironmentPublic(env) {
return cloud.AzurePublic, nil
} else if IsEnvironmentGovernment(env) {