lzm0 opened a new issue, #19621: URL: https://github.com/apache/superset/issues/19621
**Is your feature request related to a problem? Please describe.** When I create a dashboard its URL defaults to something like http://localhost:8088/superset/dashboard/1/, even if `PERMALINK_KEY_TYPE` was set to UUID. If I use the permalink, I would still be redirected to the short version of the URL. **Describe the solution you'd like** Use the UUID-based URL by default. **Describe alternatives you've considered** Turn off redirect of permalinks. **Additional context** For example, I have configured the dashboard to be public and https://localhost:8088/superset/dashboard/p/X3NG2qWODon/ redirects to https://localhost:8088/superset/dashboard/1/?permalink_key=X3NG2qWODon This makes dashboard URLs potentially guessable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
