BYOS
The "BYOS" (Bring Your Own Key) section is dedicated to the storage of customer keys for cloud providers. Customers can securely store their keys within this section, which they can later use when creating resources within the cloud provider's ecosystem. This ensures that customers have control and ownership of their encryption keys, enhancing data security and compliance.
Create BYOS
POST
{{BASE_URL}}/api/teams/{id}/subscriptions/{cloudProviderId}
Create personal subscriptions that will be used to create resources.
Path Parameters
Name | Type | Description |
---|---|---|
* | String | team id |
cloudProviderId* | String | Cloud provider id |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer Token |
Request Body
Name | Type | Description |
---|---|---|
data* | Object |
Get BYOS
GET
{{BASE_URL}}/api/teams/{id}/subscriptions
Get all subscriptions for a specific team.
Path Parameters
Name | Type | Description |
---|---|---|
* | String | team id |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer Token |
Delete BYOS
DELETE
{{BASE_URL}}/api/teams/{id}/subscriptions/{cloudProviderId}
Delete subscription for specific cloud provider.
Path Parameters
Name | Type | Description |
---|---|---|
String | team id | |
cloudProviderId | String | cloud provider id |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer Token |
Last updated