walterddr commented on a change in pull request #10836: [FLINK-11589][Security]
Support security module and context discovery via ServiceLoader
URL: https://github.com/apache/flink/pull/10836#discussion_r375386292
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/security/SecurityConfiguration.java
##########
@@ -77,7 +87,8 @@ public SecurityConfiguration(Configuration flinkConf) {
* @param securityModuleFactories the security modules to apply.
*/
public SecurityConfiguration(Configuration flinkConf,
Review comment:
@aljoscha I am not sure whether this answers your question: the default
security factories (module and context) is used when user doesn't explicitly
set them. If users want to use their own - they will have to use this API to
explicitly set the context and all module factories
----------------------------------------------------------------
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]
With regards,
Apache Git Services