Source Headers
Some sources sit behind an access gateway like Cloudflare Access that turns away any request without a service token in its headers, so the browser never reaches the app’s own login page. You can now set those headers on the source and Deck attaches them to every request to that source before the first navigation. Once the gateway lets the browser through, the run continues with the user’s normal login.
- Set once on the source, from the Console or the API with
headersonPOST /v2/sourcesandPATCH /v2/sources/{source_id}. Every credential, task, and run against the source inherits them. - Mark secret values as tokenized and they’re vaulted and never returned, the same way tokenized source fields work on credentials.
- Available on Enterprise plans as an add-on.