The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
enclaive vHSM is a software-defined HSM that runs inside confidential-computing enclaves. It keeps keys and crypto operations isolated from the host, supports Bring-Your-Own-Key (BYOK), Hold-Your-Own-Key (HYOK) and delivers HSM-grade protection with cloud agility and scale. It’s built for multi-cloud/Kubernetes environments and designed to plug into existing tooling via standard interfaces.
vHSM is built for confidential-computing environments on major clouds and Openshift platforms.
The following information was extracted from the containerfile and other sources.
| Summary | vHSM is a tool for securely accessing secrets. |
| Description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| Provider | enclaive GmbH |
| Maintainer | vHSM Team <vhsm@enclaive.cloud> |
The following information was extracted from the containerfile and other sources.
| Repository name | vHSM |
| Image version | v1.4.4-1 |
| Architecture | amd64 |
Pull the image:
podman pull quay.io/enclaive/vhsm:latest
Pull the image:
docker pull quay.io/enclaive/vhsm:latest
Reference the image in your workload:
apiVersion: apps/v1
kind: Deployment
metadata:
name: vhsm
spec:
replicas: 1
selector:
matchLabels: { app: vhsm }
template:
metadata:
labels: { app: vhsm }
spec:
containers:
- name: vhsm
image: quay.io/enclaive/vhsm:latest
ports:
- containerPort: 1234