Skip to content

Vault Zero to Hero

This is a How-to Guide. It addresses how to get started with Hashicorp Vault on OpenShift from scratch.

The Sections are organized as follows.

Section Description
Vault Install Install a highly available instance of Hashicorp Vault into OpenShift
Vault Configuration Configure Vault and set it up for our self-service usage
Application Deploy a simple Quarkus Java test application that talks to Vault
External Secrets Operator Mount Vault key values as secrets using this operator
Vault Configuration Operator GitOps for your Vault

Prerequisites

  • OpenShift Cluster (4.10+)
  • cluster-admin login
  • helm3
  • openssl
  • jq
  • Java 17, maven

References

Handy links found along the way


Last update: 2023-08-21