This is an automated email from the ASF dual-hosted git repository.
dimas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from 145ad3e27 Fix helm doc (#2001)
add b96461ac1 feat(auth): Ability to override active roles provider per
realm (#2000)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 4 +
.../src/main/resources/application.properties | 3 +
.../QuarkusAuthenticationRealmConfiguration.java | 13 +++
.../service/quarkus/config/QuarkusProducers.java | 7 +-
.../auth/AuthenticationConfigurationTest.java | 109 +++++++++++++++++++++
.../auth/AuthenticationRealmConfiguration.java | 8 ++
6 files changed, 141 insertions(+), 3 deletions(-)
create mode 100644
runtime/service/src/test/java/org/apache/polaris/service/quarkus/auth/AuthenticationConfigurationTest.java