API Gateway 10.15 | Administering API Gateway | Security Configuration | Troubleshooting Tips: Securing API Data Store (Elasticsearch)
 
Troubleshooting Tips: Securing API Data Store (Elasticsearch)
During authentication a pop-up window appears when I try to view any dashboards in the Analytics tab
At times, when I view the Analytics tab, the Authentication pop-up window appears. This might be because Kibana is secured with SSL and API Gateway is unable to connect to Kibana. As of now, API Gateway does not support enabling SSL for Kibana. Kibana ports can be blocked from external access through firewall configuration.
Resolution:
Remove the following properties from kibana.yml file located at SAGInstallDir\profiles\IS_default\apigateway\dashboard\config:
*server.ssl.enabled: true
*server.ssl.cert: "/eip/apps/sag/InternalDataStore/config/PVWSLDWM001_pem.cer"
*server.ssl.key: "/eip/apps/sag/InternalDataStore/config/PVWSLDWM001_pem.key"