Add enable-identity-aware-routing ops-file (RFC0055)#1353
Open
rkoster wants to merge 7 commits into
Open
Conversation
Contributor
|
Hello friend, it looks like your pull request has failed one or more of our checks. Please take a look! 👀 |
7 tasks
jochenehret
requested changes
Jun 22, 2026
jochenehret
left a comment
Contributor
There was a problem hiding this comment.
These new ops files must be unit-tested:
https://github.com/cloudfoundry/cf-deployment/blob/main/units/tests/standard_test/operations.yml
Questions:
- Should this feature be enabled in one of the cf-deployment validation environments?
- Are there integration tests planned for CATs? Or are there already tests in the routing test suite?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds ops-files to enable RFC0055 app-to-app mTLS routing via
*.apps.identity.Files added
operations/enable-identity-aware-routing.ymloperations/enable-identity-aware-routing-cflinuxfs5.ymloperations/use-operator-provided-identity-routing-domain.ymloperations/example-vars-files/vars-use-operator-provided-identity-routing-domain.ymlWhat the main ops-file does
_.apps.identity→ router instance group*.apps.identity— client certs are verified against the existingdiego_instance_identity_ca,X-Forwarded-Client-Certis forwarded in Envoy format*.apps.identityon the router (newapps_identity_ca+apps_identity_router_tlsBOSH variables)apps_identity_caas a trusted cert in cflinuxfs4 app containers and Diego repUsage
Reference