This page applies only to Azure AKS deployments. FIPS compliance configuration is not applicable to Virtual Machine deployments.
Overview
Federal Information Processing Standard (FIPS) 140-2 compliance is required for certain US government and regulated industry deployments. Enabling FIPS compliance in your Vantage deployment requires specific configuration changes during infrastructure creation and installation.Key Differences from Standard Deployment
| Component | Standard Deployment | FIPS-Enabled Deployment |
|---|---|---|
| Redis Version | 6.2 or later | 6.2 to 7.0.7 only |
| File Share Type | SMB | NFS |
| AKS Node Pools | Standard | FIPS-enabled |
| Storage Access | Public or Private | Virtual network only (for NFS) |
Requirements
Redis Version Restriction
NFS Share Considerations
When FIPS is enabled, Network File System (NFS) shares are used instead of SMB shares:- NFS share storage account configuration can allow access from public IP addresses
- However, you cannot mount NFS shares from a public IP address
- You can only connect to NFS shares from a machine on a virtual network trusted by the storage account
Infrastructure Creation with FIPS
When creating Azure infrastructure for a FIPS-compliant deployment, add theenableFIPS=true parameter to the ARM template deployments.
Create AKS Cluster with FIPS
Configure NFS Share Access
After creating the FIPS-enabled cluster, run the following commands to connect the shared storage account with NFS share:Create Storage Accounts with FIPS
Configuration Parameters
env_specific.yml
Enable FIPS support by setting the following parameter:Azure Government Cloud
If deploying to Azure Government Cloud, add thes3endpointSuffix parameter immediately after k8s_fips_enabled:
Only add
s3endpointSuffix when deploying to Azure Government Cloud. Do not include this parameter for standard Azure commercial cloud deployments.Complete FIPS Configuration Example
Verification
After deployment, verify FIPS is enabled on your AKS nodes:Related Documentation
- System Requirements - Full requirements including Redis cluster configuration
- Azure Infrastructure Creation - Step-by-step Azure resource creation
- Installation - Complete installation guide
