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

Allow deployment with a single hostname #334

Open
amrc-benmorrow opened this issue Aug 28, 2024 · 1 comment
Open

Allow deployment with a single hostname #334

amrc-benmorrow opened this issue Aug 28, 2024 · 1 comment
Labels
enhancement New feature or request helm-chart

Comments

@amrc-benmorrow
Copy link
Contributor

The requirement for wildcard hostnames and TLS certificates is causing problems. We should see if we can eliminate it, at least as an option. Possibilities are:

  • Using paths below the root URL, e.g. https://my.fp/configdb. The F+ services are supposed to support this, though I don't know if all the ServiceClient libraries implement it correctly. I don't know if third-party components like Grafana will support it.
  • Using ports. This would be crude, and would definitely require links (at minimum) from the new Admin interface.

Possibly a combination of the two might be needed.

@amrc-benmorrow amrc-benmorrow added enhancement New feature or request helm-chart labels Aug 28, 2024
@mcgi5sr2
Copy link

This would be of interest for us with RR SMR, as it would allow access to the grafana dashboards without having to edit the hosts file of devices. Which is undesirable and even in the case of iPads impossible.

Users Story

End user should be able to access their data dashboards from a simple link on an unmodified device. Thus QR or other markers could be scanned in around the site to bring up relevant dashboards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request helm-chart
Projects
None yet
Development

No branches or pull requests

2 participants