Interface QuarkusReadinessConfiguration


@StaticInitSafe @ConfigMapping(prefix="polaris.readiness") public interface QuarkusReadinessConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Setting this to true means 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 to true means 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.