Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 1.72 KB

install-kgw-red-hat-fips.md

File metadata and controls

68 lines (57 loc) · 1.72 KB
title content_type products works_on min_version tags tldr tools prereqs
Install {{site.base_gateway}} FIPS on Red Hat
how_to
gateway
on-prem
gateway
3.4
rate-limiting
q a
How do I install the {{site.base_gateway}} FIPS package on Red Hat?
Download the {{site.base_gateway}} package and install it using your package manager. Then configure the database.
deck
skip_product inline
true
title content
Install PostgreSQL
title include_content icon_url
Configure environment variables
prereqs/install/gateway/datastore-env-variables
/assets/icons/file.svg

{% navtabs %} {% navtab "Manual installation" %}

  1. Download {{site.base_gateway}}:

     curl -Lo kong-enterprise-edition-fips-3.9.0.1.rpm $(rpm --eval https://packages.konghq.com/public/gateway-39/rpm/el/%{rhel}/x86_64/kong-enterprise-edition-fips-3.9.0.1.el%{rhel}.x86_64.rpm)
  2. Install {{site.base_gateway}}:

    yum install kong-enterprise-edition-fips-3.9.1.0
    

{% endnavtab %} {% navtab "Package manager" %}

  1. Set up the package repository:

     curl -1sLf "https://packages.konghq.com/public/gateway-39/config.rpm.txt?distro=el&codename=$(rpm --eval '%{rhel}')" | sudo tee /etc/yum.repos.d/kong-gateway-39.repo
     sudo yum -q makecache -y --disablerepo='*' --enablerepo='kong-gateway-39'
    
  2. Install {{site.base_gateway}}:

    yum install kong-enterprise-edition-fips-3.9.1.0
    

{% endnavtab %} {% endnavtabs %}

  1. Enable FIPS:
export KONG_FIPS=on && kong reload

Configure the Datastore

{% include how-tos/steps/datastore.md %}