Create event type on docker build and changes in readme to reflect this.
This is a ObjectScript Application to audit API methods requests. Can be developed with Docker and VSCode, can be deployed as ZPM module.
Clone/git pull the repo into any local directory e.g. like it is shown below (here I show all the examples related to this repository, but I assume you have your own derived from the template):
$ git clone git@github.com:yurimarx/iris-api-audit-mediator.git
Open the terminal in this directory and run:
$ docker-compose up -d --build
zpm:USER>install iris-api-audit-mediator
$ git clone git@github.com:yurimarx/iris-api-audit-mediator.git
$ docker-compose up -d --build
Do ##class(Security.Events).Create("RESTAPI","Request","RESTAPI","REST API Requests")
Create event type on docker build and changes in readme to reflect this.
YouTube video
Fix readme and community article
Initial Release