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.
Previously, this docker image only supported providing credentials via
SUMO_ACCESS_ID
andSUMO_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 theSUMO_INSTALLATION_TOKEN_FILE
env var.