docs: improve standards quick access#4
Merged
Conversation
beyondnetPeru
added a commit
that referenced
this pull request
Jun 4, 2026
…iguration values Full end-to-end sensitive value protection (BR-5): - IValueEncryptionService: new interface in Application layer - AesValueEncryptionService: AES-256-CBC, random IV per encrypt, AES256: prefix for detection, key from AppConfiguration:EncryptionKey (base64 32-byte); zero-key dev fallback when unconfigured - Create/Update handlers: encrypt value when IsEncrypted=true before persist - ConfigurationProvider: decrypt IsEncrypted values on cache load so runtime resolution always works with plaintext - Query handlers (GetById, GetAll): inject ITenantContext + IValueEncryptionService; return decrypted plaintext to IsInternalAdmin callers, "***" to others - DI: AesValueEncryptionService registered as singleton in Infrastructure - Tests: 9 new tests — round-trip, different ciphertext per call, idempotency, prefix detection, dev fallback, 32-byte key guard - Existing tests: mock IValueEncryptionService as no-op in handler tests - Tracker: gap #4 marked closed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Adds direct navigation from the UMS README files to the standards quick access page, UMS applied references, and upstream Evolith React/API standards. Also updates the displayed backend stack to .NET 10. No workflows or hooks changed.