Skip to main content
Provider extra_headers use a new value syntax. Replace { literal = "value" } with "value", { env = "NAME" } with "{{ env.NAME }}", and { vault = "NAME" } with "{{ secrets.NAME }}".

Provider header interpolation

Provider headers can now mix literal text with environment or secret values in one string, making bearer prefixes and gateway-specific formats straightforward. Secret tokens resolve only token-style vault entries, so missing, file, and OAuth secrets fail closed; put credentials in secrets rather than literal header values.
Provider base_url remains a literal string and is not interpolated.

More

  • Run graph zoom and pan now survive switching between the Overview and Stages tabs