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

[Request] Ability to deploy Cryostat 3 on paths other than the root / #262

Open
andrewazores opened this issue Jan 23, 2024 · 1 comment
Labels
blocked feat New feature or request

Comments

@andrewazores
Copy link
Member

Describe the feature

It should be possible to deploy Cryostat behind a proxy or behind a router that places it at a path other than /. For example, deploying Cryostat at http://myproject.example.com/cryostat should work normally - visiting that URL should bring up the web client UI with all normal functionality. Requests like GET http://myproject.example.com/cryostat/api/v3/targets should respond as normal.

This probably involves setting the root-path and ensuring that any links that Cryostat creates referring back to itself (ex. redirect responses) take this into account and/or use relative paths.

Anything other information?

No response

@andrewazores
Copy link
Member Author

Probably depends on quarkusio/quarkus#13621 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked feat New feature or request
Projects
Status: Backlog
Status: Stretch Goals
Development

No branches or pull requests

1 participant