Project

General

Profile

Actions

Bug #1056

closed

Rundeck url doesn't work when ldap auth is active

Added by Marcello de Sousa over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
API
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Workaround (as suggested by ohad):

in "app/controllers/application_controller.rb" line 94
replace:

  def request_json?
    request.format.json?
  end

with:

  def request_json?
    request.format.json? or request.format.yaml?
  end

Related issues 1 (0 open1 closed)

Related to Foreman - Feature #1018: Add rundeck integration supportClosedOhad Levy06/30/2011Actions
Actions #1

Updated by Marcello de Sousa over 12 years ago

extra minor bug:

in "app/controllers/hosts_controller.rb" line 561 (the word "description" is misspelled):

{@host.name => { "desciption" =>  @host.comment, "hostname...

should be:
{@host.name => { "description" =>  @host.comment, "hostname...

Actions #2

Updated by Ohad Levy over 12 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #3

Updated by Ohad Levy over 12 years ago

  • Assignee set to Ohad Levy
Actions

Also available in: Atom PDF