
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@checkly/pulumi
Advanced tools
A Pulumi package for creating and managing Checkly monitoring resources.
The Checkly provider for Pulumi can be used to provision any of the monitoring resources available in Checkly.
The Checkly provider is available as a package in most Pulumi languages:
@checkly/pulumi
pulumi-checkly
github.com/checkly/pulumi-checkly/sdk/v2/go/checkly
Pulumi.Checkly
The Checkly provider must be configured with an API Key
and an Account ID
in order to deploy Checkly resources. Sign up for a Checkly account and follow our integration guide to create and configure your credentials.
First, configure your Checkly Account ID:
pulumi config set checkly:accountId YOUR_CHECKLY_ACCOUNT_ID
Then, configure you Checkly API key (with --secret
):
pulumi config set checkly:apiKey YOUR_CHECKLY_API_KEY --secret
You should now be able to deploy Checkly resources.
You can find working JavaScript and TypeScript code samples in the ./examples
directory.
The following configuration points are available for the Checkly provider:
checkly:accountId
(environment: CHECKLY_ACCOUNT_ID
) - your Checkly Account IDcheckly:apiKey
(environment: CHECKLY_API_KEY
) - your Checkly API Key
--secret
flag with pulumi config set
.checkly:apiUrl
(environment: CHECKLY_API_URL
) - for internal development purposes onlyFor detailed reference documentation, please visit the Pulumi registry.
FAQs
A Pulumi package for creating and managing Checkly monitoring resources.
We found that @checkly/pulumi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.