adutra commented on code in PR #499:
URL: https://github.com/apache/polaris/pull/499#discussion_r1863727578


##########
polaris-service/src/main/java/org/apache/polaris/service/config/PolarisApplicationConfig.java:
##########
@@ -100,6 +103,22 @@ public void setPolarisAuthenticator(
     return polarisAuthenticator;
   }
 
+  @JsonProperty("authorizer")
+  public void setAuthorizer(Class<? extends PolarisAuthorizer> clazz) {
+    this.authorizerClass = clazz;
+  }
+
+  public PolarisAuthorizer createAuthorizer() {
+    PolarisConfigurationStore featureConfig = getConfigurationStore();

Review Comment:
   Yeah, I can feel the pain :-) let's wait for #470.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to