156-create-a-azurekeyvault-configuration-loader-that-filter-secrets-loaded-into-iconfig-by-prefix#158
Merged
Conversation
…Key Vault secrets by prefix and integrate it into solution and publish workflow.
- Introduced `AddPrefixedAzureKeyVault` extension method for filtering secrets by a custom prefix. - Added `PrefixedAzureKeyVaultSecretManager` to handle secret loading with prefix filtering and key transformation. - Updated project files to include necessary Azure packages. - Enhanced package description to reflect new functionality.
…oader-that-filter-secrets-loaded-into-iconfig-by-prefix # Conflicts: # Odin.sln
…ger for consistency Co-authored-by: Junie <junie@jetbrains.com>
added 2 commits
April 16, 2026 15:42
Owner
|
And as discussed, lets add a /Configuration/Tests/Tests.Configuration.csproj and add unit tests for the 2 new classes. |
MarkDerman
reviewed
Apr 17, 2026
jwaresoulv
commented
Apr 20, 2026
Collaborator
Author
jwaresoulv
left a comment
There was a problem hiding this comment.
Added tests and fixes you suggested!
…tion` - Adjusted project paths and reorganized `Tests.Odin.Configuration` under `Configuration/Tests`. - Updated `Directory.Build.props` for multiple target frameworks (`net8.0;net9.0;net10.0`) and enabled latest language features.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.