docker-keystone icon indicating copy to clipboard operation
docker-keystone copied to clipboard

A Dockerfile to build openstack keystone

Results 2 docker-keystone issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/int32bit/docker-keystone/assets/9103416/943636d5-b7a7-4e71-9678-147ad2eef836) The reason is the identity use the `CONF.identity.default_domain_id` which's value is default. But the database of keystone hasn't this value.

## Description While using --os-token=ADMIN_TOKEN rather than admin user credentials fails with error message. ## Error log ``` WARNING keystone.middleware.auth [req-1c30ec74-7ef3-4d2b-8982-a6e36b402e58 - - - - -] Invalid token contents. ERROR...

bug