-
Notifications
You must be signed in to change notification settings - Fork 40
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
16722 authz documentation #16769
16722 authz documentation #16769
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
Integration Test Results 60 files 60 suites 38m 50s ⏱️ Results for commit da5e6d8. ♻️ This comment has been updated with latest results. |
| `md-phd.*.report` | Organization Report Submitter for md-phd | | ||
| `md-phd.default.admin` | Organization Administrator for md-phd | | ||
| `md-phd.default.user` | Organization User for md-phd | | ||
| `md-phd.default.report` | Organization Report Submitter for md-phd | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, there is functionally no difference between 'default' and 'abc'. 'default' is nothing special and literally means "a sender/receiver named 'default'" and 'abc' means "a sender/receiver named 'abc'"
'default' is seen a lot for SENDER names. I believe there is a way to create a sender when if you don't specify a sender name is just uses 'default'. There are/were issues with front-end code treating 'default' extraordinarily which caused bugs/limited functionality.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default
is actually a special case and is treated equivalently to *
.
Co-authored-by: Arnej <[email protected]>
Quality Gate passedIssues Measures |
This PR documents our current authorization system.
Test Steps:
Changes
Checklist
Testing
./prime test
or./gradlew testSmoke
against local Docker ReportStream container?npm run lint:write
?Linked Issues