SumoLogic / sumologic-collector-docker

A Sumo Logic collector for Docker.
Apache License 2.0
69 stars 55 forks source link

Add support for installation token #100

Closed matt-richardson closed 2 years ago

matt-richardson commented 2 years ago

Previously, this docker image only supported providing credentials via SUMO_ACCESS_ID and SUMO_ACCESS_KEY, which meant the creds needed to be associated with a specific user. Installation token support was added into the product, but got missed in this image.

This PR adds support for using an installation token via a SUMO_INSTALLATION_TOKEN env var or via a file, specified by the SUMO_INSTALLATION_TOKEN_FILE env var.

matt-richardson commented 2 years ago

Looks like we've got 2 ✅.... What's the next step on the path to getting this merged?

matt-richardson commented 2 years ago

Thanks @samjsong!