I've deployed the exporter to AWS ECS. I’m using CF_API_TOKENto authenticate and I’m unable to resolve this error which occurs when the container is being launched:
http Status 400 invalid request headers (6003)
I’ve used tokens that were scoped for logging/analytics as well as global with no success. Any suggestions are appreciated. This is only an issue within ECS, running the container locally works without errors.
I've deployed the exporter to AWS ECS. I’m using
CF_API_TOKEN
to authenticate and I’m unable to resolve this error which occurs when the container is being launched:http Status 400 invalid request headers (6003)
I’ve used tokens that were scoped for logging/analytics as well as global with no success. Any suggestions are appreciated. This is only an issue within ECS, running the container locally works without errors.