Tempest plugin for the keystone project.
Go to file
Ade Lee 47a5e98ae9 Add keystone oidc tests
This adds tests to test getting a token (scoped and unscoped) when
keystone is configured to use oidc for authentication.  The oidc
provider is keycloak.  This is based in very large part on Kristi's
work in [1] and [2].

[1] https://github.com/knikolla/devstack-plugin-oidc
[2] https://github.com/CCI-MOC/onboarding-tools

Co-Authored-By: David Wilde <dwilde@redhat.com>
Change-Id: I1772b65f1cc3830ac293a800a79d044a6ab69d65
2023-03-01 11:17:04 +01:00
doc Update docs building, cleanup 2020-06-09 07:51:26 +02:00
keystone_tempest_plugin Add keystone oidc tests 2023-03-01 11:17:04 +01:00
releasenotes Update docs building, cleanup 2020-06-09 07:51:26 +02:00
.coveragerc Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.gitignore Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:39:40 +00:00
.mailmap Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.testr.conf Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.zuul.yaml Update stable branches jobs on master gate 2022-05-31 18:48:33 -05:00
babel.cfg Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
CONTRIBUTING.rst Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:36:06 +08:00
LICENSE Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:36:06 +08:00
requirements.txt Add keystone oidc tests 2023-03-01 11:17:04 +01:00
setup.cfg Update docs building, cleanup 2020-06-09 07:51:26 +02:00
setup.py Updated from global requirements 2018-01-27 17:44:29 +00:00
test-requirements.txt Update docs building, cleanup 2020-06-09 07:51:26 +02:00
tox.ini Add RBAC tests 2021-02-11 16:02:54 +00:00

keystone-tempest-plugin

Tempest plugin keystone_tempest_plugin

Tempest plugin for functional testing of keystone's LDAP and federation features. More information can be found in the keystone developer documentation.