Back to Terragrunt

Auth Provider Cmd Null Response

docs/src/data/changelog/v1.0.5/auth-provider-cmd-null-response.mdx

1.0.5386 B
Original Source

Auth provider command returning null no longer crashes Terragrunt

If the command configured via --auth-provider-cmd wrote the JSON value null to stdout, Terragrunt crashed with a nil pointer dereference before it could obtain credentials.

A null response is now treated as an empty response: no environment variables and no credentials are applied, and the run continues.