New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yolossn/backstage-plugin-headlamp-backend

Package Overview
Dependencies
Maintainers
0
Versions
36
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.

0.1.0-beta-4
latest
Source
npm
Version published
Weekly downloads
1
-88.89%
Maintainers
0
Weekly downloads
 
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 22 Jan 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