Aaron Huber

Results 16 comments of Aaron Huber

The relevant code was just moved in the refactor but it doesn't appear to have changed significantly. As far as I can see, this is what is happening: - In...

@bengerman13, is taking over this repo something that your organization would be able to take on? I've been eyeing your fork at https://github.com/cloud-gov/logsearch-boshrelease/ for some time trying to decide if...

TBH that's really all we need (security fixes vs. new features). The existing release desperately needs your pull request to get the latest JDK and ELK security fixes.

Yeah, I've been wondering when (not if) the licensing change was going to become a problem. Thanks in advance for considering this, and I suspect many in the CF community...

Awesome! I'm sure we're not the only ones in the community who will benefit greatly from that.

I can't speak for other CPIs but with OpenStack the UUID is just the ID in the IaaS, the CPI doesn't modify it. I'd actually be surprised if there were...

For the different items reported originally: 1) The routing-api can be configured to TLS only but cf-deployment is currently configuring it to listen on both HTTP and HTTPS endpoints (https://github.com/cloudfoundry/cf-deployment/blob/master/cf-deployment.yml#L1039)....

Setting aside the technical details for a moment, I had hoped at least there was consensus that it's not OK to have unencrypted sensitive traffic on any network. IPSec is...

Just as an FYI, I tried setting routing_api.enabled_api_endpoints to just "mtls" in a test environment and the routing-api did start up and was no longer listening on the HTTP port...

The gorouter -> routing-api traffic is now using mTLS after https://github.com/cloudfoundry/cf-deployment/pull/1014 and https://github.com/cloudfoundry/routing-release/pull/300.