docs: add authorization schema reference - #431
mariajgrimaldi wants to merge 8 commits into
Conversation
|
Thanks for the pull request, @mariajgrimaldi! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
54c8073 to
ba9db08
Compare
ba9db08 to
826c56c
Compare
826c56c to
6520e54
Compare
BryanttV
left a comment
There was a problem hiding this comment.
Thanks for adding this reference, it's very comprehensive and really useful. My only suggestion would be to use Python modules instead of YAML for the Tutor plugin example.
9bf36f6 to
a592c1f
Compare
a592c1f to
9b39506
Compare
9b39506 to
d98b0f7
Compare
d98b0f7 to
51a83fd
Compare
51a83fd to
c5dcce0
Compare
c5dcce0 to
747ea74
Compare
bd6410c to
0d1bc9a
Compare
0d1bc9a to
ceae7fe
Compare
ceae7fe to
687521f
Compare
687521f to
2f889a7
Compare
2f889a7 to
b12bdde
Compare
b12bdde to
0cb3019
Compare
0cb3019 to
a9f1601
Compare
906be90 to
dd7f799
Compare
|
@rodmgwgu: I wanted to generate the sample schema as an example of the schema we'd be using but it wasn't as readable as is. I made some changes so it renders better: Could you take a look? Thanks! :) |
Looks much better now, thanks! |
Description
Developers and site operators need one practical reference for building and extending the Open edX Authorization schema. This PR documents the schema fields, naming conventions, application and Tutor examples, and the command used to check the resulting permissions. It also links the reference from ADR 0017 and ADR 0023 so readers can move from the decisions to the configuration details.
Merge checklist:
Check off if complete or not applicable: