configmanager
configmanager copied to clipboard
Config and Secret management across multiple implementations in a uniform way. Inc. AWS SecretsManager/ParameterStore, GCP Secrets, AzureKeyVault, Azure AppConfig, Hashicorp Vault
create a namedInstance map for certain cases in Azure and HashiCorp multiple instances can live under different keys keys correspond to vault mounts/KeyVautl Names etc... all taken from the token
I should be able to insert a token with a corresponding value - insert a value in to a backing store - specify whether to override the value if it...
Add support for Azure AppConfig - [GetSetting](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/appconfig/azappconfig#Client.GetSetting) - see other azure SDK examples for client initialization - all tests must be updated - see other Azure implementations for tests Following...
Bumps the low-risk group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) and [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.19.1 to 1.20.0 Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases. sdk/azcore/v1.20.0 1.20.0 (2025-11-06) Features Added Added runtime.FetcherForNextLinkOptions.HTTPVerb to...