Configuring Airlock Gateway

  1. In the Airlock Gateway SSH terminal, open the java-options.properties file with the Vim editor:
  2.  
    Terminal box
    vim /opt/airlock/custom-settings/mgt-tomcat/java-options.properties
  3. Uncomment the properties IAM_HOST, IAM_INSTANCE, GATEWAY_HOST and JAVA_OPTS.
  4. Set the following properties to the appropriate values:
    • IAM_HOST to the hostname and port of your Airlock IAM instance (e.g., iam.example.com:8443)
    • IAM_INSTANCE to the name assigned to your Airlock IAM instance (e.g., auth)
    • GATEWAY_HOST to the hostname of your Airlock Gateway instance (e.g., gw.example.com)
  5. Save your changes and close the editor.
  6. Restart the management tomcat:
  7.  
    Terminal box
    systemctl restart airlock-mgt-tomcat
  8. Airlock Gateway is configured to delegate authentication to Airlock IAM using identity propagation.

The configuration of Configuration Center access via Airlock IAM is complete. When attempting to access the Airlock Gateway Configuration Center, the admin user is redirected to the Airlock IAM Loginapp for authentication.