peimanja / artifactory_exporter

JFrog Artifactory Prometheus Exporter written in Go
Apache License 2.0
140 stars 37 forks source link

Exporter API connectivity to Artifactory #142

Closed joshuagoraum closed 1 month ago

joshuagoraum commented 1 month ago

Hello,

We're trying to set up the exporter version v1.14.0 on our kubernetes pod to interact with aAtifactory. We're receiving 403 error messages when we attempt to connect to Artifactory and the exporter logs show API call failures. I've attached screenshot of the errors here:

image image

We are creating a secret on the pod with kubectl create secret generic artifactory-token --from-literal=ARTI_ACCESS_TOKEN=<identity-token>.

Do you know the proper way to create the secret to successfully set up connectivity? The readme just mentions using the 'ARTI_ACCESS_TOKEN' key.

Best, Josh G