New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

plugin-cloudify

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plugin-cloudify

Backstage plugin that connects with the Cloudify Manager instance and pulls all available blueprints. Blueprints are listed in a table and accesible via a link to the Cloudify Manager.

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Backstage Cloudify Plugin

Backstage plugin that connects with the Cloudify Manager instance and pulls all available blueprints.
Blueprints are listed in a table and accesible via a link to the Cloudify Manager.

Setup

  • Install the Backstage Cloudify Plugin
  • Change following lines in the files to match your credentials:
// src/components/BlueprintsComponent/BlueprintsComponent.tsx
const CLOUDIFY_MANAGER_URL = 'http://${CLOUDIFY_MANAGER_IP}';
const BACKSTAGE_BACKEND_URL = 'http://${BACKSTAGE_BACKEND_IP}:7007';
  • Launch the Backstage app

Components

MainComponent

The Main Component displays information about Backstage Cloudify Plugin.
It also generates and displays a Support Button where you can find following information:

  • Backstage GitHub Issues
  • Cloudify Homepage
  • Cloudify Documentation
  • Cloudify Contact

BlueprintsComponent

The Blueprints component displays a table with all blueprints available in the connected Cloudify Manager.
It displays blueprint's icon, ID, main file name, description, and its labels.
Each element (blueprint) is a direct link to the blueprint's Cloudify Manager page where you can deploy it.

FAQs

Package last updated on 25 May 2022

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