-
Notifications
You must be signed in to change notification settings - Fork 25
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
[GH-14] Add at-rest encryption for OAuth2 token #143
Conversation
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
==========================================
- Coverage 24.22% 24.20% -0.02%
==========================================
Files 66 67 +1
Lines 2634 2702 +68
==========================================
+ Hits 638 654 +16
- Misses 1916 1964 +48
- Partials 80 84 +4
Continue to review full report at Codecov.
|
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.
LGTM 👍
Do we really need to QA this one, other than the general Oauth2/use regression? |
Use and regression is all I can think about. Proper behavior on upgrade could also be necessary, but since we still do not have any release out, I think it is not necessary. |
|
@larkox disregard previous comment
|
This should do the trick: |
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.
Tested and passed
- Tested disconnect and connect with multiple users.
- Functional testing found nor regressions and plugin works as expected when changing encryption key
- Confirmed
access_token
is properly encrypted.
Summary
Add at-rest encryption for OAuth2 token
Ticket Link
Fix #14