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

Support custom host (instead of '*') for Spring Boot Starter #475

Open
DestBro opened this issue Feb 3, 2025 · 0 comments
Open

Support custom host (instead of '*') for Spring Boot Starter #475

DestBro opened this issue Feb 3, 2025 · 0 comments

Comments

@DestBro
Copy link

DestBro commented Feb 3, 2025

Support costume host (instead of '*') for Spring Boot Starter.

Right now there is a way to config only the ports via:

kotlin:
  jupyter:
    kernel:
      ports:
        hb: 9091
        shell: 9092
        control: 9093
        stdin: 9094
        iopub: 9095

For security reasons, I would like to specify a custom host as well, instead of using "*" (which binds to all interfaces). Ideally, it should default to "localhost" to restrict access.

@DestBro DestBro changed the title Support costume host (instead of '*') for Spring Boot Starter Support custom host (instead of '*') for Spring Boot Starter Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant