Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 3.46 KB

File metadata and controls

69 lines (46 loc) · 3.46 KB
description
These configuration settings and recommendations are critical to the security of your production environment

Production-ready APIM Environment

Overview

The default settings created during APIM installation can be useful for testing your new instance. However, some may not be suitable for a production environment, where security is more of a consideration. This guide highlights the APIM settings that require special attention when migrating to a production environment.

Security checklist

The following high-level checklist links to the details of how and why you would enforce each list item.

{% hint style="info" %} The objective is not to apply all of the recommendations, but to ensure that all configurations have been made with caution. {% endhint %}

Security checklist
  1. Internal APIs
  1. Deployment
  1. Authentication
  1. Brute-force and browser protection
  1. Configuration settings
  1. APIM safe practices

{% hint style="warning" %} Configuring APIM

APIM includes many other configuration options and every environment is unique. However you configure new settings (via the gravitee.yml file, APIM Console, or environment and system variables) it is important to understand that one configuration type can override another. Configure APIM Gateway gives a good overview of this topic. {% endhint %}