dimas-b commented on issue #2272:
URL: https://github.com/apache/polaris/issues/2272#issuecomment-3176032426

   > Configuration validation failed: 
   > java.lang.IllegalArgumentException: SRCFG00039: The config property 
polaris.authentication.active-roles-provider.type with 
   > the config value "default" threw an Exception whilst being converted 
SRCFG00049: Cannot convert default to enum class 
   > org.apache.polaris.service.auth.AuthenticationType, allowed values: 
internal,external,mixed                                     │
   
   @adutra : it looks like `QuarkusAuthenticationConfiguration` from the 1.0.0 
state of the code treats the `active-roles-provider` part of the config name as 
a "realm", subsequently it tries to parse `.type` as 
`QuarkusAuthenticationRealmConfiguration.type()` (and fails) 🤷 


-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to