File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/admin Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4848import org .apache .polaris .core .persistence .MetaStoreManagerFactory ;
4949import org .apache .polaris .core .persistence .PolarisMetaStoreManager ;
5050import org .apache .polaris .core .persistence .dao .entity .EntityResult ;
51+ import org .apache .polaris .core .secrets .UnsafeInMemorySecretsManager ;
5152import org .apache .polaris .service .TestServices ;
5253import org .apache .polaris .service .admin .PolarisAdminService ;
5354import org .apache .polaris .service .config .DefaultConfigurationStore ;
@@ -197,6 +198,7 @@ private PolarisAdminService setupPolarisAdminService(
197198 CallContext .of (realmContext , callContext ),
198199 services .entityManagerFactory ().getOrCreateEntityManager (realmContext ),
199200 metaStoreManager ,
201+ new UnsafeInMemorySecretsManager (),
200202 new SecurityContext () {
201203 @ Override
202204 public Principal getUserPrincipal () {
You can’t perform that action at this time.
0 commit comments