Package org.projectnessie.server.config
Interface QuarkusNessieAuthorizationConfig
-
@StaticInitSafe @ConfigMapping(prefix="nessie.server.authorization") public interface QuarkusNessieAuthorizationConfigConfiguration for Nessie authorization settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenabled()Returnstrueif Nessie authorization is enabled.Map<String,String>rules()The authorization rules where the key represents the rule id and the value the CEL expression.
-