-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Deployment Management] Add landing page redirect feature and implement in security solution #161060
[Deployment Management] Add landing page redirect feature and implement in security solution #161060
Conversation
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this @sabarasaba! Tested the endpoints locally in all serverless projects and the redirect feature works as expected. Code changes also look good to me! 🎉
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @sabarasaba |
Fixes #161000
Summary
The
serverless-security
solution will have their own management landing page that lives in a different URL as the management pages for oblt and search. To streamline access to all management pages through a single URL, we have implemented an API that allows the security solution to specify a different URL for redirection when required. This ensures a seamless user experience while navigating between various management interfaces.As a placeholder for now I've set the redirect for the security landing page to:
How to test
http://localhost:5601/ekv/app/management
will redirect you tohttp://localhost:5601/ekv/app/security/manage
.http://localhost:5601/ekv/app/management
takes you to the managements default landing page.