Bug 1469860 - Validation Credentials fails for OSP 10 Provider with AD "domain" user
Summary: Validation Credentials fails for OSP 10 Provider with AD "domain" user
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.8.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: GA
: 5.9.0
Assignee: Tzu-Mainn Chen
QA Contact: Ido Ovadia
URL:
Whiteboard: openstack
: 1455829 (view as bug list)
Depends On:
Blocks: 1470812 1476270
TreeView+ depends on / blocked
 
Reported: 2017-07-12 02:38 UTC by myoder
Modified: 2020-09-10 10:54 UTC (History)
10 users (show)

Fixed In Version: 5.9.0.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1470812 1476270 (view as bug list)
Environment:
Last Closed: 2018-03-06 14:55:45 UTC
Category: Bug
Cloudforms Team: Openstack
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description myoder 2017-07-12 02:38:46 UTC
Description of problem:
With an existing OSP 10 provider configured, we are attempting to change the service user to an account with rights to more domains/tenants/projects.

With the matching credentials, said user can log in and access Horizon. CF reports bad username or password.

The domain ID is correct ; same result if inputted the domain by name.

DEBUG fog.log output:

[----] D, [2017-07-11T12:15:59.568816 #15132:4e65ec] DEBUG -- : excon.request   
{:uri=>"https://10.75.13.138:13000/v3/auth/tokens",
 :method=>"POST",
 :headers=>
  {"User-Agent"=>"fog-core/1.44.3",
   "Content-Type"=>"application/json",
   "Host"=>"10.75.13.138:13000"},
 :body=>
  "{\"auth\":{\"identity\":{\"methods\":[\"password\"],\"password\":{\"user\":{\"password\":\"********\"},\"name\":\"SVC-tpavcpcfadmin\"}}},\"scope\":{\"domain\":{\"id\":\"c527165c417a404f97bee2ef3506f105\"}}}}"}

[----] E, [2017-07-11T12:16:00.146692 #15132:4e65ec] ERROR -- : excon.error     #<Excon::Error::Unauthorized: Expected([201]) <=> Actual(401 Unauthorized)
excon.error.response
  :body          => "{\"error\": {\"message\": \"The request you have made requires authentication.\", \"code\": 401, \"title\": \"Unauthorized\"}}"
  :cookies       => [
  ]
  :headers       => {
    "Content-Length"         => "114"
    "Content-Type"           => "application/json"
    "Date"                   => "Tue, 11 Jul 2017 16:17:54 GMT"
    "Server"                 => "Apache"
    "Vary"                   => "X-Auth-Token"
    "WWW-Authenticate"       => "Keystone uri=\"https://10.75.13.138:13000\""
    "x-openstack-request-id" => "req-bee78d73-234a-449f-a413-c098dbc66965"
  }
  :host          => "10.75.13.138"
  :local_address => "96.239.250.148"
  :local_port    => 45516
  :path          => "/v3/auth/tokens"
  :port          => 13000
  :reason_phrase => "Unauthorized"
  :remote_ip     => "10.75.13.138"
  :status        => 401
  :status_line   => "HTTP/1.1 401 Unauthorized\r\n"
>

Version-Release number of selected component (if applicable):
OSP 10
CFME 5.8

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Tzu-Mainn Chen 2017-07-12 22:22:32 UTC
Can we see a full evm.log? Also, is it possible to see what happens if a new provider is added with the new user? That can help us figure out whether it's an issue with the user, or specifically with changing the user for a provider.

Comment 4 Marek Aufart 2017-07-13 13:13:13 UTC
I created a PR [1] which should bring CF token auth call closer to Openstack client one.

Could the change be tested on your side? The only needed change is in file openstack_handle/handle.rb from PR bellow.

[1] https://github.com/ManageIQ/manageiq-providers-openstack/pull/64/files#diff-0

Comment 6 Marek Aufart 2017-07-14 08:23:10 UTC
*** Bug 1455829 has been marked as a duplicate of this bug. ***

Comment 8 Ido Ovadia 2018-02-19 14:49:02 UTC
Verified
========
5.9.0.21


Note You need to log in before you can comment on or make changes to this bug.