Hi!
I had the pleasure to be speaker for The Azure Group (Toronto, Canada) for a session about Azure Defender.
Please find below my slides:
Video recording: https://lnkd.in/epbR6qn
Do not hesitate to reach me if you have any questions.
Maxime.
Hi!
I had the pleasure to be speaker for The Azure Group (Toronto, Canada) for a session about Azure Defender.
Please find below my slides:
Video recording: https://lnkd.in/epbR6qn
Do not hesitate to reach me if you have any questions.
Maxime.
Hi!
In this article, I will show you how you check the expiration date of your service principal.
# - Replace the SD_ID value by your Service Principal Id SP_ID=14c0b2f2-1436-4cf3-b352-497103787a9c # - Run the query az ad sp credential list --id $SP_ID --query "[].endDate" -o tsv
Maxime.
Hi!
In a previous article, I show you how you can deploy a OPA Gatekeeper solution in your AKS cluster. We saw together how we can monitor the number of OPA gatekeeper violation in a second article.
In this article I will show how you can deploy a dashboard to monitor your OPA Gatekeeper violations. I will recommend you to use the solution Gatekeeper Policy Manager (GPM) created by Sighupio.
It’s very easy to deploy this solution, please clone the following repository and run this command to deploy the solution:
kubectl apply -k .
Once you’ve deployed the application, if you haven’t set up an ingress, you can access the web-UI using port-forward:
kubectl -n gatekeeper-system port-forward svc/gatekeeper-policy-manager 8080:80
For a production usage of this solution, I recommend you to configure the OIDC authentication.
Maxime.