Skip to content

RFE: Support exporters listening on a gRPC port without controller. #44

@mangelajo

Description

@mangelajo

Context

In smaller environments where a controller is not wanted, or if a controller is down and some remediation is necessary, having the ability to start the exporters in a way that they listen over a port, and let clients connect to exporter based on the IP address would be helpful.

Proposal

on the exporter side:

jmp run --exporter-config /etc/jumpstarter/exporter/default.yaml --tls-grpc-listener 1234

on the client side:

jmp shell --tls-grpc exporter.host.name:1234

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions