Merged
Conversation
Allow users to use []string (in addition to []interface{}) for array
fields like mroles, mgroups, and scopes when constructing PORC maps
directly in Go. This provides a more idiomatic Go developer experience.
Signed-off-by: Greg Haskins <greg@manetu.com>
- Always expand the porc field from JSON string to object for readability - Add --pretty-log global flag for indented multi-line JSON output - Add AccessLogOptions struct and NewIoWriterFactoryWithOptions constructor - Add comprehensive tests for porc expansion and pretty-print Signed-off-by: Greg Haskins <greg@manetu.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
muralisrini
reviewed
Jan 27, 2026
Missing config file is expected behavior - users may rely solely on environment variables or defaults. Only log warnings for actual errors like malformed YAML. Signed-off-by: Greg Haskins <greg@manetu.com>
Create new Guides section in documentation: - reading-access-records.md: comprehensive guide to interpreting AccessRecord output including pretty-log usage, phase explanations, and debugging workflows - testing-policies.md: full testing guide covering decision, mapper, and envoy commands with common patterns and best practices Simplify quick-start/testing-policies.md to focus on basics, linking to the comprehensive guide for deeper content. Signed-off-by: Greg Haskins <greg@manetu.com>
muralisrini
approved these changes
Jan 27, 2026
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.
See commit messages for details