Skip to content

Commit

Permalink
Update template test for mTLS routing api default
Browse files Browse the repository at this point in the history
By default, the routing api will only serve on HTTPS now. This commit
updates the test to reflect this.

[#187202839](https://www.pivotaltracker.com/story/show/187202839)

Signed-off-by: Maria Shaldybin <maria.shaldybin@broadcom.com>
  • Loading branch information
jrussett authored and ameowlia committed Mar 12, 2024
1 parent 2e96c2c commit 469d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/routing_api_templates_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
},
'api' => {
'listen_port' => 3000,
'http_enabled' => true,
'http_enabled' => false,
'mtls_listen_port' => 3001,
'mtls_client_ca_file' => '/var/vcap/jobs/routing-api/config/certs/routing-api/client_ca.crt',
'mtls_server_cert_file' => '/var/vcap/jobs/routing-api/config/certs/routing-api/server.crt',
Expand Down

0 comments on commit 469d9e0

Please sign in to comment.