London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Antti Alasvuo
Sep 12, 2021
  1848
(0 votes)

Audit logging add-on for netcore-preview

The .Net 5 public review has now been out for 2+ months and if you have missed that you definitely need to read post by Martin Ottosen .Net 5 public preview, read the .Net 5 preview documentation and have a look at the GitHub netcore-preview repository.

Roughly a year ago I created the Swapcode.Episerver.AuditLog package to log access right changes to the built-it activity log (Change log), you can see old post about it.

I had some free time, so I decided why not prepare the package for the .NET 5 implementation and at the same time rename it to reflect the new Optimizely name. Code can be found from my GitHub repository Swapcode.Optimizely.AuditLog and pre-built NuGet package from the releases (not in any feed as it is just a preview version, first version direct download link).

Installing the package

  • download the NuGet package
  • create a local (disk or network share) NuGet source, and add the NuGet package there
  • configure the new source in Visual Studio / NuGet.config of your project
  • check the 'Include prerelease' checkbox in Visual Studio so that you will see package
  • install it to your project
  • add configuration for the embedded localizations in your startup class, in ConfigureServices method after a call to services.AddCms();
services.AddEmbeddedLocalization<AuditLogInitializationModule>();

Usage

  • login to Optimizely CMS
  • navigate to Admin view -> Access Rights -> Set Access Rights
    • change a content items access rights
  • go to Admin view -> Tools -> Change Log
    • in 'Category' select 'Content security'
    • in 'Action' select what kind of entries you want to see
    • click 'read'

The following screenshot shows how the results look like. Note there is a small issue with the data column, the content is not completely visible because of the preview versions CSS styles (but clever users can inspect the column with browsers developer tools to see the full message). Hopefully Optimizely will do something about that data column, so I don't need to format the message with br-tags :D

Summary

So, if you have been using this add-on then you can be sure it will be available also for the next .NET 5 version of Optimizely CMS.

Sep 12, 2021

Comments

valdis
valdis Sep 16, 2021 02:37 PM

Great success!

Please login to comment.
Latest blogs
Identifying Spike Requests and Issues in Application Insights

Sometimes within the DXP we see specific Azure App Instances having request spikes causing performance degredation and we need to investigate. I fi...

Scott Reed | Apr 25, 2025

Optimizely Frontend Hosting Beta – Early Thoughts and Key Questions

Optimizely has opened the waitlist for its new Frontend Hosting capability. I’m part of the beta programme, but my invite isn’t due until May, whil...

Minesh Shah (Netcel) | Apr 23, 2025

Developer Meetup - London, 21st May 2025

The London Dev Meetup has been rescheduled for Wednesday, 21st May and will be Candyspace 's first Optimizely Developer Meetup, and the first one...

Gavin_M | Apr 22, 2025

Frontend hosting for PaaS & SaaS CMS

Just announced on the DXP, we FINALLY have a front end hosting solution coming as part of the DXP for modern decoupled solutions in both the PaaS a...

Scott Reed | Apr 22, 2025

Routing to a page in SaaS CMS

More early findings from using a SaaS CMS instance; setting up Graph queries that works for both visitor pageviews and editor previews.

Johan Kronberg | Apr 14, 2025 |

Developer Meetup - London, 24th April 2025

Next Thursday, 24th April will be Candyspace 's first Optimizely Developer Meetup, and the first one held in London this year! We've have some...

Gavin_M | Apr 14, 2025