Skip to content

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

Open
@DestBro

Description

@DestBro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions