Skip to content

Commit

Permalink
Add security provider com.sun.security.sasl.Provider for native image
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Jul 26, 2021
1 parent 93c571b commit d26a328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

Args = --initialize-at-build-time=org.apache.kafka,net.jpountz --initialize-at-run-time=org.apache.kafka.common.security.authenticator.SaslClientAuthenticator
Args = --initialize-at-build-time=org.apache.kafka,net.jpountz --initialize-at-run-time=org.apache.kafka.common.security.authenticator.SaslClientAuthenticator -H:AdditionalSecurityProviders=com.sun.security.sasl.Provider

0 comments on commit d26a328

Please sign in to comment.