rancher / opni

Multi Cluster Observability with AIOps
https://opni.io
Apache License 2.0
327 stars 52 forks source link

why grafana still need to sign in with OAuth, I've choosed the noauth option during my installation process #1888

Closed MonkeyKing-KK closed 5 months ago

MonkeyKing-KK commented 6 months ago

why grafana still need to sign in with OAuth, I've choosed the noauth option during my installation process

I try to install opni through rancher UI opni but with noauth option. After the installation of opni, I start to install opni monitoring and fill in the grafana hostname with "grafana.test.lab" with a self-signed certificate. Also I created an Ingress to the service of grafana service.

After all these steps, I visited the hostname: https://grafana.test.lab. It's no surprise I can visit it but at the login page, I only have one choice, that is sign in with OAuth which showed below.

Screenshot from 2024-01-03 17-54-50

so how can I use a noauth option to visit the grafana dashboard? or what steps I've missed during my installation process.