Skip to content

Commit 8aedc3b

Browse files
committed
fix provides security module
1 parent 085e977 commit 8aedc3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

x-pack/plugin/security/src/main/java/module-info.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,15 @@
6262
exports org.elasticsearch.xpack.security.action.user to org.elasticsearch.server;
6363

6464
exports org.elasticsearch.xpack.security.authc to org.elasticsearch.xcontent;
65+
66+
provides org.elasticsearch.cli.CliToolProvider
67+
with
68+
org.elasticsearch.xpack.security.enrollment.tool.CreateEnrollmentTokenToolProvider,
69+
org.elasticsearch.xpack.security.authc.esnative.tool.ResetPasswordToolProvider,
70+
org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolProvider,
71+
org.elasticsearch.xpack.security.authc.saml.SamlMetadataToolProvider,
72+
org.elasticsearch.xpack.security.authc.service.FileTokensToolProvider,
73+
org.elasticsearch.xpack.security.crypto.tool.SystemKeyToolProvider,
74+
org.elasticsearch.xpack.security.authc.file.tool.UsersToolProvider,
75+
org.elasticsearch.xpack.security.enrollment.tool.AutoConfigGenerateElasticPasswordHashToolProvider;
6576
}

0 commit comments

Comments
 (0)