RestSharp is a C# library for making client side REST connections to servers. It can use HTTP or...
Problem: You have a running Kubernetes deployment, and you want to examine inside a container so you...
Ever have a problem when you need to clone from a git repo with https, and it fails because you have...
Helm is the package manager for deploying pre-built packages to Kubernetes. I found the Postgresql...
In order to use Terraform to deploy to the cloud, you need to either be logged in to Azure all ready...
On a Gitlab CI/CD pipeline, how to list, create, and delete tags. Preliminaries This...
Problem: We had a Gitlab server with repos in it that needed to be updated which was running on prem...
This is for solving the problem of building a repo with a different ssh key. In this case, we had...
In this post, we'll create a user dynamically inside a Docker container with the use UID and GID as...
Problem: Using a container to build my project but I can't access the mounted volume due to...
Problem: When I try to run code with the following function: fn invalid_function() { let mut...
You'd think this would be easy, but like everything else there are some tricks. Here's what I did...
If you have Vault set up as per prior posts and you are authenticated to the server, you can use...
This article assumes that you have set up a minimum vault:...
Introduction This article assumes you have set up an on prem Vault Server and are logged...
Introduction This tutorial assumes you have a work Vault server and are logged in with the...
NOTE: This post assumes that you have all ready set up a vault server:...
NOTE: This post assumes that you have all ready set up a vault server:...
This is a hello world with Hashicorp Vault to get a production server working. I had looked high and...
In this example, we will want to take the result of the bash command whoami, and return a variable...
Shows Terraform code which will write an auto-generated SSH key to Azure Key Vault so that you can...
A quick post of how to work with ssh keys using MS azure. Making a key pair: ssh-keygen -t...
Minimal configuration steps for Gitlab Server after you install it to create TSL certificates and run...
This post allows you to restore Gitlab backups which were made in this post:...
Audience: Anyone who is actually running their own instance of Gitlab server. This person wants to...