You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
### 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.
0 commit comments