Skip to content

Commit 87c85e9

Browse files
Audit (#31)
1 parent b5bba6c commit 87c85e9

File tree

6 files changed

+56
-5
lines changed

6 files changed

+56
-5
lines changed

_data/home-content.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
localurl: /docs/administration/single-sign-on
7373
- title: Access Control
7474
localurl: /docs/administration/access-control
75-
- title: Audit Logs
76-
localurl: /docs/administration/audit-logs
75+
- title: Audit
76+
localurl: /docs/administration/audit
7777
- title: Codefresh platform IPs
7878
localurl: /docs/administration/platform-ip-addresses
7979

_data/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
url: "/sso-onelogin"
9696
- title: Access Control
9797
url: "/access-control"
98-
- title: Audit logs
98+
- title: Audit
9999
url: "/audit"
100100
- title: Codefresh platform IPs
101101
url: "/platform-ip-addresses"

_docs/administration/audit.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,59 @@
11
---
2-
title: "Audit logs"
2+
title: "Audit"
33
description: ""
44
group: administration
55
toc: true
66
---
77

8-
Coming soon
8+
CSDP platfrom is heavily based on the GitOps approach which means that by definition most entities are fully controlled via the GitOps approach.
9+
10+
Check out the [access control]({{site.baseurl}}/docs/administration/access-control/) page for more information about what and how entities are controlled via the GitOps approach.
11+
12+
There are different ways that a user can view and understand what operations and changes has been made
13+
14+
### Viewing the notification center
15+
CSDP notification center will show a recent view of important changes that have been made to main entities like git sources
16+
{% include
17+
image.html
18+
lightbox="true"
19+
file="/images/administration/audit/notifications.png"
20+
url="/images/administration/audit/notifications.png"
21+
alt="Notifications"
22+
caption="Notifications"
23+
max-width="100%"
24+
%}
25+
26+
### Viewing the update history change log
27+
Each pipeline has a dedicated view for viewing the history of the changes that were made to all its underlying entities
28+
{% include
29+
image.html
30+
lightbox="true"
31+
file="/images/administration/audit/update-history.png"
32+
url="/images/administration/audit/update-history.png"
33+
alt="Update history"
34+
caption="Update history"
35+
max-width="100%"
36+
%}
37+
38+
39+
### Viewing audit log directly in your git provider
40+
41+
Due to the fact that GitOps controlled entities are fully controlled via changes in Git, it means that every such operation will be made by CSDP impersonating and pushing commits to your git sources.
42+
43+
You can navigate to your git source underlying repository and easily see all the commits that were made.
44+
45+
Each pipeline has a dedicated view for viewing the history of the changes that were made to all its underlying entities
46+
{% include
47+
image.html
48+
lightbox="true"
49+
file="/images/administration/audit/git-log.png"
50+
url="/images/administration/audit/git-log.png"
51+
alt="Git log"
52+
caption="Git log"
53+
max-width="100%"
54+
%}
55+
56+
### Viewing a full centralized audit log view in account settings
57+
In upcoming releases a full centralized audit log will be accessible to visualize all api operations in a centralized admin way.
58+
59+
75.4 KB
Loading
48.2 KB
Loading
101 KB
Loading

0 commit comments

Comments
 (0)