mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 01:32:01 +00:00
make authorizer protected (#21315)
This commit is contained in:
parent
2c85597b05
commit
d09907b7ee
@ -137,7 +137,7 @@ import org.quartz.SchedulerException;
|
||||
/** Main catalog application */
|
||||
@Slf4j
|
||||
public class OpenMetadataApplication extends Application<OpenMetadataApplicationConfig> {
|
||||
private Authorizer authorizer;
|
||||
protected Authorizer authorizer;
|
||||
private AuthenticatorHandler authenticatorHandler;
|
||||
private Limits limits;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user