🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@pulumiverse/cpln

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumiverse/cpln

A Pulumi package for creating and managing cpln cloud resources.

Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
415
-31.4%
Maintainers
3
Weekly downloads
 
Created
Source

cpln Resource Provider

The cpln Resource Provider lets you manage Control Plane resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pulumiverse/cpln

or yarn:

yarn add @pulumiverse/cpln

Python

To use from Python, install using pip:

pip install pulumi_cpln

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumiverse/pulumi-cpln/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumiverse.cpln

Configuration

The following configuration points are available for the cpln provider:

  • cpln:domain - domain used to connect to the cpln instance
  • cpln:insecure - use insecure connection
  • cpln:jwtProfileFile - path to the file containing credentials to connect to cpln. Either jwtProfileFile or jwtProfileJson
  • cpln:jwtProfileJson - JSON value of credentials to connect to cpln. Either jwtProfileFile or jwtProfileJson is required
  • cpln:port - used port if not the default ports 80 or 443 are configured
  • cpln:token - path to the file containing credentials to connect to cpln

Reference

For detailed reference documentation, please visit the Pulumi registry.

Keywords

pulumi

FAQs

Package last updated on 20 Feb 2024

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