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
ansible/roles/keystone/tasks
doc/source/reference/shared-services

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

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