python-openstackclient/releasenotes/notes/idp-auth-ttl-6632df5db65a3bdd.yaml
Pavlo Shchelokovskyy 167cf11e82 Add authorization_ttl for identity providers
this is supported since Ussuri (Keystone API version 3.14) but was
lacking from openstackclient.

Change-Id: Ifac818b9a4eff66d9a68455ada1ddfe67cb46b3b
2022-07-13 22:28:07 +03:00

10 lines
405 B
YAML

---
features:
- |
``identity provider create`` and ``identity provider set`` commands now
accept the ``--authorization-ttl <VALUE>`` argument, with ``<VALUE>``
being a non-negative integer.
See `note <https://docs.openstack.org/keystone/latest/admin/federation/configure_federation.html#create-a-mapping>`_
in Keystone documentations for more details on the meaning of this option.