keystone.cmd.doctor.federation module¶
- keystone.cmd.doctor.federation.symptom_comma_in_SAML_private_key_file_path()[source]¶
[saml] certfile should not contain a comma (,).
Because a comma is part of the API between keystone and the external xmlsec1 binary which utilizes the key, keystone cannot include a comma in the path to the private key file.
- keystone.cmd.doctor.federation.symptom_comma_in_SAML_public_certificate_path()[source]¶
[saml] certfile should not contain a comma (,).
Because a comma is part of the API between keystone and the external xmlsec1 binary which utilizes the certificate, keystone cannot include a comma in the path to the public certificate file.