adutra commented on issue #2272: URL: https://github.com/apache/polaris/issues/2272#issuecomment-3176183074
OK I see the issue: The image doesn't have this commit: b96461ac1 which makes `active-roles-provider` configurable per realm. Before that commit, the roles provider was configured with `polaris.active-roles-provider.type`. So `polaris.authentication.active-roles-provider.type` doesn't exist in this version. But the current Helm chart in the main branch does have support for this option, which is why the configmap contains: ```yaml polaris.authentication.type=internal polaris.authentication.active-roles-provider.type=default ``` Now since `polaris.authentication.active-roles-provider.type` doesn't exist, SmallRye is considering that `active-roles-provider` is the name of a realm, and that for that realm, the authentication type is `default` – which is indeed incorrect. **TLDR: the 1.0.1-incubating-rc0 image can only work with Helm charts before b96461ac1.** -- 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