Skip to content

Commit 04b9a38

Browse files
Michael Mokryszameowlia
authored andcommitted
Remove deprecated nats.tls.hostname property
This property used to be used to set the hostname to connect to NATS over mTLS. We now get that from the nats-tls link and this property is already no longer used.
1 parent 1ee938c commit 04b9a38

File tree

1 file changed

+0
-2
lines changed
  • jobs/route_registrar

1 file changed

+0
-2
lines changed

jobs/route_registrar/spec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ properties:
5353
description: "PEM-encoded certificate for the route-emitter to present to NATS for verification when connecting via TLS."
5454
nats.tls.client_key:
5555
description: "PEM-encoded private key for the route-emitter to present to NATS for verification when connecting via TLS."
56-
nats.tls.hostname:
57-
description: "Hostname of the NATS cluster."
5856

5957
host:
6058
description: (string, optional) By default, route_registrar will detect the IP of the VM and use it, in combination with port as the backend destination for each uri being registered. This property enables overriding the destination hostname or IP.

0 commit comments

Comments
 (0)