<div dir="ltr">Currently it seems you can only provide the agent configmap with the identity field. But what i want to actually do, is provide this based on the pods config map, i.e.:<br><div><br></div><div><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:menlo;font-size:9pt"><span style="color:rgb(204,120,50);font-weight:bold">data:<br></span><span style="color:rgb(204,120,50);font-weight:bold">  hawkular-openshift-agent: </span>|<br>    endpoints:<br>    - type: prometheus<br>      protocol: &quot;https&quot;<br>      port: 9779<br>      path: /metrics<br>      collection_interval_secs: 5<br>      metrics:<br>      - name: my-first-metric<br>        type: counter<br>    identity:<br>      cert_file: /var/run/secrets/client-crt/client.crt<br>      private_key_file: /var/run/secrets/client-key/client.key</pre>The reason being, i might have multiple prometheus endpoints that have different certs.</div><div><br></div><div>Is that possible? or planned for the future?</div><div><br></div><div>Cheers.</div></div>