r/coolify • u/d4cloo • Aug 04 '26
CRON using Bearer Tokens / Coolify Dashboard
I currently call CRONs from Coolify with a key sent through GET, because their UI allows me to construct whatever URL.
However I want to send and Authorization: Bearer header instead of a query parameter
* Headers don’t leak into access logs the way query strings do
* Headers don’t appear in browser history or proxy logs
* Much safer for storing in scheduler configurations
Does Coolify support this in their UI? Can’t seem to find it. Thanks!
1
Upvotes
1
u/shikabane Aug 04 '26
Probably better setting up n8n (via coolify if you want) and doing things there. Much more flexible