-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
I’m running an app with no authentication (authentication: none). I want to use embedded monitoring, but I cannot access /grafana because it seems to inherit ShinyProxy’s authentication, so I'm getting the forbidden error. It would be handy that grafana to have its own login page or a workaround to enable monitoring without exposing Grafana publicly.
Current Setup:
ShinyProxy: Publicly accessible, no auth.
Question:
Is there a way to:
- Configure Grafana to use its own authentication (e.g., Grafana’s built-in login) while embedded in ShinyProxy Operator?
- Use reverse proxy rules to protect /grafana with basic auth or something similar?
Current configuration application.shinyproxy.yml (snippet)
proxy:
authentication: none
admin-users: admin
users:
- name: admin
password: admin-pass
groups: admin
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels