Class OpenFGATLSConfig
- java.lang.Object
-
- io.quarkiverse.openfga.runtime.config.OpenFGATLSConfig
-
public class OpenFGATLSConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenFGATLSConfig()
-
-
-
Field Detail
-
skipVerify
@ConfigItem public Optional<Boolean> skipVerify
Allows to bypass certificate validation on TLS communications.If true this will allow TLS communications with OpenFGA, without checking the validity of the certificate presented by OpenFGA. This is discouraged in production because it allows man in the middle type of attacks.
-
-