Class OpenFGABuildTimeConfig
- java.lang.Object
-
- io.quarkiverse.openfga.deployment.OpenFGABuildTimeConfig
-
@ConfigRoot(name="openfga", phase=BUILD_TIME) public class OpenFGABuildTimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description DevServicesOpenFGAConfigdevservicesDev services configuration.booleanhealthEnabledWhether a health check is published in case the smallrye-health extension is present.booleantracingEnabledWhether tracing spans of client commands are reported.
-
Constructor Summary
Constructors Constructor Description OpenFGABuildTimeConfig()
-
-
-
Field Detail
-
healthEnabled
@ConfigItem(name="health.enabled", defaultValue="true") public boolean healthEnabledWhether 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.
-
-