Sign inSign up

jmvrbanac/simple-keystone

By jmvrbanac

Updated about 11 years ago

Image
1

2.0K

jmvrbanac/simple-keystone repository overview

Simple Dockerized Keystone

Warning: This is a personal docker image that is designed to aid in the development and testing of projects that use Keystone middleware for authentication and authorization.

Here be Dragons! Use at your own risk!!

Starting a container

sudo docker run -p 5000:5000 -p 35357:35357 -t jmvrbanac/simple-keystone

Once the Container has been started you can add tenant, roles, and users via the Admin API.

About the image

Exposed Ports:

  • 5000 - Public API Endpoint
  • 35357 - Admin API Endpoint

Default Keystone administrator user:

  • Username: admin
  • Password: password

Default Service Token:

  • OS_SERVICE_TOKEN: ADMIN_TOKEN

Tag summary

Content type

Image

Digest

sha256:6db53f4f3

Size

109.6 MB

Last updated

about 11 years ago

docker pull jmvrbanac/simple-keystone