Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Allow me to pass in SSLContext and HostVerify to RestTemplateUtil #224

Closed
paxtonhare opened this issue Jan 11, 2018 · 2 comments
Closed
Assignees
Milestone

Comments

@paxtonhare
Copy link
Contributor

I have my own context and verify. I'd like to be able to pass them to RestTemplateUtil.newRestTemplate.

@rjrudin rjrudin added this to the 3.3.2 milestone Jan 19, 2018
@rjrudin
Copy link
Contributor

rjrudin commented Jan 19, 2018

ManageConfig now has sslContext, hostnameVerifier, adminSslContext, and adminHostnameVerifier fields. These won't have ml* properties to go with them because they're complex objects, but you can set any implementation of SSLContext/X509HostnameVerifier on them.

@rjrudin rjrudin modified the milestones: 3.3.2, 3.4.0 Jan 19, 2018
rjrudin added a commit that referenced this issue Jan 19, 2018
…8002

Also removed OBE/confusing admin properties from ManageConfig. These were never needed - the user with manage-admin just needs to have security as well.
@rjrudin rjrudin self-assigned this Jan 19, 2018
@rjrudin
Copy link
Contributor

rjrudin commented Jan 19, 2018

ManageConfig and AdminConfig now have sslContext and hostnameVerifier properties.

@rjrudin rjrudin closed this as completed Jan 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants