Class V20191129134600_CreateInitialUrlWhitelist

java.lang.Object
org.graylog2.migrations.Migration
org.graylog2.migrations.V20191129134600_CreateInitialUrlWhitelist
All Implemented Interfaces:
Comparable<Migration>

public class V20191129134600_CreateInitialUrlWhitelist extends Migration
Creates an initial URL whitelist. If there are services configured which use URLs that are required to be whitelisted in order to be reachable, these URLs are added to the whitelist to ensure that the service will still run properly.

If no such services are configured yet, an empty whitelist is created.