Ad Widget

Collapse

zabbix login user validation user java springboot or springcloud project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • myskytree
    Junior Member
    • Aug 2023
    • 1

    #1

    zabbix login user validation user java springboot or springcloud project

    We wrote a Zabbix monitoring reporting system by vue.js & java, and we maintain a user and permission management system on our Customer-specific systems .
    lots of reports have been done on this system, and the report table data is obtained through the Zabbix REST API. Some of the metrics item in the report we would like to provide hyperlinks to jump directly to the Zabbix latest data page.

    Current issue: users who click on this hyperlink[to zabbix latest data detail item] redirect to zabbix login page. We expect the user if logined into out system, do not want to log in to Zabbix again when clicking on the hyperlinks.

    We maintain two separate permission systems on the reporting platform and the Zabbix platform, and we maintain them manually to ensure that both platforms have the same username/userid.

    Note: At present, we have implemented our reporting platform without login and jump to Grafna directorly , reference link: https://grafana.com/docs/grafana/lat...on/auth-proxy/.
    How does Zabbix enable users with the same username to log in to Zabbix without logging in [user if login in vue.js page java project, then don't wan't to login in zabbix page again].​
Working...