← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1483212] Re: can't authenticate with os_token, in multidomain environment and keystone V3 API

 

** Changed in: keystone
     Assignee: (unassigned) => Boris Bobrov (bbobrov)

** No longer affects: mos

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1483212

Title:
  can't authenticate with os_token, in multidomain environment and
  keystone V3 API

Status in Keystone:
  New

Bug description:
  multidomains are disabled (  domain_specific_drivers_enabled = False
  ):

  root@node-4:/etc/puppet/modules/fuel-plugin-ldap/deployment_scripts# /usr/bin/openstack user list --quiet --format csv --long --os-token p2Z73yRj --os-url http://192.168.0.3:35357/v3/
  "ID","Name","Project","Email","Enabled"
  "Administrator","Administrator","","",""
  "Guest","Guest","","",""
  "WIN-9FRJ87RBRG2","WIN-9FRJ87RBRG2","","",""

  root@node-4:/etc/puppet/modules/fuel-plugin-ldap/deployment_scripts# /usr/bin/openstack user list --quiet --format csv --long --os-token p2Z73yRj --os-url http://192.168.0.3:35357/v2.0/
  "ID","Name","Project","Email","Enabled"
  "Administrator","Administrator","","",""
  "Guest","Guest","","",""
  "WIN-9FRJ87RBRG2","WIN-9FRJ87RBRG2","","",""
  "krbtgt","krbtgt","","",""
  "admin_ad","admin_ad","","",""

  multidomains are enabled (  domain_specific_drivers_enabled = True )

  root@node-4:/etc/puppet/modules/fuel-plugin-ldap/deployment_scripts# /usr/bin/openstack user list --quiet --format csv --long --os-token p2Z73yRj --os-url http://192.168.0.3:35357/v2.0/
  "ID","Name","Project","Email","Enabled"
  "Administrator","Administrator","","",""
  "Guest","Guest","","",""

  root@node-4:/etc/puppet/modules/fuel-plugin-ldap/deployment_scripts# /usr/bin/openstack user list --quiet --format csv --long --os-token p2Z73yRj --os-url http://192.168.0.3:35357/v3/
  ERROR: openstack The request you have made requires authentication. (HTTP 401) (Request-ID: req-72256f63-68c6-4842-9a66-cac3c35a9770)

  I'm using keystone from kilo

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1483212/+subscriptions


References