Skip to content

Deployment Guide

This guide covers deploying Enprivacy Invisiq into your own environment, including container configuration, recommended encryption settings, and signature verification.

All Invisiq release images are published to the GitHub Container Registry:

ghcr.io/enprivacyhq/invisiq2:<version>

All artefacts are signed with Cosign. Before deploying, verify the signature:

Terminal window
# TODO: Insert cosign verify command and public key once available
cosign verify \
--key <public-key> \
ghcr.io/enprivacyhq/invisiq2:<version>

The Cosign public key is published on the Supply Chain Security page.

The container runs as a non-root user. The UID is: TODO