bacek commented on issue #2272: URL: https://github.com/apache/polaris/issues/2272#issuecomment-3162503093
Hi @adutra I probably didn't put it clearly. Problem is: existing helm chart provides defaults which can't be used. Generated configmap with defaults is ``` polaris.authentication.active-roles-provider.type=default polaris.authentication.authenticator.type=default polaris.authentication.token-broker.max-token-generation=PT1H polaris.authentication.token-broker.type=rsa-key-pair polaris.authentication.token-service.type=default polaris.authentication.type=internal polaris.file-io.type=default polaris.log.request-id-header-name=Polaris-Request-Id polaris.persistence.type=in-memory polaris.rate-limiter.filter.type=no-op polaris.realm-context.realms=POLARIS polaris.realm-context.type=default quarkus.http.port=8181 quarkus.log.category."org.apache.iceberg.rest".level=INFO quarkus.log.category."org.apache.polaris".level=INFO quarkus.log.console.enable=true quarkus.log.console.format=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{3.}] [%X{requestId},%X{realmId}] [%X{traceId},%X{parentId},%X{spanId},%X{sampled}] (%t) %s%e%n quarkus.log.console.level=ALL quarkus.log.file.enable=false quarkus.log.level=INFO quarkus.management.port=8182quarkus.otel.sdk.disabled=true ``` Pod is failing with ``` 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 │ ``` Yes, you are absolutely correct and actual behaviour. -- 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