瀏覽代碼

Rename saml-metadata

This commit renames saml-metadata to elasticsearch-saml-metadata.
Jason Tedor 7 年之前
父節點
當前提交
2d3fac307a

+ 7 - 7
x-pack/docs/en/commands/saml-metadata.asciidoc

@@ -2,15 +2,15 @@
 [[saml-metadata]]
 == saml-metadata
 
-The `saml-metadata` command can be used to generate a SAML 2.0 Service Provider
-Metadata file.
+The `elasticsearch-saml-metadata` command can be used to generate a SAML 2.0 Service
+Provider Metadata file.
 
 [float]
 === Synopsis
 
 [source,shell]
 --------------------------------------------------
-bin/x-pack/saml-metadata
+bin/elasticsearch-saml-metadata
 [--realm <name>]
 [--out <file_path>] [--batch] 
 [--attribute <name>] [--service-name <name>]
@@ -28,8 +28,8 @@ bin/x-pack/saml-metadata
 The SAML 2.0 specification provides a mechanism for Service Providers to
 describe their capabilities and configuration using a _metadata file_.
 
-The `saml-metadata` command generates such a file, based on the configuration of
-a SAML realm in {es}.
+The `elasticsearch-saml-metadata` command generates such a file, based on the
+configuration of a SAML realm in {es}.
 
 Some SAML Identity Providers will allow you to automatically import a metadata
 file when you configure the Elastic Stack as a Service Provider.
@@ -109,7 +109,7 @@ The following command generates a default metadata file for the `saml1` realm:
 
 [source, sh]
 --------------------------------------------------
-bin/x-pack/saml-metadata --realm saml1
+bin/elasticsearch-saml-metadata --realm saml1
 --------------------------------------------------
 
 The file will be written to `saml-elasticsearch-metadata.xml`.
@@ -122,7 +122,7 @@ The following command generates a metadata file for the `saml2` realm, with a
 
 [source, sh]
 --------------------------------------------------
-bin/x-pack/saml-metadata --realm saml2 \
+bin/elasticsearch-saml-metadata --realm saml2 \
     --service-name kibana-finance \
     --locale en-GB \
     --contacts \

+ 2 - 2
x-pack/docs/en/security/authentication/saml-guide.asciidoc

@@ -577,9 +577,9 @@ Provider. This will automatically configure many of the integration options
 between the IdP and the SP.
 
 The Elastic Stack supports generating such a metadata file using the
-`bin/x-pack/saml-metadata` command in your {es} directory.
+`bin/elasticsearch-saml-metadata` command in your {es} directory.
 
-The {ref}/saml-metadata.html[documentation for the saml-metadata utility]
+The {ref}/saml-metadata.html[documentation for the elasticsearch-saml-metadata utility]
 describes how to run it, and the available command line options.
 
 [[saml-role-mapping]]

+ 0 - 0
x-pack/plugin/security/src/main/bin/saml-metadata → x-pack/plugin/security/src/main/bin/elasticsearch-saml-metadata


+ 0 - 0
x-pack/plugin/security/src/main/bin/saml-metadata.bat → x-pack/plugin/security/src/main/bin/elasticsearch-saml-metadata.bat


+ 2 - 2
x-pack/qa/vagrant/src/test/resources/packaging/utils/xpack.bash

@@ -22,8 +22,8 @@ verify_xpack_installation() {
         'elasticsearch-croneval.bat'
         'migrate'
         'migrate.bat'
-        'saml-metadata'
-        'saml-metadata.bat'
+        'elasticsearch-saml-metadata'
+        'elasticsearch-saml-metadata.bat'	
         'elasticsearch-setup-passwords'
         'elasticsearch-setup-passwords.bat'
         'elasticsearch-sql-cli'