File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vdk-kerberos-auth/src/vdk/plugin/kerberos
vdk-oauth-auth/src/vdk/plugin/oauth Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def api_server_kerberos_service_name(self) -> str:
8888 return self .__config .get_value (API_SERVER_KERBEROS_SERVICE_NAME )
8989
9090 def disable_kerberos_plugin (self ):
91- return self .__config .get_value (DISABLE_KERBEROS_LOGIN ). lower () == "true"
91+ return self .__config .get_value (DISABLE_KERBEROS_LOGIN )
9292
9393
9494def add_definitions (config_builder : ConfigurationBuilder ) -> None :
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def csp_access_token(self):
4444 return self .__config .get_value (CSP_ACCESS_TOKEN )
4545
4646 def disable_oauth_plugin (self ):
47- return self .__config .get_value (DISABLE_OAUTH_LOGIN ). lower () == "true"
47+ return self .__config .get_value (DISABLE_OAUTH_LOGIN )
4848
4949
5050def add_definitions (config_builder : ConfigurationBuilder ) -> None :
You can’t perform that action at this time.
0 commit comments