|
1 | 1 | --- |
2 | | -title:"Audit logs" |
| 2 | +title:"Audit" |
3 | 3 | description:"" |
4 | 4 | group:administration |
5 | 5 | toc:true |
6 | 6 | --- |
7 | 7 |
|
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 | + |