thelangley

Results 5 comments of thelangley

like this? https://github.com/cloudfoundry/routing-release/compare/develop...thelangley:routing-release:issue-400-harden-healthcheck-endpoint-ciphers

Hey we've disabled V2 in our env in preparation for the V2 API deprecation which is scheduled for this month I think. Think we need these changes merging in so...

@anthonydahanne what do you think of the proposed changes?

Looks like v2 api is now disabled by default on any opensource CF builds https://github.com/cloudfoundry/cf-deployment/releases/tag/v47.0.0 @anthonydahanne, do you think this PR is a suitable approach?

CF uses a versioned API so any Stratos code that tries to make a CF call that starts with /v2 will not work by default. So that starts with `v2/info`...