Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.7.2
-
Fix Version/s: 0.7.4
-
Component/s: Chef Server
-
Labels:None
-
Environment:
Chef 0.7.2 (0.7.3)
Description
/etc/chef/server.rb:
authorized_openid_providers [ "https://ops1test.localdomain", "https://chef", "myopenid.com" ]
authorized_openid_identifiers [ "some_user.myopenid.com", "http://some_user.myopenid.com" ]
When logging in as "some_user.myopenid.com" or "http://some_user.myopenid.com", the server throws a 401 unauthorized exception.
However, if I change the authorized_openid_identifiers to:
authorized_openid_identifiers [ "some_user.myopenid.com", "http://some_user.myopenid.com/" ]
(note the trailing slash on the URL)
Then "some_user.myopenid.com" or "http://some_user.myopenid.com/" work just fine.
Activity
- All
- Comments
- History
- Activity
- Transitions Summary
Resolved with change to =~ for
CHEF-403.