
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@scaleway/sdk-iam
Advanced tools
Scaleway SDK for Iam API.
Note
This is an automatically generated package that is part of the Scaleway SDK for JavaScript.
npm install @scaleway/sdk-iam @scaleway/sdk-client
or with pnpm:
pnpm add @scaleway/sdk-iam @scaleway/sdk-client
or with yarn:
yarn add @scaleway/sdk-iam @scaleway/sdk-client
You'll need a pair of access and secret keys to connect to Scaleway API. Please check the documentation on how to retrieve them.
import { createClient } from '@scaleway/sdk-client'
import { Iam } from '@scaleway/sdk-iam'
const client = createClient({
accessKey: 'SCWXXXXXXXXXXXXXXXXX',
secretKey: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultProjectId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultRegion: 'fr-par',
defaultZone: 'fr-par-1',
})
const api = new Iam.v1.API(client)
// Use the API
// Example: await api.listServers()
For a simpler setup, you can load credentials from the configuration file or environment variables:
import { createClient } from '@scaleway/sdk-client'
import { loadProfileFromConfigurationFile } from '@scaleway/configuration-loader'
import { Iam } from '@scaleway/sdk-iam'
const profile = loadProfileFromConfigurationFile()
const client = createClient(profile)
const api = new Iam.v1.API(client)
We love feedback! Feel free to reach us on:
This repository is at its early stage and is still in active development. If you are looking for a way to contribute, please read CONTRIBUTING.md.
This project is Apache 2.0 licensed. See the LICENSE file for details.
FAQs
Scaleway SDK iam
The npm package @scaleway/sdk-iam receives a total of 4,725 weekly downloads. As such, @scaleway/sdk-iam popularity was classified as popular.
We found that @scaleway/sdk-iam demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.