
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@byteplus/pulumi-bytepluscc
Advanced tools
A Pulumi package to safely use byteplus Resource in Pulumi programs.
The Bytepluscc resource provider for Pulumi lets you use byteplus resources in your cloud programs. To use this package, please install the Pulumi CLI first.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm:
$ npm install @byteplus/pulumi-bytepluscc
or yarn:
$ yarn add @byteplus/pulumi-bytepluscc
To use from Python, install using pip:
$ pip install pulumi_bytepluscc
To use from Go, use go get to grab the latest version of the library
$ go get github.com/byteplus-sdk/pulumi-bytepluscc/sdk
To use from .NET, install using dotnet add package:
$ dotnet add package Byteplus.Pulumi.Bytepluscc
In addition to generic provider arguments
(e.g. alias and version), the following arguments are supported in the Bytepluscc
provider configuration:
accessKey (String) The Access Key for Byteplus Provider. It must be provided, but it can also be sourced from the BYTEPLUS_ACCESS_KEY environment variablesecretKey (String) he Secret Key for Byteplus Provider. It must be provided, but it can also be sourced from the BYTEPLUS_SECRET_KEY environment variableassumeRole (Attributes) An assume_role block (documented below). Only one assume_role block may be in the configuration. (see below for nested schema)customerHeaders (String) CUSTOMER HEADERS for Byteplus Provider. The customer_headers field uses commas (,) to separate multiple headers, and colons (:) to separate each header key from its corresponding value.disableSsl (Boolean) Disable SSL for Byteplus Providerendpoints (Attributes) An endpoints block (documented below). Only one endpoints block may be in the configuration. (see below for nested schema)proxyUrl (String) PROXY URL for Byteplus Providerregion (String) The Region for Byteplus Provider. It must be provided, but it can also be sourced from the BYTEPLUS_REGION environment variableassume_roleRequired:
assumeRoleTrn (String) he TRN of the role to assume.
durationSeconds (Number) The duration of the session when making the AssumeRole call. Its value ranges from 900 to 43200(seconds), and default is 3600 seconds.
Optional:
policy (String) A more restrictive policy when making the AssumeRole call
endpointsOptional:
cloudcontrolapi (String) Use this to override the default Cloud Control API service endpoint URLsts (String) Use this to override the default STS service endpoint URLFAQs
A Pulumi package to safely use byteplus Resource in Pulumi programs.
The npm package @byteplus/pulumi-bytepluscc receives a total of 10 weekly downloads. As such, @byteplus/pulumi-bytepluscc popularity was classified as not popular.
We found that @byteplus/pulumi-bytepluscc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.