Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KIECLOUD-346] Editorial changes: username to user name and typos #315

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 19 additions & 19 deletions templates/rhdm76-authoring-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
34 changes: 17 additions & 17 deletions templates/rhdm76-authoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
30 changes: 15 additions & 15 deletions templates/rhdm76-kieserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down