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

[Serverless] Inject cloud links #162127

Closed
sebelga opened this issue Jul 18, 2023 · 1 comment
Closed

[Serverless] Inject cloud links #162127

sebelga opened this issue Jul 18, 2023 · 1 comment
Labels
Project:Serverless MVP Project:Serverless Work as part of the Serverless project for its initial release Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@sebelga
Copy link
Contributor

sebelga commented Jul 18, 2023

In Serverless, we need the following kibana.yml config to be injected by cloud:

xpack.cloud.profile_url: "/user/settings"
xpack.cloud.billing_url: "/billing"
xpack.cloud.organization_url: "/account"
xpack.cloud.performance_url: "/performance" # wrong URL! (needs to be confirmed by Product)
xpack.cloud.users_and_roles_url: "/users-and-roles"  # wrong URL! (needs to be confirmed by Product)

Once we have the 2 URLs above confirmed we need to open a PR in the project-controller repo and update the following file:

https://github.com/elastic/project-controller/blob/main/internal/application/kibana/cloud_config.go#L56

@sebelga sebelga added Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) Project:Serverless Work as part of the Serverless project for its initial release Project:Serverless MVP labels Jul 18, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

sebelga added a commit to sebelga/kibana that referenced this issue Jul 18, 2023
We'll inject them from cloud. Issue elastic#162127
@sebgl sebgl closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project:Serverless MVP Project:Serverless Work as part of the Serverless project for its initial release Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

No branches or pull requests

2 participants