Hi,
I set up the zabbix with docker image like down below
everything is working well except SAML.
Here's my configuration

and idp.crt attached into the zabbix-web container with file (tried with volumes : docker-compose and configMap : k8s and file creation : vi editor)
I was expecting that clicking the SAML button would redirect to the SSO URL. but It's not.
I got two errors like down below


How can I solve above issue?
Thank you in advance!
I set up the zabbix with docker image like down below
everything is working well except SAML.
Here's my configuration
and idp.crt attached into the zabbix-web container with file (tried with volumes : docker-compose and configMap : k8s and file creation : vi editor)
I was expecting that clicking the SAML button would redirect to the SSO URL. but It's not.
I got two errors like down below
- No permissions for system access.
- I don't know what this mean.
- Is that mean that I can not excute the index_sso.php which is made with root in the container?
- but other files are all the root
- Invalid array settings: idp_cert_or_fingerprint_not_found_and_required
How can I solve above issue?
Thank you in advance!
Comment