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

Add API for generating complete URLs to applications #56868

Closed
joshdover opened this issue Feb 5, 2020 · 1 comment · Fixed by #57193
Closed

Add API for generating complete URLs to applications #56868

joshdover opened this issue Feb 5, 2020 · 1 comment · Fixed by #57193
Assignees
Labels
blocker Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@joshdover
Copy link
Contributor

In the legacy platform we have the chrome.getAppUrl() API which allows a plugin to get the full URL for linking to their application from outside Kibana (eg. in a Watcher email). We need to provide a similar API in the Kibana Platform.

We have an existing getUrlForApp API, but it only returns relative URLs. We should add an absolute option for the external linking use case.

@joshdover joshdover added blocker Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform labels Feb 5, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants