Skip to content

Commit

Permalink
titan: switch to cfssl
Browse files Browse the repository at this point in the history
Change-Id: Ia2541aa995c2ce875858df05e5607b5160b49e67
  • Loading branch information
keithherron committed Sep 19, 2023
1 parent 94b7a5d commit 66fbdde
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions hieradata/role/common/titan.yaml
Expand Up @@ -24,11 +24,17 @@ profile::lvs::realserver::pools:

profile::envoy::ensure: present
profile::tlsproxy::envoy::sni_support: 'yes'
profile::tlsproxy::envoy::ssl_provider: cfssl
profile::tlsproxy::envoy::cfssl_options:
hosts:
- 'thanos-query'
- 'thanos-query.svc.%{::site}.wmnet'
- 'thanos-query.discovery.wmnet'
- 'thanos.wikimedia.org'
profile::tlsproxy::envoy::services:
- server_names:
- 'thanos-query'
- 'thanos-query.svc.eqiad.wmnet'
- 'thanos-query.svc.codfw.wmnet'
- 'thanos-query.svc.%{::site}.wmnet'
- 'thanos-query.discovery.wmnet'
- 'thanos.wikimedia.org'
port: 80
Expand Down

0 comments on commit 66fbdde

Please sign in to comment.