Go to file
Stephen Finucane 6525ae297b sql: Squash ocata migrations
Make the following changes to the new "initial" migrations.

- Add four additional indexes to 'revocation_event' table (010)
- Add unique constraint to 'user_id' column of 'nonlocal_user' table
  (011)
- Add 'domain_id' column to 'identity_provider' table, and a foreign
  key constraint on the 'id' column of the 'project' table (012)
- Add 'ondelete=CASCADE' to foreignkey constraint on 'protocol_id' and
  'idp_id' columns of 'federated_user' table (013)
- Add 'domain_id' column to the 'user' table (014)
- Replace foreign key constraints covering 'user_id' columns of
  'local_user' and 'nonlocal_user' tables with constraints covering
  'user_id' and 'domain_id' columns (014)
- Add unique constraint covering 'id' and 'domain_id' columns of 'user'
  table (014)
- Alter 'domain_id' column of 'user' table to be non-nullable (015)
- Add 'user_option' table (016)

Change-Id: I96cab42cfcfd3e86b53f25abf4cf4043af3b5667
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-01-19 16:58:16 +00:00
2019-10-02 20:26:05 +00:00
2022-01-19 16:58:16 +00:00
2021-08-04 14:25:06 -04:00
2018-05-21 16:24:51 +08:00
2022-01-11 12:21:50 +00:00
2020-02-21 13:51:02 -05:00
2019-04-19 19:30:29 +00:00
2015-11-03 16:12:01 -08:00
2017-09-22 11:07:09 -05:00
2012-06-21 18:03:09 -07:00
2019-02-14 16:50:33 +01:00
2017-10-06 16:10:56 +00:00
2012-02-15 17:48:33 -08:00
2020-02-21 13:51:02 -05:00
2020-04-08 08:37:30 +02:00
2022-01-05 18:29:02 +00:00

OpenStack Keystone

image

OpenStack Keystone provides authentication, authorization and service discovery mechanisms via HTTP primarily for use by projects in the OpenStack family. It is most commonly deployed as an HTTP interface to existing identity systems, such as LDAP.

Developer documentation, the source of which is in doc/source/, is published at:

https://docs.openstack.org/keystone/latest

The API reference and documentation are available at:

https://docs.openstack.org/api-ref/identity

The canonical client library is available at:

https://opendev.org/openstack/python-keystoneclient

Documentation for cloud administrators is available at:

https://docs.openstack.org/

The source of documentation for cloud administrators is available at:

https://opendev.org/openstack/openstack-manuals

Information about our team meeting is available at:

https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting

Release notes is available at:

https://docs.openstack.org/releasenotes/keystone

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/keystone

Future design work is tracked at:

https://specs.openstack.org/openstack/keystone-specs

Contributors are encouraged to join IRC (#openstack-keystone on OFTC):

https://wiki.openstack.org/wiki/IRC

Source for the project:

https://opendev.org/openstack/keystone

For information on contributing to Keystone, see CONTRIBUTING.rst.

Description
OpenStack Identity (Keystone)
Readme 242 MiB
Languages
Python 99.5%
Shell 0.5%