-
Notifications
You must be signed in to change notification settings - Fork 88
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
[WIP] northBound server in HTTPS and Verify ContextBroker Certificate #601
base: master
Are you sure you want to change the base?
Conversation
Instead of defining a
What do you think @chicco785 ? |
i agree that for the https support in url @m4n3dw0lf can leverage on #584 still, he wants to be able to specify certificates to be used, |
basically i recommend him to rebase code using my PR and add the TLS verification support on top. |
@chicco785 your PR (#584) was already merge into master, so I understand that rebase will be done with master branch, isn't it? |
sure :) i didn't realise it was already merged
…On Tue, Apr 3, 2018 at 7:22 PM, Fermín Galán Márquez < ***@***.***> wrote:
@chicco785 <https://github.com/chicco785> your PR (#584
<#584>) was already
merge into master, so I understand that rebase will be done with master
branch, isn't it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#601 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvcAkUVuILOHjYL11KhvuQk2-cz3z4iks5tk6_BgaJpZM4TEY2a>
.
|
@fgalan and @chicco785 I will checkout with #584 as soon as possible and then apply the verify certificate parameter, also will fix those checks that failed in the CI, about the HTTPS support for the northBound.js express server, any comments? |
@m4n3dw0lf i am not a TLS expert, my only comments are:
|
@m4n3dw0lf not sure the scope (and duration) of your project. it may be interesting to use a certificate repository to retrieve them, so to decouple the management of certificates from their usage. for another project, i am looking into https://www.vaultproject.io |
We are considering merging PR #831 and this PR may be impacted (see more details here). However, any potential conflict is very easy to solve (I understand @jason-fox may provide details, if needed). Is this PR still active? @m4n3dw0lf @chicco785 do you agree in merging PR #831 before your PR? |
@fgalan i was just commenting on it :) i have no clue about what's the state of this pr |
Sorry, I thought you were involved somehow ;) Thus, @m4n3dw0lf could you provide some feedback, please? |
We finally merged PR #831 in order not to block in absence of answer from @m4n3dw0lf The PR would need some adaptation to solve the conflicts. Basically:
(Please @jason-fox amend mi if I'm wrong) |
Described here: https://github.com/m4n3dw0lf/SecureFiware
Not shure if need some adjustments or something to merge in the master branch, any feedback will be appreciated.