Infrastructure as Code (IaC) enhances infrastructure management but brings security risks like misconfigurations and secret exposure. This guide outlines best practices for securing Terraform and Ansible pipelines, including treating IaC like application code, managing secrets appropriately, implementing automated security scans, and enforcing the principle of least privilege for enhanced protection.
Yes, your eyes are not deceiving you 🙂 Usually, when the words Ansible and Terraform appear in the same sentence is for the opposite scenario. Many articles out there provide examples of using Terraform to deploy infrastructure followed by running Ansible to configure it using the local-exec provisioner. […]
In this blog post we will explore how to order items from a ServiceNow catalog using the ServiceNow REST API. There are a few examples out there that use “REST API Explorer” inside ServiceNow. I will focus here on how to do it from an external tool. In […]