diff options
| author | Zuul <zuul@review.opendev.org> | 2022-09-30 12:31:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-09-30 12:31:51 +0000 |
| commit | 36f58c2ad7bd56b231c960fcfd4b015327730bc2 (patch) | |
| tree | 555d013fd0ca3466952055800a0a608708bd31bf /releasenotes/notes | |
| parent | 5826802793ac4df5c7dbaa53b8a3f790bfae94e2 (diff) | |
| parent | 167cf11e825af95fe40c1daefdb6095c791a3ee5 (diff) | |
| download | python-openstackclient-36f58c2ad7bd56b231c960fcfd4b015327730bc2.tar.gz | |
Merge "Add authorization_ttl for identity providers"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/idp-auth-ttl-6632df5db65a3bdd.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/idp-auth-ttl-6632df5db65a3bdd.yaml b/releasenotes/notes/idp-auth-ttl-6632df5db65a3bdd.yaml new file mode 100644 index 00000000..dfe19c7a --- /dev/null +++ b/releasenotes/notes/idp-auth-ttl-6632df5db65a3bdd.yaml @@ -0,0 +1,9 @@ +--- +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. |
