-
Notifications
You must be signed in to change notification settings - Fork 8
82 external oauth roles #213
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bram Tweedegolf <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
==========================================
- Coverage 82.16% 81.13% -1.03%
==========================================
Files 42 42
Lines 5690 5995 +305
==========================================
+ Hits 4675 4864 +189
- Misses 1015 1131 +116 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
* Add vim temp files to gitignore Signed-off-by: Bram Tweedegolf <[email protected]> * Minor whitespace cleanup Signed-off-by: Bram Tweedegolf <[email protected]> --------- Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
cbff89d
to
e96a14b
Compare
Signed-off-by: Bram Tweedegolf <[email protected]>
openleadr-vtn/src/jwt.rs
Outdated
"write_programs" => scopes.push(Scope::WritePrograms), | ||
"write_events" => scopes.push(Scope::WriteEvents), | ||
"write_reports" => scopes.push(Scope::WriteReports), | ||
_ => {} |
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.
Log
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Map OpenADR OAuth2 scopes to internal roles.
Closes issue #82