Integrating Gitness with Jenkins
Jenkins is a popular open source CI server and many that are familiar with it often have a bit of a love/hate relationship. That being said, it is an …
Jenkins is a popular open source CI server and many that are familiar with it often have a bit of a love/hate relationship. That being said, it is an …
With everything being defined as code nowadays, there’s a need for a place to store and version that code. The popular selection would be a …
One of the technologies that I find the most enjoyable working with are orchestration solutions that are used to stitch together complex processes. …
Security of a HashiCorp Vault deployment is of paramount importance given the sensitive nature of the information contained within the platform. …
How do we verify that the Terraform binary we download is the same as the one HashiCorp produced? Ensuring the integrity of software is important to …
Signing software has become critically important given the recent supply chain attacks. How do we verify that the software we’re downloading is …
Containerization and Kubernetes have dominated the IT conversation for the last handful of years. Containers enable rapid development, application …
One of the major benefits of using the public cloud is the integrated identity and access management (IAM). This simplifies the process of granting …
HashiCorp Vault supports several authentication methods for human and non-human access. Several of the non-human authentication methods are tied to …
Network booting operating systems isn’t a new concept and has been around for years. Bare metal deployments are typically where network booting is …
HashiCorp Vault supports a number of authentication methods including methods that utilize what HashiCorp refers to as a “trusted …
Chaos Engineering is the practice of experimenting or injecting faults into a system to test how the system responds to the failure …
Revoking the root token on a production HashiCorp Vault deployment is one of the recommended best practices for securing an instance of HashiCorp …
HashiCorp Vault generates a default root token during installation and best practice dictates that the token should be revoked once the deployment has …
Security of a HashiCorp Vault deployment is of paramount importance given the sensitive nature of the information contained within the platform. …
In this blog post we’ll look at the HashiCorp Vault plugin for Puppet Bolt that enables authentication credentials for Bolt to be retrieved from …
HashiCorp Terraform is a popular Infrastructure as Code (IaC) tool that is used for provisioning virtual machines or cloud instances along with other …
Template management is a critical facet of infrastructure management and traditionally one of the more challenging operations there is. The advent of …
HashiCorp Terraform 0.12.2 added official support for a Puppet provisioner. One caveat is that the provisioner is only available in 0.12.x of …
HashiCorp Vault is quickly becoming the defacto secrets management platform used in environments that rely on DevOps concepts for application …
Vault (https://www.vaultproject.io/) is a secrets management tool created by HashiCorp that is extremely popular. Given the sensitive nature of the …
A very popular Terraform state management configuration is to utilize AWS S3 for state management and AWS DynamoDB for state locking. The problem is …
What is immutable infrastructure? Immutable infrastructure is the concept of utilizing an infrastructure component in an ephemeral manner. This means …
Being notified of when something happens in your environment has always been important and has evolved over time from basic emails to IM messages via …
This post covers the section listed below on the Certified Jenkins Engineer (CJE) exam. Section #3: Building Continuous Delivery (CD) Pipelines …
This post covers the section listed below on the Certified Jenkins Engineer (CJE) exam. Section #1: Key CI/CD/Jenkins Concepts Fingerprints What are …
Recently a co-worker of mine (Thanks Ken Erwin) introduced me to Jenkins Job Builder (http://docs.openstack.org/infra/jenkins-job-builder/) which is a …
This post covers integrating Jenkins CI server with Microsoft Active Directory to provide centralized authentication. Step #1 - Install he Active …