-
Notifications
You must be signed in to change notification settings - Fork 44
Feature: Configuring rest components for TLS #927
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
Conversation
tiagolobocastro
left a comment
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.
What about NoCertificateVerification as well?
Is that still required? Only for self-signed IIRC?
Ah no, seems that's when not specifying the certificate on the client side |
|
bors try |
tryBuild failed: |
|
bors delegate |
|
bors d+ |
|
✌️ Johnaius can now approve this pull request. To approve and merge a pull request, simply reply with |
|
You can now runs bors try @Johnaius |
|
bors try |
tryBuild failed: |
|
bors try |
tryBuild succeeded: |
tiagolobocastro
left a comment
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.
Bors issues a merge with all commits, so could you please either remove debugging and code review commits, or even simply squash them all as as a single commit
|
bors try |
tryBuild succeeded: |
|
Added csi-node configurations |
|
bors try |
tryBuild succeeded: |
|
Please go ahead and issue bors merge when you're ready @Johnaius |
|
bors merge |
|
odd, this should work, any clues @niladrih ? |
|
Seems like it did not trigger a merge @tiagolobocastro. I will try once. |
|
bors merge |
|
bors ping |
|
pong |
|
bors cancel |
|
bors try- |
|
bors merge |
|
How weird, it does work on the other PR but not here. @Johnaius Can you please rebase your PR once? |
|
bors cancel |
Signed-off-by: John Zakrzewski <[email protected]> configuring diskpool operator to speak tls Signed-off-by: John Zakrzewski <[email protected]> debugging rest api and cert configuration Signed-off-by: John Zakrzewski <[email protected]> tidying up Signed-off-by: John Zakrzewski <[email protected]> resolving comments Signed-off-by: John Zakrzewski <[email protected]> fix: running linter Signed-off-by: John Zakrzewski <[email protected]> fix: address failed tests, rely on cert-manager for certs Signed-off-by: John Zakrzewski <[email protected]> fix: addressing comments Signed-off-by: John Zakrzewski <[email protected]>
5e4ed92 to
832ea4e
Compare
|
bors merge |
|
Build succeeded: |

This PR configures components using rest protocols to speak tls. It is dependent on this PR in extensions repo.
Rest-api Clients
Csi-controller and Diskpool operator: