Skip to content

mjavier2k/ping-identity-exporter

Repository files navigation

ping-identity-exporter

Implementation of https://docs.pingidentity.com/bundle/pingaccess-53/page/nwx1564006726494.html

Usage

./ping-identity-exporter --config config.yaml

By default, ping-identity-exporter will search for config.yaml on the same directory as the binary

listenPort: 9999
insecure: true
timeout: 30
pingAccessHeartbeatEndpoint: https://%s:3000/pa/heartbeat.ping

Using Docker

Build a Docker image tagged as ping-identity-exporter

docker build -t ping-identity-exporter .

Run a Docker container using a default config.yaml

docker run --rm -ti -p 9999:9999 ping-identity-exporter

Run a Docker container using a custom config.yaml

docker run --rm -ti -p 9999:9999 -v my-custom-config-yaml:/usr/src/app/config.yaml ping-identity-exporter

Current issues

Contributing

We welcome any contributions. Please fork the project on GitHub and open Pull Requests for any proposed changes.