You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It would be great if you could add 1 or 2 runtime properties to setup authenticated access to the UI.
At least basic auth popup would be appreciated especially for applications exposed over the internet.
The text was updated successfully, but these errors were encountered:
(or kind of popup indicating you have to re-login)
Another thing related to security is authorization, currently it's an all or nothing approach. Either you have no access or full access. Ideally there would be read-only mode. Where you can just view the scheduling, but not alter it. With Spring Security there's a way to deny POST requests for certain roles. But ideally the buttons to alter tasks do not appear.
This read-only mode might maybe be useful even without Spring Security, e.g. via configuration db-scheduler-ui.read-only=true
Hi,
It would be great if you could add 1 or 2 runtime properties to setup authenticated access to the UI.
At least basic auth popup would be appreciated especially for applications exposed over the internet.
The text was updated successfully, but these errors were encountered: