4d1786c687
Keystone implemented the ability to apply fine-grained access control restrictions to application credentials[1]. This patch adds new fields to the application credential creation form and detail view so that horizon users can use this feature. [1] http://specs.openstack.org/openstack/keystone-specs/specs/keystone/train/capabilities-app-creds.html Depends-on: https://review.opendev.org/677585 Change-Id: I2d71392eb8569ffb8cb15af29eea76e120a158cc
9 lines
352 B
YAML
9 lines
352 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for access rules for application credentials. Fine-grained
|
|
restrictions can now be applied to application credentials by supplying a
|
|
list of access rules upon creation. See the `keystone documentation
|
|
<https://docs.openstack.org/api-ref/identity/v3/#application-credentials>`_
|
|
for more information.
|