Questions tagged [keystone]

Keystone is the identity service used by OpenStack for authentication.

Essentially keystone's role is to grant tokens to users be they people, services, or anything at all.

If you make an API query anywhere in OpenStack, keystone's API is how it is discovered if you are allowed to make that API query.

247 questions
-1
votes
1 answer

Keystone client project list does not display all the projects

I am trying to list all the keystone projects present on my setup. The snippet i am using displays only few of them. CODE-1: from keystoneclient.auth.identity import v3 from keystoneclient import session from keystoneclient.v3 import client as…
Chetan
  • 1,217
  • 2
  • 13
  • 27
-1
votes
1 answer

Injection in Keystone (Openstack)

i'm studying where Keystone has an injection attack or not. after trying to input some code when login, i need to see the source code to know where any filter the input text. but i can not find which file of keystone source code to open to show…
Nguyen Diep
  • 85
  • 1
  • 9
-1
votes
1 answer

What is the urllib3 documentation telling me to do?

I am trying to get a Kilo OpenStack cloud deployed and I was getting this error: Execution of '/usr/bin/openstack token issue --format value' returned 1: /usr/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: …
Red Cricket
  • 9,762
  • 21
  • 81
  • 166
-1
votes
2 answers

Experience Editor is not showing the ribbon options in sitecore 8

I have logged in to sitecore through administrator account. I have a page in my site if press 'experience editor' or preview button,editor ribbon is not displaying. I am new to sitecore, Is that a permission issue am facing?
Keerthi Kumar
  • 59
  • 1
  • 1
  • 11
-2
votes
1 answer

openstack keystone command fails with internal server error 500 -- python Target WSGI script .. cannot be loaded as Python module

when i tr to run this command in openstack controller node openstack domain create --description "An Example Domain" example i get the error Failed to discover available identity versions when contacting http://controller1:35357/v3. Attempting to…
-3
votes
2 answers

How do you install keystone on RHEL v.7?

I am trying to install keystone (an OpenStack component) on a 64 bit version of RHEL v. 7. I haven't done this before. I run this: yum install openstack-keystone python-keystoneclient I see this at the end: --> Finished Dependency Resolution Error:…
PJ8912
  • 137
  • 3
-3
votes
1 answer

Kyestone client commands fails when called inside bash script

I am making a small bash script that tries to install keystone and create the initial admin user, tenant, etc.. I tried it with various keystone subcommands and they all fail saying: Unable to establish connection to…
Carol Domokos
  • 61
  • 1
  • 5
1 2 3
16
17