Skip to content

Commit 9f76024

Browse files
committed
Revert "stop using x509ignoreCN=0 for routing release"
This reverts commits: - 78a5621 - 360c820 - 0056bc3 Co-authored-by: Renee Chu <[email protected]> [#175826416](https://www.pivotaltracker.com/story/show/175826416)
1 parent 7781319 commit 9f76024

File tree

5 files changed

+7
-116
lines changed

5 files changed

+7
-116
lines changed

docs/golang1.15-remove-x509ignoreCN=0-flag-certificates-now-require-SANs.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

jobs/gorouter/templates/bpm.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ processes:
88
limits:
99
open_files: 100000
1010
env:
11-
GODEBUG: netdns=cgo
11+
GODEBUG: netdns=cgo,x509ignoreCN=0
1212
hooks:
1313
pre_start: /var/vcap/jobs/gorouter/bin/bpm-pre-start
1414
capabilities:

jobs/route_registrar/templates/bpm.yml.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
processes:
22
- name: route_registrar
33
executable: /var/vcap/packages/route_registrar/bin/route-registrar
4+
env:
5+
GODEBUG: x509ignoreCN=0
46
args:
57
- --configPath
68
- /var/vcap/jobs/route_registrar/config/registrar_settings.json

jobs/routing-api/templates/bpm.yml.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
processes:
22
- name: routing-api
33
executable: /var/vcap/packages/routing-api/bin/routing-api
4+
env:
5+
GODEBUG: x509ignoreCN=0
46
args:
57
- -config
68
- /var/vcap/jobs/routing-api/config/routing-api.yml

jobs/tcp_router/templates/bpm.yml.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ processes:
1010
- NET_BIND_SERVICE
1111
- SYS_RESOURCE
1212
executable: /var/vcap/jobs/tcp_router/bin/tcp_router_ctl
13+
env:
14+
GODEBUG: x509ignoreCN=0

0 commit comments

Comments
 (0)