aerospike / aerospike-prometheus-exporter

Monitoring suite for the Aerospike DB
Apache License 2.0
36 stars 20 forks source link

add support for pki auth #94

Closed realmgic closed 11 months ago

spkesan commented 1 year ago

Thanks @realmgic .

Two things,

  1. Can you create this PR against dev branch ?
  2. And, we might want to add a validation such that when authMode is pki, clientPolicy.TlsConfig.Certificates (which contains the certiticates that the client presents to the server) must not be empty. What do you think?