-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: split apart Cedarling Docs into Multiple Pages #9670
Conversation
DryRun Security SummaryThe pull request updates the documentation for the Cedarling, an embeddable, stateful Policy Decision Point (PDP) built on top of the Cedar policy syntax, focusing on its security features such as centralized log management, fine-grained access control, secure JWT-based authorization, robust JWT validation, secure policy store, and comprehensive monitoring and logging. Expand for full summarySummary: The code changes in this pull request are primarily focused on updating the documentation for the Cedarling, an embeddable, stateful Policy Decision Point (PDP) built on top of the Cedar policy syntax. The changes introduce various aspects of the Cedarling system, including its logging options, authorization process, JWT-based identity management, policy store, and configuration properties. From an application security perspective, the key highlights are:
Overall, the changes in this pull request appear to be well-designed and focused on enhancing the security features and documentation of the Cedarling system, which is an important component for implementing fine-grained access control and authorization in modern, distributed applications. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Hi @nynymike I reviewed the changes. I see few changes that need to be made with respect to format and structure. For example, few docs are missing tags, at some places the title is Let me know once you are writing the content, I'll make these changes in one go. |
Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
* docs: Updated Cedarling Docs * docs: Updated Mkdocs Navidation * docs: proofreading changes Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> --------- Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Co-authored-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> Former-commit-id: 91b6874
Prepare
Description
Target issue
#8831
Implementation Details
Split apart the Cedarling docs into multiple pages
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.Closes #9671,