-
Notifications
You must be signed in to change notification settings - Fork 20
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
FT: Use data && make check synchronous #98
Conversation
36061b1
to
3d7a0b9
Compare
There are some parts of this PR that I'm going to remove very soon. |
Note that the plan to rework the API is described in #102 |
a70a42b
to
15e5d17
Compare
Updated :) with an synchronous api :) |
8cda44f
to
cc97b63
Compare
430e4ff
to
1c3cf42
Compare
- Replace request.query by an object data to pass to the function
bf1b9b5
to
1d7d565
Compare
@@ -10,19 +10,15 @@ const constructStringToSignV4 = require('./v4/constructStringToSign'); | |||
const convertUTCtoISO8601 = require('./v4/timeUtils').convertUTCtoISO8601; | |||
const crypto = require('crypto'); | |||
const vaultUtilities = require('./in_memory/vaultUtilities'); | |||
|
|||
|
|||
let vault = require('./vault'); |
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.
Why require vault -- let's just set handler.
1d7d565
to
943a5ac
Compare
Updated :) |
943a5ac
to
7406ca8
Compare
- Split the check and the backend call for the authentification
- use debug instead of warn and trace for the flow logs
7406ca8
to
af0828e
Compare
👍 |
end to end running http://ci.ironmann.io/gh/scality/Integration/1842 |
👍 |
b96dc4a
to
af0828e
Compare
end to end passed, dropme removed :) |
pass to the function
signingKey
authentification