In Development
The Upwind Cloud Security Connector is currently in development and may be expanded with additional capabilities in the future.
The Upwind Cloud Security Provider uses OAuth 2.0 client credentials for authentication, and requires a Client ID, Client Secret, Organization ID, and Region.
Before you begin, ensure you have:
- Access to the Upwind Console
- Permission to create API credentials
- Your Upwind organization ID
- Your Upwind region, which must be one of
US,EU, orME
- Log in to the Upwind Console.
- Click Settings.
- Click Credentials.
- Click Generate Credentials.
- Select API and choose the desired permission scope, either Global Scope or Custom.
- Generate the credentials and copy the Client ID and Client Secret.
- Click Save.
Create your integration by supplying the following configuration values.
| Integration Parameter | Description |
|---|---|
| Organization ID | Your Upwind organization ID, used in the Upwind API path. |
| Region | The Upwind region used to determine the OAuth audience for token requests. Supported values are US, EU, and ME. |
| Client ID | The OAuth 2.0 Client ID generated in the Upwind Console. |
| Client Secret | The OAuth 2.0 Client Secret generated in the Upwind Console. |