Skip to content

Commit da73e8d

Browse files
author
Jarret Lavallee
committed
(GH-81) Enable client ssl cert for metrics
Prior to this commit, all trapperkeeper metrics were not using the client ssl certificate. With the changes in PE-28647 to enable authentication in metrics collection, we now need to leverage the `auth.conf` rules which require client ssl authentication. This commit defaults to using the client ssl for all tk metrics.
1 parent dbcc8bb commit da73e8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

files/tk_metrics

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/opt/puppetlabs/puppet/bin/ruby
22

3-
# Metrics endpoints for our Trapper Keeper services do not require a client certificate.
4-
USE_CLIENTCERT = false
3+
USE_CLIENTCERT = true
54

65
require_relative 'pe_metrics'
76

0 commit comments

Comments
 (0)