Deployment Guide
This guide covers deploying Enprivacy Invisiq into your own environment, including container configuration, recommended encryption settings, and signature verification.
Prerequisites
Section titled “Prerequisites”Container Image
Section titled “Container Image”All Invisiq release images are published to the GitHub Container Registry:
ghcr.io/enprivacyhq/invisiq2:<version>Verifying Image Signatures
Section titled “Verifying Image Signatures”All artefacts are signed with Cosign. Before deploying, verify the signature:
# TODO: Insert cosign verify command and public key once availablecosign verify \ --key <public-key> \ ghcr.io/enprivacyhq/invisiq2:<version>The Cosign public key is published on the Supply Chain Security page.
Container UID
Section titled “Container UID”The container runs as a non-root user. The UID is: TODO