sungwy commented on code in PR #2680: URL: https://github.com/apache/polaris/pull/2680#discussion_r2452873228
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -197,6 +197,40 @@ polaris.oidc.principal-roles-mapper.type=default # polaris.storage.gcp.token=token # polaris.storage.gcp.lifespan=PT1H +# Polaris authorization type settings +# Which authorizer to use: "internal" (PolarisAuthorizerImpl) or "opa" (OpaPolarisAuthorizer) +# polaris.authorization.type=internal + +# OPA Authorizer Configuration: effective only if polaris.authorization.type=opa +# NOTE: The OPA Authorizer is currently in Beta and is not a stable release. +# It may undergo breaking changes in future versions. +# polaris.authorization.opa.url=http://localhost:8181 +# polaris.authorization.opa.policy-path=/v1/data/polaris/authz/allow + +# OPA HTTP configuration +# polaris.authorization.opa.http.timeout-ms=5000 +# polaris.authorization.opa.http.verify-ssl=false Review Comment: added the trust-store settings -- 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]
