Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@yolossn/backstage-plugin-headlamp-backend

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yolossn/backstage-plugin-headlamp-backend

The Headlamp Backend plugin provides endpoints for starting the headlamp server binary with the kubernetes context specified in the `app-config.yaml` file. It also provides an endpoint for refreshing the kubeconfig file used by the headlamp server.

latest
Source
npmnpm
Version
0.1.0-beta-21
Version published
Maintainers
1
Created
Source

Headlamp Backend Plugin (beta)

The Headlamp Backend plugin provides endpoints for starting the headlamp server binary with the kubernetes context specified in the app-config.yaml file. It also provides an endpoint for refreshing the kubeconfig file used by the headlamp server.

Configuration

The Headlamp Backend plugin is configured by setting the headlampBackend.binaryPath in the app-config.yaml file. For example:

1. Install the plugin

yarn --cwd packages/backend add @headlamp-k8s/backstage-plugin-headlamp-backend

2. Add backend plugin to packages/backend/src/index.ts

...
backend.add(import('@headlamp-k8s/backstage-plugin-headlamp-backend'));

3. Configure Headlamp Backend (Optional)

If you want to use a custom headlamp binary or custom plugins you can set the headlampBackend.binaryPath and headlampBackend.pluginsPath parameters in the app-config.yaml file.

example:

headlampBackend:
  binaryPath: /path/to/headlamp/binary
  pluginsPath: /path/to/headlamp/plugins

FAQs

Package last updated on 14 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts