Skip to content

audit-trail(add): supported endpoints for account #5205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions macros/audit-trail/account-endpoints.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
macro: adt-account-endpoints
---

<Concept>
## Account

### Account supported endpoints

The following [Account](/account/) endpoints are supported and will be logged in Audit Trail:

- SendPhoneValidation (`POST /account/v3/phone-validations`)
- ConfirmPhoneValidation (`POST /account/v3/phone-validations/{phone_validation_id}/confirm`)
- UpdateUserPreferences (`PATCH /account/v3/users/{user_id}/preferences`)
- CreateMFAOTP (`POST /account/v3/mfa/otps`)
- DeleteMFAOTP (`DELETE /account/v3/mfa/otps/{mfa_otp_id}`)
- ValidateMFAOTP (`POST /account/v3/mfa/otps/{mfa_otp_id}/validate`)
- UpdateUser (`PATCH /account/v3/users/{user_id}`)
- ChangeUserEmail (`POST /account/v3/users/{user_id}/change-email`)
- ChangeUserPassword (`POST /account/v3/users/{user_id}/change-password`)
- ChangeSupportPlan (`POST /account/v3/organizations/{organization_id}/support-plans`)
- CloseOrganization (`POST /account/v3/organizations/{organization_id}/close`)
- SetPicture (`PUT /account/v3/organizations/{organization_id}/picture`)
</Concept>
2 changes: 1 addition & 1 deletion macros/audit-trail/iam-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro: adt-iam-endpoints

### IAM supported endpoints

The following IAM endpoints are supported and will be logged in Audit Trail:
The following [IAM](/iam/) endpoints are supported and will be logged in Audit Trail:

- CreateSSHKey (`POST /iam/v1alpha1/ssh-keys`)
- UpdateSSHKey (`PATCH /iam/v1alpha1/ssh-keys/{ssh_key_id}`)
Expand Down
2 changes: 1 addition & 1 deletion macros/audit-trail/key-manager-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro: adt-key-manager-endpoints

### Key Manager supported endpoints

The following Key Manager endpoints are supported and will be logged in Audit Trail:
The following [Key Manager](/key-manager/) endpoints are supported and will be logged in Audit Trail:

- CreateKey (`POST /key-manager/v1alpha1/regions/{region}/keys`)
- UpdateKey (`PATCH /key-manager/v1alpha1/regions/{region}/keys/{key_id}`)
Expand Down
2 changes: 1 addition & 1 deletion macros/audit-trail/kubernetes-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro: adt-kubernetes-endpoints

### Kubernetes supported endpoints

The following Kubernetes endpoints are supported and will be logged in Audit Trail:
The following [Kubernetes](/kubernetes/) endpoints are supported and will be logged in Audit Trail:

- Create a new cluster (`POST /k8s/v1/regions/{region}/clusters`)
- Update a cluster (`PATCH /k8s/v1/regions/{region}/clusters/{cluster_id}`)
Expand Down
2 changes: 1 addition & 1 deletion macros/audit-trail/secret-manager-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro: adt-secret-manager-endpoints

### Secret Manager supported endpoints

The following Secret Manager endpoints are supported and will be logged in Audit Trail:
The following [Secret Manager](/secret-manager/) endpoints are supported and will be logged in Audit Trail:

- Create a secret (`POST /secret-manager/v1beta1/regions/{region}/secrets`)
- Update metadata of a secret (`PATCH /secret-manager/v1beta1/regions/{region}/secrets/{secret_id}`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ content:
paragraph: Discover current Scaleway product integrations and endpoints supported in Audit Trail for event tracking.
tags: audit-trail product-integration products endpoints
dates:
validation: 2025-03-27
validation: 2025-06-30
posted: 2025-03-27
categories:
- identity-and-access-management
---

This page provides information on the specific endpoints logged in [Audit Trail](/audit-trail/) for Scaleway products. Refer to the [dedicated documentation](/audit-trail/reference-content/resource-integration-with-adt/) for a list of Scaleway products integrated with Audit Trail.

<Macro id="adt-account-endpoints" />

<Macro id="adt-iam-endpoints" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Discover current and planned Scaleway product integrations with Audit Trail for event tracking.
tags: audit-trail product-integration scaleway-resources
dates:
validation: 2025-03-27
validation: 2025-06-30
posted: 2024-11-28
categories:
- identity-and-access-management
Expand All @@ -19,6 +19,7 @@ The following table provides details about the Scaleway products that are integr

| **Product name** | **Audit Trail integration** | **Supported endpoints** |
|----------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
| Account | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#account) to find out which Account endpoints are supported.|
| IAM | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#iam) to find out which IAM endpoints are supported.|
| Key Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#key-manager) to find out which Key Manager endpoints are supported.|
| Kubernetes | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#kubernetes) to find out which Kubernetes endpoints are supported.|
Expand All @@ -34,7 +35,6 @@ The following table provides details about the Scaleway products that will be in
|----------------------------|---------------------------------|
| Object Storage | **Not integrated yet** |
| Billing | **Not integrated yet** |
| Account | **Not integrated yet** |
| Apple Silicon | **Not integrated yet** |
| Block Storage | **Not integrated yet** |
| Cockpit | **Not integrated yet** |
Expand Down
Loading