Skip to content

Commit b93256d

Browse files
committed
docs(adt): add
1 parent bec526f commit b93256d

File tree

3 files changed

+60
-33
lines changed

3 files changed

+60
-33
lines changed

identity-and-access-management/audit-trail/concepts.mdx

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ dates:
1010
validation: 2024-11-26
1111
---
1212

13-
## Action
14-
15-
An action in the context of Audit Trail is the method performed on any of your Scaleway resources throught the API.
16-
1713
## Audit Trail
1814

1915
Audit Trail is a tool that holds a record of events and changes performed within a Scaleway Organization. Audit Trail allows you to keep track of all actions, whether successful, attempted, or failed, perfomed on your Scaleway resources.
@@ -26,8 +22,24 @@ Audit Trail allows you to view the metadata of the API method used, allowing you
2622

2723
An event is a log of user activity on your Scaleway resources.
2824

25+
## Locality
26+
27+
In the context of Audit Trail, locality refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, or Organizations.
28+
29+
## Method
30+
31+
A method in the context of Audit Trail is the API call sent to the Audit Trail API whenever a principal takes an action (whether successful, attempted, or failed) on any Scaleway resource.
32+
2933
## Region
3034

3135
A region is the geographical area in which your resources are located. They are duplicated on all [Availability Zones](/compute/instances/concepts/#availability-zone) of the selected region (Paris, Amsterdam, or Warsaw).
3236

33-
Audit Trail allows you to select your resources by region. This allows you to better sort through your resources.àction`
37+
Audit Trail allows you to select your resources by region. This allows you to better sort through your resources.
38+
39+
## Status
40+
41+
A status is the API response returned whenever an action was taken on a resource by a principal. There are two statuses:
42+
43+
- Successful: this means that the API request was executed.
44+
45+
- Failed: this means that the API request has failed.

identity-and-access-management/audit-trail/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ meta:
3636
label="View How-Tos"
3737
url="/identity-and-access-management/audit-trail/how-to/"
3838
/>
39+
<SummaryCard
40+
title="Additional Content"
41+
icon="book-open-outline"
42+
description="Check out in-depth information about Audit Trail."
43+
label="View Additional Content"
44+
url="/identity-and-access-management/audit-trail/reference-content/"
45+
/>
3946
</Grid>
4047

4148
<ClickableBanner

identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,42 @@ categories:
1515

1616
The following table provides details about the products that are integrated with Audit Trail.
1717

18+
## Product integration available
19+
20+
| **Product Name** | **Audit Trail Integration** |
21+
|----------------------------|---------------------------------|
22+
| Secret Manager | **Integrated** |
23+
| Kubernetes | **Integrated** |
24+
25+
## Product integration planned
26+
27+
1828
| **Product Name** | **Audit Trail Integration** |
1929
|----------------------------|---------------------------------|
20-
| IoT Hub | **Not Integrated** |
21-
| Load Balancers | **Not Integrated** |
22-
| Private Networks | **Not Integrated** |
23-
| Public Gateways | **Not Integrated** |
24-
| Database RDB MySQL | **Not Integrated** |
25-
| Redis | **Not Integrated** |
26-
| Database RDB PostgreSQL | **Not Integrated** |
27-
| Messaging and Queuing NATS | **Not Integrated** |
28-
| Messaging and Queuing SQS | **Not Integrated** |
30+
| IAM | **Planned** |
31+
| Object Storage | **Planned** |
32+
| Billing | **Planned** |
33+
| IoT Hub | **Not integrated yet** |
34+
| Load Balancers | **Not integrated yet** |
35+
| Private Networks | **Not integrated yet** |
36+
| Public Gateways | **Not integrated yet** |
37+
| Database RDB MySQL | **Not integrated yet** |
38+
| Redis | **Not integrated yet** |
39+
| Database RDB PostgreSQL | **Not integrated yet** |
40+
| Messaging and Queuing NATS | **Not integrated yet** |
41+
| Messaging and Queuing SQS | **Not integrated yet** |
2942
| Messaging and Queuing SNS | **Not Integrated** |
30-
| Instances | **Not Integrated** |
31-
| Cockpit | **Not Integrated** |
32-
| Object Storage | **Not Integrated** |
33-
| Serverless Containers | **Not Integrated** |
34-
| Serverless Functions | **Not Integrated** |
35-
| Serverless Jobs | **Not Integrated** |
36-
| Secret Manager | **Integrated** |
37-
| Kubernetes Kapsule | **Integrated** |
38-
| Kubernetes Kosmos | **Integrated** |
39-
| Elastic Metal | **Not Integrated** |
40-
| Block Storage | **Not Integrated** |
41-
| IAM | **Not Integrated** |
42-
| Transactional Email | **Not Integrated** |
43-
| Domains and DNS | **Not Integrated** |
44-
| Web Hosting | **Not Integrated** |
45-
| Apple Silicon | **Not Integrated** |
46-
| Registry | **Not Integrated** |
47-
| Managed Inference | **Not Integrated** |
48-
| Serverless SQL Databases | **Not Integrated** |
43+
| Instances | **Not integrated yet** |
44+
| Cockpit | **Not integrated yet** |
45+
| Serverless Containers | **Not integrated yet** |
46+
| Serverless Functions | **Not integrated yet** |
47+
| Serverless Jobs | **Not integrated yet** |
48+
| Elastic Metal | **Not integrated yet** |
49+
| Block Storage | **Not integrated yet** |
50+
| Transactional Email | **Not integrated yet** |
51+
| Domains and DNS | **Not integrated yet** |
52+
| Web Hosting | **Not integrated yet** |
53+
| Apple Silicon | **Not integrated yet** |
54+
| Registry | **Not integrated yet** |
55+
| Managed Inference | **Not integrated yet** |
56+
| Serverless SQL Databases | **Not integrated yet** |

0 commit comments

Comments
 (0)