Hi community,
I've been researching how to use the rasberry pi's kiosk service to display dashboards/wallboards on tv's
Generic info: Raspberry Pi Kiosk using Chromium - Pi My Life Up
Jira specific info (functional pre 7.10): Receipe for wallboards in your office (Raspberry + Jira) (macopedia.co)
From reading about this, in 7.10 atlassian disallowed basic auth to be passed into the url using the 'os_username' and 'os_password' fields. I thought I found something saying to put in 'token={pat}' in place of those two, but that didn't work.
I am attempting to pass authentication using the personal access token, but am running into troubles. Has anyone else done this and may be able to help/direct me to some documentation on this?
My next thought is to use a curl request, and if that doesn't work, try out 'xdotools' in the script to fill it out and log in, but that feels janky