Interface QuarkusReadinessConfiguration
@StaticInitSafe
@ConfigMapping(prefix="polaris.readiness")
public interface QuarkusReadinessConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbooleanSetting this totruemeans that Polaris will start up even if severe security risks have been detected, accepting the risk of denial-of-service, data-loss, corruption and other risks.
-
Method Details
-
ignoreSevereIssues
@WithDefault("false") boolean ignoreSevereIssues()Setting this totruemeans that Polaris will start up even if severe security risks have been detected, accepting the risk of denial-of-service, data-loss, corruption and other risks.
-