From 8ef60279610ade858a2c930c3a5e591dce47734f Mon Sep 17 00:00:00 2001 From: Mikhail Ramendik Date: Tue, 3 Dec 2019 23:46:31 +0000 Subject: [PATCH] username to user name and typos Signed-off-by: Mikhail Ramendik --- templates/rhdm76-authoring-ha.yaml | 38 +++++++++---------- templates/rhdm76-authoring.yaml | 34 ++++++++--------- templates/rhdm76-kieserver.yaml | 30 +++++++-------- .../rhdm76-prod-immutable-kieserver-amq.yaml | 30 +++++++-------- .../rhdm76-prod-immutable-kieserver.yaml | 30 +++++++-------- templates/rhdm76-trial-ephemeral.yaml | 34 ++++++++--------- 6 files changed, 98 insertions(+), 98 deletions(-) diff --git a/templates/rhdm76-authoring-ha.yaml b/templates/rhdm76-authoring-ha.yaml index 39dc403e..b9a4ded3 100644 --- a/templates/rhdm76-authoring-ha.yaml +++ b/templates/rhdm76-authoring-ha.yaml @@ -19,14 +19,14 @@ labels: rhdm: "7.6" message: |- A new persistent HA Decision Manager application has been created in your project. - The username/password for accessing the Decision Central interface is + The user name/password for accessing the Decision Central interface is - Username: ${KIE_ADMIN_USER} + User name: ${KIE_ADMIN_USER} Password: ${KIE_ADMIN_PWD} The user name/password for calls to the KIE server is - Username: ${KIE_SERVER_USER} + User name: ${KIE_SERVER_USER} Password: ${KIE_SERVER_PWD} Please be sure to create the secrets named "${DECISION_CENTRAL_HTTPS_SECRET}" and "${KIE_SERVER_HTTPS_SECRET}" containing the @@ -38,7 +38,7 @@ parameters: value: myapp required: true - displayName: KIE Admin User - description: KIE administrator username. + description: KIE administrator user name. name: KIE_ADMIN_USER value: adminUser required: false @@ -49,7 +49,7 @@ parameters: generate: expression required: false - displayName: KIE Server Controller User - description: KIE server controller username. (Sets the org.kie.server.controller.user system property) + description: KIE server controller user name. (Sets the org.kie.server.controller.user system property) name: KIE_SERVER_CONTROLLER_USER value: controllerUser required: false @@ -64,7 +64,7 @@ parameters: name: KIE_SERVER_CONTROLLER_TOKEN required: false - displayName: KIE Server User - description: KIE server username. (Sets the org.kie.server.user system property) + description: KIE server user name. (Sets the org.kie.server.user system property) name: KIE_SERVER_USER value: executionUser required: false @@ -159,8 +159,8 @@ parameters: name: KIE_SERVER_HTTPS_PASSWORD value: mykeystorepass required: false -- displayName: AppFormer JMS Broker username - description: The username to connect to the JMS broker. +- displayName: AppFormer JMS Broker user name + description: The user name to connect to the JMS broker. name: APPFORMER_JMS_BROKER_USER required: true value: jmsBrokerUser @@ -279,16 +279,16 @@ parameters: name: MAVEN_REPO_URL example: http://nexus.nexus-project.svc.cluster.local:8081/nexus/content/groups/public/ required: false -- displayName: Maven repository username - description: Username to access the Maven repository, if required. +- displayName: Maven repository user name + description: User name for accessing the Maven repository, if required. name: MAVEN_REPO_USERNAME required: false - displayName: Maven repository password description: Password to access the Maven repository, if required. name: MAVEN_REPO_PASSWORD required: false -- displayName: Username for the Maven service hosted by Decision Central - description: Username to access the Maven service hosted by Decision Central inside EAP. +- displayName: User name for the Maven service hosted by Decision Central + description: User name for accessing the Maven service hosted by Decision Central inside EAP. name: DECISION_CENTRAL_MAVEN_USERNAME required: true value: mavenUser @@ -345,8 +345,8 @@ parameters: name: KIE_SERVER_SSO_SECRET example: "252793ed-7118-4ca8-8dab-5622fa97d892" required: false -- displayName: RH-SSO Realm Admin Username - description: RH-SSO Realm Admin Username used to create the Client if it doesn't exist. +- displayName: RH-SSO Realm admin user name + description: RH-SSO Realm admin user name used to create the Client if it doesn't exist. name: SSO_USERNAME required: false - displayName: RH-SSO Realm Admin Password @@ -359,7 +359,7 @@ parameters: value: "false" required: false - displayName: RH-SSO Principal Attribute - description: RH-SSO Principal Attribute to use as username. + description: RH-SSO Principal Attribute to use as user name. name: SSO_PRINCIPAL_ATTRIBUTE value: preferred_username required: false @@ -371,7 +371,7 @@ parameters: - displayName: LDAP Bind DN description: Bind DN used for authentication. name: AUTH_LDAP_BIND_DN - example: "uid=admin,ou=users,ou=exmample,ou=com" + example: "uid=admin,ou=users,ou=example,ou=com" required: false - displayName: LDAP Bind Credentials description: LDAP Credentials used for authentication. @@ -408,16 +408,16 @@ parameters: example: "distinguishedName" required: false - displayName: LDAP Parse username - description: A flag indicating if the DN is to be parsed for the username. If set to true, the DN is parsed for the username. If set to false the DN is not parsed for the username. This option is used together with usernameBeginString and usernameEndString. + description: A flag indicating if the DN is to be parsed for the user name. If set to true, the DN is parsed for the user name. If set to false the DN is not parsed for the user name. This option is used together with usernameBeginString and usernameEndString. name: AUTH_LDAP_PARSE_USERNAME example: "true" required: false - displayName: LDAP Username begin string - description: Defines the String which is to be removed from the start of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the start of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_BEGIN_STRING required: false - displayName: LDAP Username end string - description: Defines the String which is to be removed from the end of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the end of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_END_STRING required: false - displayName: LDAP Role attributeID diff --git a/templates/rhdm76-authoring.yaml b/templates/rhdm76-authoring.yaml index 682ffea4..57bf2756 100644 --- a/templates/rhdm76-authoring.yaml +++ b/templates/rhdm76-authoring.yaml @@ -19,14 +19,14 @@ labels: rhdm: "7.6" message: |- A new persistent Decision Manager application has been created in your project. - The username/password for accessing the Decision Central interface is + The user name/password for accessing the Decision Central interface is - Username: ${KIE_ADMIN_USER} + User name: ${KIE_ADMIN_USER} Password: ${KIE_ADMIN_PWD} The user name/password for calls to the KIE server is - Username: ${KIE_SERVER_USER} + User name: ${KIE_SERVER_USER} Password: ${KIE_SERVER_PWD} Please be sure to create the secrets named "${DECISION_CENTRAL_HTTPS_SECRET}" and "${KIE_SERVER_HTTPS_SECRET}" containing the @@ -38,7 +38,7 @@ parameters: value: myapp required: true - displayName: KIE Admin User - description: KIE administrator username. + description: KIE administrator user name. name: KIE_ADMIN_USER value: adminUser required: false @@ -49,7 +49,7 @@ parameters: generate: expression required: false - displayName: KIE Server Controller User - description: KIE server controller username. (Sets the org.kie.server.controller.user system property) + description: KIE server controller user name. (Sets the org.kie.server.controller.user system property) name: KIE_SERVER_CONTROLLER_USER value: controllerUser required: false @@ -64,7 +64,7 @@ parameters: name: KIE_SERVER_CONTROLLER_TOKEN required: false - displayName: KIE Server User - description: KIE server username. (Sets the org.kie.server.user system property) + description: KIE server user name. (Sets the org.kie.server.user system property) name: KIE_SERVER_USER value: executionUser required: false @@ -213,16 +213,16 @@ parameters: name: MAVEN_REPO_URL example: http://nexus.nexus-project.svc.cluster.local:8081/nexus/content/groups/public/ required: false -- displayName: Maven repository username - description: Username to access the Maven repository, if required. +- displayName: Maven repository user name + description: User name for accessing the Maven repository, if required. name: MAVEN_REPO_USERNAME required: false - displayName: Maven repository password description: Password to access the Maven repository, if required. name: MAVEN_REPO_PASSWORD required: false -- displayName: Username for the Maven service hosted by Decision Central - description: Username to access the Maven service hosted by Decision Central inside EAP. +- displayName: User name for the Maven service hosted by Decision Central + description: User name for accessing the Maven service hosted by Decision Central inside EAP. name: DECISION_CENTRAL_MAVEN_USERNAME required: true value: mavenUser @@ -279,8 +279,8 @@ parameters: name: KIE_SERVER_SSO_SECRET example: "252793ed-7118-4ca8-8dab-5622fa97d892" required: false -- displayName: RH-SSO Realm Admin Username - description: RH-SSO Realm Admin Username used to create the Client if it doesn't exist. +- displayName: RH-SSO Realm admin user name + description: RH-SSO Realm admin user name used to create the Client if it doesn't exist. name: SSO_USERNAME required: false - displayName: RH-SSO Realm Admin Password @@ -293,7 +293,7 @@ parameters: value: "false" required: false - displayName: RH-SSO Principal Attribute - description: RH-SSO Principal Attribute to use as username. + description: RH-SSO Principal Attribute to use as user name. name: SSO_PRINCIPAL_ATTRIBUTE value: preferred_username required: false @@ -305,7 +305,7 @@ parameters: - displayName: LDAP Bind DN description: Bind DN used for authentication. name: AUTH_LDAP_BIND_DN - example: "uid=admin,ou=users,ou=exmample,ou=com" + example: "uid=admin,ou=users,ou=example,ou=com" required: false - displayName: LDAP Bind Credentials description: LDAP Credentials used for authentication. @@ -342,16 +342,16 @@ parameters: example: "distinguishedName" required: false - displayName: LDAP Parse username - description: A flag indicating if the DN is to be parsed for the username. If set to true, the DN is parsed for the username. If set to false the DN is not parsed for the username. This option is used together with usernameBeginString and usernameEndString. + description: A flag indicating if the DN is to be parsed for the user name. If set to true, the DN is parsed for the user name. If set to false the DN is not parsed for the user name. This option is used together with usernameBeginString and usernameEndString. name: AUTH_LDAP_PARSE_USERNAME example: "true" required: false - displayName: LDAP Username begin string - description: Defines the String which is to be removed from the start of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the start of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_BEGIN_STRING required: false - displayName: LDAP Username end string - description: Defines the String which is to be removed from the end of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the end of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_END_STRING required: false - displayName: LDAP Role attributeID diff --git a/templates/rhdm76-kieserver.yaml b/templates/rhdm76-kieserver.yaml index 4dcc0b27..f15d5eb9 100644 --- a/templates/rhdm76-kieserver.yaml +++ b/templates/rhdm76-kieserver.yaml @@ -19,9 +19,9 @@ labels: rhdm: "7.6" message: |- A new Decision Manager KIE server application has been created in your project. - The username/password for accessing the KIE server + The user name/password for accessing the KIE server - Username: ${KIE_SERVER_USER} + User name: ${KIE_SERVER_USER} Password: ${KIE_SERVER_PWD} Please be sure to create the secret named "${KIE_SERVER_HTTPS_SECRET}" containing the ${KIE_SERVER_HTTPS_KEYSTORE} file used for serving secure content. @@ -50,8 +50,8 @@ parameters: name: MAVEN_REPO_URL example: http://nexus.nexus-project.svc.cluster.local:8081/nexus/content/groups/public/ required: true -- displayName: Maven repository username - description: Username to access the Maven repository, if required. +- displayName: Maven repository user name + description: User name for accessing the Maven repository, if required. name: MAVEN_REPO_USERNAME required: false - displayName: Maven repository password @@ -63,8 +63,8 @@ parameters: name: DECISION_CENTRAL_SERVICE example: "myapp-rhdmcentr" required: false -- displayName: Username for the Maven service hosted by Decision Central - description: Username to access the Maven service hosted by Decision Central inside EAP. +- displayName: User name for the Maven service hosted by Decision Central + description: User name for accessing the Maven service hosted by Decision Central inside EAP. name: DECISION_CENTRAL_MAVEN_USERNAME example: "mavenUser" required: false @@ -74,7 +74,7 @@ parameters: example: "maven1!" required: false - displayName: KIE Admin User - description: KIE administrator username. + description: KIE administrator user name. name: KIE_ADMIN_USER value: adminUser required: false @@ -85,7 +85,7 @@ parameters: generate: expression required: false - displayName: KIE Server User - description: KIE server username. (Sets the org.kie.server.user system property) + description: KIE server user name. (Sets the org.kie.server.user system property) name: KIE_SERVER_USER value: executionUser required: false @@ -203,8 +203,8 @@ parameters: name: KIE_SERVER_SSO_SECRET example: "252793ed-7118-4ca8-8dab-5622fa97d892" required: false -- displayName: RH-SSO Realm Admin Username - description: RH-SSO Realm Admin Username used to create the Client if it doesn't exist. +- displayName: RH-SSO Realm admin user name + description: RH-SSO Realm admin user name used to create the Client if it doesn't exist. name: SSO_USERNAME required: false - displayName: RH-SSO Realm Admin Password @@ -217,7 +217,7 @@ parameters: value: "false" required: false - displayName: RH-SSO Principal Attribute - description: RH-SSO Principal Attribute to use as username. + description: RH-SSO Principal Attribute to use as user name. name: SSO_PRINCIPAL_ATTRIBUTE value: preferred_username required: false @@ -229,7 +229,7 @@ parameters: - displayName: LDAP Bind DN description: Bind DN used for authentication. name: AUTH_LDAP_BIND_DN - example: "uid=admin,ou=users,ou=exmample,ou=com" + example: "uid=admin,ou=users,ou=example,ou=com" required: false - displayName: LDAP Bind Credentials description: LDAP Credentials used for authentication. @@ -266,16 +266,16 @@ parameters: example: "distinguishedName" required: false - displayName: LDAP Parse username - description: A flag indicating if the DN is to be parsed for the username. If set to true, the DN is parsed for the username. If set to false the DN is not parsed for the username. This option is used together with usernameBeginString and usernameEndString. + description: A flag indicating if the DN is to be parsed for the user name. If set to true, the DN is parsed for the user name. If set to false the DN is not parsed for the user name. This option is used together with usernameBeginString and usernameEndString. name: AUTH_LDAP_PARSE_USERNAME example: "true" required: false - displayName: LDAP Username begin string - description: Defines the String which is to be removed from the start of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the start of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_BEGIN_STRING required: false - displayName: LDAP Username end string - description: Defines the String which is to be removed from the end of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the end of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_END_STRING required: false - displayName: LDAP Role attributeID diff --git a/templates/rhdm76-prod-immutable-kieserver-amq.yaml b/templates/rhdm76-prod-immutable-kieserver-amq.yaml index ed83d459..5fa8d5ad 100644 --- a/templates/rhdm76-prod-immutable-kieserver-amq.yaml +++ b/templates/rhdm76-prod-immutable-kieserver-amq.yaml @@ -19,9 +19,9 @@ labels: rhdm: "7.6" message: |- A new immutable Red Hat Decision Manager KIE server has been created in your project. - The username/password for accessing the KIE server is + The user name/password for accessing the KIE server is - Username: ${KIE_SERVER_USER} + User name: ${KIE_SERVER_USER} Password: ${KIE_SERVER_PWD} Please be sure to create the secret named "${KIE_SERVER_HTTPS_SECRET}" containing the ${KIE_SERVER_HTTPS_KEYSTORE} files used for serving secure content. @@ -32,7 +32,7 @@ parameters: value: myapp required: true - displayName: KIE Admin User - description: KIE administrator username + description: KIE administrator user name name: KIE_ADMIN_USER value: adminUser required: false @@ -43,7 +43,7 @@ parameters: generate: expression required: false - displayName: KIE Server User - description: KIE server username (Sets the org.kie.server.user system property) + description: KIE server user name (Sets the org.kie.server.user system property) name: KIE_SERVER_USER value: executionUser required: false @@ -168,8 +168,8 @@ parameters: description: Fully qualified URL to a Maven repository. name: MAVEN_REPO_URL required: false -- displayName: Maven repository username - description: Username to access the Maven repository, if required. +- displayName: Maven repository user name + description: User name for accessing the Maven repository, if required. name: MAVEN_REPO_USERNAME required: false - displayName: Maven repository password @@ -181,8 +181,8 @@ parameters: name: DECISION_CENTRAL_SERVICE example: "myapp-rhdmcentr" required: false -- displayName: Username for the Maven service hosted by Decision Central - description: Username to access the Maven service hosted by Decision Central inside EAP. +- displayName: User name for the Maven service hosted by Decision Central + description: User name for accessing the Maven service hosted by Decision Central inside EAP. name: DECISION_CENTRAL_MAVEN_USERNAME example: "mavenUser" required: false @@ -306,8 +306,8 @@ parameters: name: KIE_SERVER_SSO_SECRET example: "252793ed-7118-4ca8-8dab-5622fa97d892" required: false -- displayName: RH-SSO Realm Admin Username - description: RH-SSO Realm Admin Username used to create the Client if it doesn't exist +- displayName: RH-SSO Realm admin user name + description: RH-SSO Realm admin user name used to create the Client if it doesn't exist name: SSO_USERNAME required: false - displayName: RH-SSO Realm Admin Password @@ -320,7 +320,7 @@ parameters: value: "false" required: false - displayName: RH-SSO Principal Attribute - description: RH-SSO Principal Attribute to use as username. + description: RH-SSO Principal Attribute to use as user name. name: SSO_PRINCIPAL_ATTRIBUTE value: preferred_username required: false @@ -332,7 +332,7 @@ parameters: - displayName: LDAP Bind DN description: Bind DN used for authentication name: AUTH_LDAP_BIND_DN - example: "uid=admin,ou=users,ou=exmample,ou=com" + example: "uid=admin,ou=users,ou=example,ou=com" required: false - displayName: LDAP Bind Credentials description: LDAP Credentials used for authentication @@ -369,16 +369,16 @@ parameters: example: "distinguishedName" required: false - displayName: LDAP Parse username - description: A flag indicating if the DN is to be parsed for the username. If set to true, the DN is parsed for the username. If set to false the DN is not parsed for the username. This option is used together with usernameBeginString and usernameEndString. + description: A flag indicating if the DN is to be parsed for the user name. If set to true, the DN is parsed for the user name. If set to false the DN is not parsed for the user name. This option is used together with usernameBeginString and usernameEndString. name: AUTH_LDAP_PARSE_USERNAME example: "true" required: false - displayName: LDAP Username begin string - description: Defines the String which is to be removed from the start of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the start of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_BEGIN_STRING required: false - displayName: LDAP Username end string - description: Defines the String which is to be removed from the end of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the end of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_END_STRING required: false - displayName: LDAP Role attributeID diff --git a/templates/rhdm76-prod-immutable-kieserver.yaml b/templates/rhdm76-prod-immutable-kieserver.yaml index b28779b4..b9d66a8a 100644 --- a/templates/rhdm76-prod-immutable-kieserver.yaml +++ b/templates/rhdm76-prod-immutable-kieserver.yaml @@ -19,9 +19,9 @@ labels: rhdm: "7.6" message: |- A new immutable Red Hat Decision Manager KIE server has been created in your project. - The username/password for accessing the KIE server is + The user name/password for accessing the KIE server is - Username: ${KIE_SERVER_USER} + User name: ${KIE_SERVER_USER} Password: ${KIE_SERVER_PWD} Please be sure to create the secret named "${KIE_SERVER_HTTPS_SECRET}" containing the ${KIE_SERVER_HTTPS_KEYSTORE} files used for serving secure content. @@ -32,7 +32,7 @@ parameters: value: myapp required: true - displayName: KIE Admin User - description: KIE administrator username. + description: KIE administrator user name. name: KIE_ADMIN_USER value: adminUser required: false @@ -43,7 +43,7 @@ parameters: generate: expression required: false - displayName: KIE Server User - description: KIE server username. (Sets the org.kie.server.user system property) + description: KIE server user name. (Sets the org.kie.server.user system property) name: KIE_SERVER_USER value: executionUser required: false @@ -173,8 +173,8 @@ parameters: description: Fully qualified URL to a Maven repository. name: MAVEN_REPO_URL required: false -- displayName: Maven repository username - description: Username to access the Maven repository, if required. +- displayName: Maven repository user name + description: User name for accessing the Maven repository, if required. name: MAVEN_REPO_USERNAME required: false - displayName: Maven repository password @@ -186,8 +186,8 @@ parameters: name: DECISION_CENTRAL_SERVICE example: "myapp-rhdmcentr" required: false -- displayName: Username for the Maven service hosted by Decision Central - description: Username to access the Maven service hosted by Decision Central inside EAP. +- displayName: User name for the Maven service hosted by Decision Central + description: User name for accessing the Maven service hosted by Decision Central inside EAP. name: DECISION_CENTRAL_MAVEN_USERNAME example: "mavenUser" required: false @@ -229,8 +229,8 @@ parameters: name: KIE_SERVER_SSO_SECRET example: "252793ed-7118-4ca8-8dab-5622fa97d892" required: false -- displayName: RH-SSO Realm Admin Username - description: RH-SSO Realm Admin Username used to create the Client if it doesn't exist. +- displayName: RH-SSO Realm admin user name + description: RH-SSO Realm admin user name used to create the Client if it doesn't exist. name: SSO_USERNAME required: false - displayName: RH-SSO Realm Admin Password @@ -243,7 +243,7 @@ parameters: value: "false" required: false - displayName: RH-SSO Principal Attribute - description: RH-SSO Principal Attribute to use as username. + description: RH-SSO Principal Attribute to use as user name. name: SSO_PRINCIPAL_ATTRIBUTE value: preferred_username required: false @@ -255,7 +255,7 @@ parameters: - displayName: LDAP Bind DN description: Bind DN used for authentication. name: AUTH_LDAP_BIND_DN - example: "uid=admin,ou=users,ou=exmample,ou=com" + example: "uid=admin,ou=users,ou=example,ou=com" required: false - displayName: LDAP Bind Credentials description: LDAP Credentials used for authentication. @@ -292,16 +292,16 @@ parameters: example: "distinguishedName" required: false - displayName: LDAP Parse username - description: A flag indicating if the DN is to be parsed for the username. If set to true, the DN is parsed for the username. If set to false the DN is not parsed for the username. This option is used together with usernameBeginString and usernameEndString. + description: A flag indicating if the DN is to be parsed for the user name. If set to true, the DN is parsed for the user name. If set to false the DN is not parsed for the user name. This option is used together with usernameBeginString and usernameEndString. name: AUTH_LDAP_PARSE_USERNAME example: "true" required: false - displayName: LDAP Username begin string - description: Defines the String which is to be removed from the start of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the start of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_BEGIN_STRING required: false - displayName: LDAP Username end string - description: Defines the String which is to be removed from the end of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the end of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_END_STRING required: false - displayName: LDAP Role attributeID diff --git a/templates/rhdm76-trial-ephemeral.yaml b/templates/rhdm76-trial-ephemeral.yaml index 0273ea61..4df04bbf 100644 --- a/templates/rhdm76-trial-ephemeral.yaml +++ b/templates/rhdm76-trial-ephemeral.yaml @@ -19,14 +19,14 @@ labels: rhdm: "7.6" message: |- A new Decision Manager trial environment has been created. - The username/password for accessing the Decision Central interface is + The user name/password for accessing the Decision Central interface is - Username: ${KIE_ADMIN_USER} + User name: ${KIE_ADMIN_USER} Password: ${DEFAULT_PASSWORD} The user name/password for calls to the KIE server is - Username: ${KIE_SERVER_USER} + User name: ${KIE_SERVER_USER} Password: ${DEFAULT_PASSWORD} Please remember that this is an ephemeral environment and any work will be LOST with a simple pod restart. @@ -42,12 +42,12 @@ parameters: value: RedHat required: true - displayName: KIE Admin User - description: KIE administrator username. + description: KIE administrator user name. name: KIE_ADMIN_USER value: adminUser required: false - displayName: KIE Server User - description: KIE server username. (Sets the org.kie.server.user system property) + description: KIE server user name. (Sets the org.kie.server.user system property) name: KIE_SERVER_USER value: executionUser required: false @@ -57,7 +57,7 @@ parameters: value: 'false' required: false - displayName: KIE Server Controller User - description: KIE server controller username. (Sets the org.kie.server.controller.user system property) + description: KIE server controller user name. (Sets the org.kie.server.controller.user system property) name: KIE_SERVER_CONTROLLER_USER value: controllerUser required: false @@ -168,16 +168,16 @@ parameters: name: MAVEN_REPO_URL example: http://nexus.nexus-project.svc.cluster.local:8081/nexus/content/groups/public/ required: false -- displayName: Maven repository username - description: Username to access the Maven repository, if required. +- displayName: Maven repository user name + description: User name for accessing the Maven repository, if required. name: MAVEN_REPO_USERNAME required: false - displayName: Maven repository password description: Password to access the Maven repository, if required. name: MAVEN_REPO_PASSWORD required: false -- displayName: Username for the Maven service hosted by Decision Central - description: Username to access the Maven service hosted by Decision Central inside EAP. +- displayName: User name for the Maven service hosted by Decision Central + description: User name for accessing the Maven service hosted by Decision Central inside EAP. name: DECISION_CENTRAL_MAVEN_USERNAME required: true value: mavenUser @@ -223,8 +223,8 @@ parameters: name: KIE_SERVER_SSO_SECRET example: "252793ed-7118-4ca8-8dab-5622fa97d892" required: false -- displayName: RH-SSO Realm Admin Username - description: RH-SSO Realm Admin Username used to create the Client if it doesn't exist. +- displayName: RH-SSO Realm admin user name + description: RH-SSO Realm admin user name used to create the Client if it doesn't exist. name: SSO_USERNAME required: false - displayName: RH-SSO Realm Admin Password @@ -237,7 +237,7 @@ parameters: value: "false" required: false - displayName: RH-SSO Principal Attribute - description: RH-SSO Principal Attribute to use as username. + description: RH-SSO Principal Attribute to use as user name. name: SSO_PRINCIPAL_ATTRIBUTE value: preferred_username required: false @@ -249,7 +249,7 @@ parameters: - displayName: LDAP Bind DN description: Bind DN used for authentication. name: AUTH_LDAP_BIND_DN - example: "uid=admin,ou=users,ou=exmample,ou=com" + example: "uid=admin,ou=users,ou=example,ou=com" required: false - displayName: LDAP Bind Credentials description: LDAP Credentials used for authentication. @@ -286,16 +286,16 @@ parameters: example: "distinguishedName" required: false - displayName: LDAP Parse username - description: A flag indicating if the DN is to be parsed for the username. If set to true, the DN is parsed for the username. If set to false the DN is not parsed for the username. This option is used together with usernameBeginString and usernameEndString. + description: A flag indicating if the DN is to be parsed for the user name. If set to true, the DN is parsed for the user name. If set to false the DN is not parsed for the user name. This option is used together with usernameBeginString and usernameEndString. name: AUTH_LDAP_PARSE_USERNAME example: "true" required: false - displayName: LDAP Username begin string - description: Defines the String which is to be removed from the start of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the start of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_BEGIN_STRING required: false - displayName: LDAP Username end string - description: Defines the String which is to be removed from the end of the DN to reveal the username. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. + description: Defines the String which is to be removed from the end of the DN to reveal the user name. This option is used together with usernameEndString and only taken into account if parseUsername is set to true. name: AUTH_LDAP_USERNAME_END_STRING required: false - displayName: LDAP Role attributeID