community.zabbix icon indicating copy to clipboard operation
community.zabbix copied to clipboard

Manage Zabbix authentication settings via community.zabbix

Open derekpurdy opened this issue 3 years ago • 3 comments

SUMMARY

Manage Zabbix HTTP/LDAP/SAML authentication settings via community.zabbix

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

zabbix_server?

ADDITIONAL INFORMATION

I didn't see any documented way, or any reference in the roles to manage HTTP/LDAP/SAML authentication settings.

Documentation for API to manage Authentication settings are located on this link. https://www.zabbix.com/documentation/current/manual/api/reference/authentication/object


derekpurdy avatar May 18 '21 13:05 derekpurdy

I think this would first need custom module plugin. It is kind of unwritten rule that everything manageable via API should eventually have its own module. Zabbix roles are usually not calling API directly, but also utilize modules for this.

Thank you for pointing this out to us. However, I am not sure we will be able to address it anytime soon. Anyway, contributions are welcome if you are up to it.

D3DeFi avatar May 19 '21 18:05 D3DeFi

Hi, recently a PR #408 is merged that allows SAML configuration via the Zabbix Web. Would this help you?

dj-wasabi avatar Jul 02 '21 19:07 dj-wasabi

Hi, recently a PR #408 is merged that allows SAML configuration via the Zabbix Web. Would this help you?

Unfortunately not, I'm looking to automate the LDAP Settings configuration.

derekpurdy avatar Aug 19 '21 18:08 derekpurdy

this can probably be closed, it appears to be present > 5.4 in https://docs.ansible.com/ansible/latest/collections/community/zabbix/zabbix_authentication_module.html

derekpurdy avatar Oct 07 '22 17:10 derekpurdy

Indeed, good tip :) Thanks!

D3DeFi avatar Oct 09 '22 08:10 D3DeFi