Merge "OpenID Connect certifiate file is optional"

This commit is contained in:
Zuul 2022-01-11 10:38:16 +00:00 committed by Gerrit Code Review
commit 6d5f6a048b
2 changed files with 3 additions and 2 deletions

View File

@ -52,6 +52,7 @@
with_items: "{{ keystone_identity_providers }}" with_items: "{{ keystone_identity_providers }}"
when: when:
- item.protocol == 'openid' - item.protocol == 'openid'
- item.certificate_file is defined
- inventory_hostname in groups[keystone.group] - inventory_hostname in groups[keystone.group]
- name: Copying OpenStack Identity Providers attribute mappings - name: Copying OpenStack Identity Providers attribute mappings

View File

@ -247,8 +247,8 @@ Identity provider's endpoint:
certificate_file certificate_file
**************** ****************
Path to the Identity Provider certificate file, the file must be named as Optional path to the Identity Provider certificate file. If included,
'certificate-key-id.pem'. E.g. the file must be named as 'certificate-key-id.pem'. E.g.:
.. code-block:: .. code-block::