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

display Consul deep links #10583

Open
2 of 3 tasks
tgross opened this issue May 13, 2021 · 1 comment
Open
2 of 3 tasks

display Consul deep links #10583

tgross opened this issue May 13, 2021 · 1 comment

Comments

@tgross
Copy link
Member

tgross commented May 13, 2021

Having links from allocations to the Consul services which support them would make for a better user experience. To implement this we'll need:

  • ui config block [feature] /ui/nomad #6413 that can provide a Consul server prefix
  • API updates that surface this field to the web UI
  • the web UI changes
@mikenomitch mikenomitch added the help-wanted We encourage community PRs for these issues! label Aug 12, 2022
@mikenomitch
Copy link
Contributor

Since we have a Consul UI value that is exposed via a ui config block now, it shouldn't be too bad to implement this feature.

Going to add a "help-wanted" label in case anybody wants to give this a shot.

See references to "this.system.agent.config.UI" in ui/app/templates/components/global-header.hbs for a way to access these values in the UI. A person could then take this value and add the appropriate path to this URL in an external link to Consul.

@tgross tgross removed the help-wanted We encourage community PRs for these issues! label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants