Access Azure Key Vault from ServiceNow

I have written last blog about accessing Azure KeyVault from Microsoft PowerAutomate Access Azure Key Vault from PowerAutomate | Tech Wizard This blog is all about accessing it from ServiceNow. Accessing Azure Key Vault from ServiceNow can be a useful feature for managing sensitive information such as passwords, certificates, and API keys. By using Azure…

Access Azure Key Vault from PowerAutomate

Azure Key Vault is a cloud-based service provided by Microsoft that allows you to store and manage cryptographic keys, certificates, and secrets used in your applications. It provides a secure and centralized way to manage your application secrets and keys. Power Automate, on the other hand, is a cloud-based service provided by Microsoft that allows…

Gitleaks for Secret Scanning The Repositories

GitLeaks is an open-source tool designed to scan git repositories for sensitive data leakage. GitLab CI/CD is a platform used to automate the building, testing, and deployment of applications. In this blog, we will discuss how to implement GitLeak scanning from GitLab CI/CD pipeline. Environment is: GitLab Online Gitlab Runner on Windows Server 2016/2019 Before…

GIT – How to Clone Multiple Projects

There can be scenario where you need to download or clone multiple projects at the same time. This can be daunting task if done one by one, so I thought of writing a PowerShell or Python script. But as you all know why to reinvent the wheel if something is existing, so I researched the…