horizon/openstack_dashboard/dashboards/identity/application_credentials
Colleen Murphy 2d69444bad Add support for application credentials
This patch adds support for creating application credentials in
keystone[1]. Application credentials can be created by any user for
themselves. An application credential is created for the currently
selected project. A user may provide their own secret for the application
credential, or may allow keystone to generate a secret for them. After
the application credential is created, the secret is revealed once to
the user. At that point they may download a clouds.yaml or openrc file
that contains the application credential secret and will enable them to
use it to authenticate. The secret is not revealed again.

[1] https://docs.openstack.org/keystone/latest/user/application_credentials.html

bp application-credentials

Depends-On: https://review.openstack.org/557927
Depends-On: https://review.openstack.org/557932
Change-Id: Ida2e836cf81d2b96e0b66afed29a900c312223a4
2018-04-26 09:32:00 +02:00
..
templates/application_credentials Add support for application credentials 2018-04-26 09:32:00 +02:00
__init__.py Add support for application credentials 2018-04-26 09:32:00 +02:00
forms.py Add support for application credentials 2018-04-26 09:32:00 +02:00
panel.py Add support for application credentials 2018-04-26 09:32:00 +02:00
tables.py Add support for application credentials 2018-04-26 09:32:00 +02:00
tests.py Add support for application credentials 2018-04-26 09:32:00 +02:00
urls.py Add support for application credentials 2018-04-26 09:32:00 +02:00
views.py Add support for application credentials 2018-04-26 09:32:00 +02:00