FIPS Mode
Akeyless Gateway & CLI
NoteCurrently, FIPS mode is supported only for Linux OS
While working within a FIPS compliant environment, the following features are not supported:
-
RSAasymmetric encryption key with a length of1024 bits. -
AES SIVsymmetric encryption keys. -
TLSversion lower thanTLS 1.2
To run your Gateway in a FIPS compliant environment, run your Gateway deployment with this setting enabled:
For Docker, run the following command with the variable FIPS=true :
docker run -d -p 8000:8000 -p 5696:5696 -e FIPS=true --name akeyless-gw akeyless/baseFor K8s, set the chart values.yaml with the following setting enabled:
deployment:
fips:
enabled: trueTo work with our CLI in FIPS mode, download and install the following binary:
curl -o akeyless https://akeyless-cli.s3.us-east-2.amazonaws.com/cli/latest/production/cli-fips-linux-amd64
chmod +x akeyless
./akeylessUpdated 7 days ago
