Skip to content

Commit 6d15c83

Browse files
authored
Merge pull request #923 from cloudfoundry/ameowlia-patch-1
add router_groups.read to tcp router client [finishes #178013282](https://www.pivotaltracker.com/story/show/178013282)
2 parents 7da6c32 + c7725df commit 6d15c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ instance_groups:
741741
authorized-grant-types: client_credentials
742742
secret: "((uaa_clients_tcp_emitter_secret))"
743743
tcp_router:
744-
authorities: routing.routes.read
744+
authorities: routing.routes.read,routing.router_groups.read
745745
authorized-grant-types: client_credentials
746746
secret: "((uaa_clients_tcp_router_secret))"
747747
ca_certs:

0 commit comments

Comments
 (0)