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

External authentication does not work with module NagVis #40

Closed
Baboon92 opened this issue Jul 12, 2019 · 1 comment
Closed

External authentication does not work with module NagVis #40

Baboon92 opened this issue Jul 12, 2019 · 1 comment

Comments

@Baboon92
Copy link

Expected Behavior

Starting a remote session should log you in icingaweb2 and NagVis via apache/httpd.

Current Behavior

Once a remote session starts, logging in via auto-login in icingaweb2, NagVis throws back a not authenticated message. log in as admin in icingaweb2, but the module NagVis does not authenticate

# vi /etc/httpd/conf.d/icingaweb2.conf
...
RewriteBase /icingaweb2/
RewriteCond %{REMOTE_ADDR} ^127\.0\.0\.1
RewriteRule ^(.*)$ - [E=REMOTE_USER:icingaadmin]
...
# vi /etc/icingaweb2/authentication.ini
[External]
backend = "external"

`

Your Environment

  • Module version (System - About): nagvis-1.9.13
  • Icinga Web 2 version and modules (System - About): latest
  • Icinga 2 version (icinga2 --version): latest
  • Operating System and version:
  • Webserver, PHP versions: latest
@Baboon92 Baboon92 changed the title NagVis auto-login for localhost not working External authentication does not work with module NagVis Jul 12, 2019
@Baboon92
Copy link
Author

I recognised the same issue already exists in #35.

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

No branches or pull requests

1 participant