Skip to content
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

URL Service redirect endpoint #98112

Closed
4 tasks done
streamich opened this issue Apr 23, 2021 · 1 comment · Fixed by #103899
Closed
4 tasks done

URL Service redirect endpoint #98112

streamich opened this issue Apr 23, 2021 · 1 comment · Fixed by #103899
Labels
Feature:SharingURLs Short URLs and Share URL features impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:medium Medium Level of Effort

Comments

@streamich
Copy link
Contributor

streamich commented Apr 23, 2021

Expose "redirect" endpoint which uses locators from the URL Service plugin to redirect users to a deep location within Kibana.

The endpoint could look as follows:

/app/r?l=<locator_id>&v=<version>&p=<params_json>

where

  • locator_id — is the ID of a locator which should be used for the redirection.
  • params — is a map of parameters that the specific locator receives.
  • paramsVersion — the version of Kibana at which the parameter map was generated.

Tasks:

  • Implement the redirect endpoint.
  • Use parameter version to migrate the parameter map on-the-fly when request is being executed.
  • Test coverage
  • Mark it as for internal use.
  • Add method to generate redirect URL.

Part of #87304

@streamich streamich added AppServicesSync-7-14 Feature:SharingURLs Short URLs and Share URL features labels Apr 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@streamich streamich mentioned this issue Apr 23, 2021
13 tasks
@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort loe:medium Medium Level of Effort and removed loe:small Small Level of Effort labels Apr 26, 2021
@petrklapka petrklapka added 1 and removed 1 labels May 6, 2021
@exalate-issue-sync exalate-issue-sync bot added impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. and removed impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. labels Jun 2, 2021
This was referenced Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:SharingURLs Short URLs and Share URL features impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:medium Medium Level of Effort
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants