gaborgsomogyi opened a new pull request #29964:
URL: https://github.com/apache/spark/pull/29964


   ### What changes were proposed in this pull request?
   At the moment there is no possibility to turn off JDBC authentication 
providers which exists on the classpath. This can be problematic because 
service providers are loaded with service loader. In this PR I've added 
`spark.security.jdbc.connection.provider.{providerName}.enabled` configuration 
possibility (default: true).
   
   ### Why are the changes needed?
   No possibility to turn off JDBC authentication providers.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, it introduces new configuration option.
   
   ### How was this patch tested?
   * Existing + newly added unit tests.
   * Existing integration tests.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to