Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for configuration of 5.0's zabbix.conf.php SAML settings #693

Closed
jameskirsop opened this issue Jun 9, 2020 · 1 comment · Fixed by #763
Closed

Allow for configuration of 5.0's zabbix.conf.php SAML settings #693

jameskirsop opened this issue Jun 9, 2020 · 1 comment · Fixed by #763

Comments

@jameskirsop
Copy link
Contributor

5.0 introduced some new settings that are managed via zabbix.conf.php including those for SAML authentication. On a CentOS 7 installation this file is located in /etc/zabbix/web.

These would be added to the zabbix::web class.

Particular configuration settings to manage:

$SSO['SP_KEY'] = '<path to the SP private key file>';
$SSO['SP_CERT'] = '<path to the SP cert file>';
$SSO['IDP_CERT'] = '<path to the IDP cert file>';
$SSO['SETTINGS']

Reference: https://www.zabbix.com/documentation/current/manual/web_interface/frontend_sections/administration/authentication#saml_authentication

@anthonysomerset
Copy link
Contributor

there is also a DB config value relating to the DB in the 5.0 upgrade

https://www.zabbix.com/documentation/current/manual/installation/upgrade_notes_500 - Enabling extended range of numeric (float) values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants