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

@headlamp-k8s/backstage-plugin-headlamp-backend

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@headlamp-k8s/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-3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-50%
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc