Class OpenFGABuildTimeConfig

java.lang.Object
io.quarkiverse.openfga.deployment.OpenFGABuildTimeConfig

@ConfigRoot(name="openfga", phase=BUILD_TIME) public class OpenFGABuildTimeConfig extends Object
  • Field Details

    • healthEnabled

      @ConfigItem(name="health.enabled", defaultValue="true") public boolean healthEnabled
      Whether a health check is published in case the smallrye-health extension is present.
    • tracingEnabled

      @ConfigItem(name="tracing.enabled") public boolean tracingEnabled
      Whether tracing spans of client commands are reported.
    • devservices

      @ConfigItem public DevServicesOpenFGAConfig devservices
      Dev services configuration.
  • Constructor Details

    • OpenFGABuildTimeConfig

      public OpenFGABuildTimeConfig()