rundeck / rundeck

Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts

Home Page:http://rundeck.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUNDECK - Bearer Token authentication for Remote URL option

georgemayrin opened this issue · comments

Issue type: Bug report/Enhancement Request

I am using Remote URL option which reaches out to remote web server to retrieve needed data in json. The URL requires token authentication and I cannot find a way rundeck docs option model provider on how this can be provided. Since we log requests we do not want to add the token in the URL anywhere.

Is there any other way this can be achieved?
I also noticed the configuration docs in this page has a way of providing it but my UI does not have that. What is the difference between the two?
I tried adding a Secure Remote Authentication containing my token but that didnt do anything. I also referred to rundeck-remote-url-option-to-https-with-basic-auth and basic-auth-with-remote-url-option but both are for basic auth and requires passing param in URL

  • Rundeck version: 3.3.5
    Thanks in advance

Hi,

You can use Bearer Token authentication for remote options on the latest Rundeck version.

Regards.