dnitsch
dnitsch
**Is your feature request related to a problem? Please describe.** Related to this [discussion](https://github.com/IEvangelist/azure-cosmos-dotnet-repository/discussions/323) **Describe the solution you'd like** The caller should be allowed to pass in a read and/or...
## Description Expose additional args to init command, maintaining old behaviour of allowing existing properties to certain configurations. Fixes #318. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [ ]...
**Reason for Change**: #1210 Ensures annotation values are respected **Requirements** - [ ] squashed commits - [ ] included documentation - [ ] added unit tests and e2e tests (if...
**Describe the bug** When setting the annotation of `azure.workload.identity/inject-proxy-sidecar` to false this is not respected as the `shouldInjectProxySidecar` helper method only checks the existance of the key in the map...
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...