Admin Mode via RBAC?

This may already be possible, but I don’t think so.

Admin mode is great, particularly the terminal, since my dashboard is running in a container, and this gives me access to view things like environment variables, but my question is can admin mode be only turned on for certain users rather than having to shut the dashboard down and restart it entirely. Right now I have to rerun my entire CICD pipeline to turn it on or off.

This would be awesome!

$dashboard = New-UDDashboard -LoginPage $LoginPage -Title $dashboardTitle -Theme $theme -Pages $Pages -Footer $footer -EndpointInitialization $addlog -Navigation $Navigation -AdminModeAuthorizationPolicy “AdminPolicy”

That last Parameter is what you are looking for i think.

1 Like

oh you’re right! thanks!