forked from apache/openwhisk
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mcdan/param encrypt #10
Open
mcdan
wants to merge
11
commits into
master
Choose a base branch
from
mcdan/param-encrypt
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcdan
force-pushed
the
mcdan/param-encrypt
branch
from
January 2, 2020 17:12
fea10b9
to
0b1d895
Compare
Codecov Report
@@ Coverage Diff @@
## master #10 +/- ##
==========================================
- Coverage 82.36% 82.33% -0.04%
==========================================
Files 198 200 +2
Lines 9021 9277 +256
Branches 353 376 +23
==========================================
+ Hits 7430 7638 +208
- Misses 1591 1639 +48
Continue to review full report at Codecov.
|
mcdan
force-pushed
the
mcdan/param-encrypt
branch
from
January 3, 2020 21:33
0b1d895
to
132fcd6
Compare
Encrypt just before putting into the db Decrypt only right before invoking the action
mcdan
force-pushed
the
mcdan/param-encrypt
branch
3 times, most recently
from
January 9, 2020 21:09
5c78b26
to
94ff4bd
Compare
Broke reading the kafka protocol into a new method to keep the strict parsing of the scheme intact. Use only base64 encoded keys.
mcdan
force-pushed
the
mcdan/param-encrypt
branch
from
January 9, 2020 21:15
94ff4bd
to
a94b2a8
Compare
mcdan
force-pushed
the
mcdan/param-encrypt
branch
3 times, most recently
from
January 30, 2020 23:29
60033b2
to
115cf1e
Compare
mcdan
force-pushed
the
mcdan/param-encrypt
branch
3 times, most recently
from
February 3, 2020 16:48
a046bca
to
071671a
Compare
mcdan
force-pushed
the
mcdan/param-encrypt
branch
from
February 3, 2020 17:26
071671a
to
5c5d4a8
Compare
mcdan
force-pushed
the
mcdan/param-encrypt
branch
from
February 3, 2020 20:36
afe184d
to
b60b9e9
Compare
…verted to strings via spray.
use compactPrint + parseJson to convert to/from JSON/String
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related issue and scope
My changes affect the following components
Types of changes
Checklist: