From 876dd713671703e0159cf3a219a0ddae96728ea6 Mon Sep 17 00:00:00 2001 From: emmurphy1 Date: Mon, 15 Jul 2019 09:35:01 -0400 Subject: [PATCH 1/3] BXMSDOC-4423 added deprecated languages section to RN --- doc-content/enterprise-only/release-notes/rn-support-ref.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc-content/enterprise-only/release-notes/rn-support-ref.adoc b/doc-content/enterprise-only/release-notes/rn-support-ref.adoc index 8fea61c51e..549b7812bd 100644 --- a/doc-content/enterprise-only/release-notes/rn-support-ref.adoc +++ b/doc-content/enterprise-only/release-notes/rn-support-ref.adoc @@ -20,6 +20,9 @@ The following component versions have been updated in this release: == Deprecated components The components listed in this section have been deprecated in this release or in a recent release. +=== Supported languages +Starting with the 7.5 release, {PRODUCT} will be provided in English and Japanese only. + ifdef::PAM[] === Legacy process designer The legacy process designer in {CENTRAL} is deprecated in {PRODUCT} 7.4.0. It will be removed in a future {PRODUCT} release. The legacy process designer will not receive any new enhancements or features. If you intend to use the new process designer, start migrating your processes to the new designer. Create all new processes in the new process designer. For information about migrating to the new designer, see {URL_MANAGING_PROJECTS}#migrating-from-legacy-designer-proc[_{MANAGING_PROJECTS}_]. From 943b1583567b5c38364db3d18555321793845f5e Mon Sep 17 00:00:00 2001 From: emmurphy1 Date: Mon, 15 Jul 2019 12:27:58 -0400 Subject: [PATCH 2/3] updated SSO doc --- .../clustering-bc-testing-proc.adoc | 5 +---- .../installation/ssh-configuring-proc.adoc | 21 ++++++++----------- .../sso-central-client-create-proc.adoc | 7 ++++++- .../sso-kie-server-client-proc.adoc | 5 +++++ 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/doc-content/enterprise-only/installation/clustering-bc-testing-proc.adoc b/doc-content/enterprise-only/installation/clustering-bc-testing-proc.adoc index ba6c5f3ef4..2e06f6f281 100644 --- a/doc-content/enterprise-only/installation/clustering-bc-testing-proc.adoc +++ b/doc-content/enterprise-only/installation/clustering-bc-testing-proc.adoc @@ -8,7 +8,7 @@ After configuring the cluster for {PRODUCT}, create an asset to verify that the . Enter the `admin` user credentials that you created during installation. The {CENTRAL} home page appears. . Select *Menu* -> *Design* -> *Projects*. . Click *Try Samples* -> *Mortgages* -> *OK*. The *Assets* window appears. -. Click *Create New Asset* -> *Data Object*. +. Click *Add Asset* -> *Data Object*. . Enter `MyDataObject` in the *Data Object* field and click *OK*. . Click *Spaces* -> *MySpace* -> *Mortgages* and confirm that `MyDataObject` is in the list of assets. . Enter the following URL in a web browser, where `` is the address of a different node of the cluster: @@ -19,6 +19,3 @@ After configuring the cluster for {PRODUCT}, create an asset to verify that the . Select the *Mortgages* project. . Verify that `MyDataObject` is in the asset list. . Delete the *Mortgages* project. - - - diff --git a/doc-content/enterprise-only/installation/ssh-configuring-proc.adoc b/doc-content/enterprise-only/installation/ssh-configuring-proc.adoc index 88fbbb71fb..d7bd784b21 100644 --- a/doc-content/enterprise-only/installation/ssh-configuring-proc.adoc +++ b/doc-content/enterprise-only/installation/ssh-configuring-proc.adoc @@ -1,11 +1,11 @@ [id='ssh-configuring-proc_{context}'] = Configuring SSH to use RSA -SSH is used to clone Git repositories. By default, the DSA encryption algorithm is provided by Business Central. However, some SSH clients, for example SSH clients in the Fedora 23 environment, use the RSA algorithm instead of the DSA algorithm. Business Central contains a system property that you can use to switch from DSA to RSA if required. +SSH is used to clone Git repositories. By default, the DSA encryption algorithm is provided by Business Central. However, some SSH clients, for example SSH clients in the Fedora 23 environment, use the RSA algorithm instead of the DSA algorithm. Business Central contains a system property that you can use to switch from DSA to RSA if required. [NOTE] ==== -SSH clients on supported configurations, for example Red Hat Enterprise Linux 7, are not affected by this issue. For a list of supported configurations, see +SSH clients on supported configurations, for example Red Hat Enterprise Linux 7, are not affected by this issue. For a list of supported configurations, see ifdef::PAM[] https://access.redhat.com/articles/3405381[Red Hat Process Automation Manager 7 Supported Configurations]. endif::[] @@ -25,12 +25,12 @@ Complete one of the following tasks to enable this system property: Host HostKeyAlgorithms +ssh-dss ---- - + * Include the `-Dorg.uberfire.nio.git.ssh.algorithm=RSA` parameter when you start {CENTRAL}, for example: + [source] ---- -$ ./standalone.sh -c standalone-full.xml +$ ./standalone.sh -c standalone-full.xml -Dorg.uberfire.nio.git.ssh.algorithm=RSA ---- @@ -58,7 +58,7 @@ If you deployed {CENTRAL} without {KIE_SERVER}, you can start {CENTRAL} with the + ifdef::PAM[] `\http://www.example.com:8080/{URL_COMPONENT_CENTRAL}` -endif::[] +endif::[] ifdef::DM[] `\http://www.example.com:8080/{URL_COMPONENT_CENTRAL}` endif::[] @@ -66,20 +66,20 @@ endif::[] + ifdef::PAM[] `\http://:8080/{URL_COMPONENT_CENTRAL}` -endif::[] +endif::[] ifdef::DM[] `\http://:8080/{URL_COMPONENT_CENTRAL}` -endif::[] +endif::[] . Enter the `admin` user credentials that you created during installation. The {CENTRAL} home page appears. . Select *Menu* -> *Deploy* -> *Execution Servers*. . Confirm that *default-kieserver* is listed under *Server Configurations*. . Select *Menu* -> *Design* -> *Projects*. . Click *Try Samples* -> *Mortgages* -> *OK*. The *Assets* window appears. -. Click *Create New Asset* -> *Data Object*. +. Click *Add Asset* -> *Data Object*. . Enter `MyDataObject` in the *Data Object* field and click *OK*. . Click *Spaces* -> *MySpace* -> *Mortgages* and confirm that `MyDataObject` is in the list of assets. //. If you are verifying a clustered installation: -//* Enter the following URL, where `` is the address of a different node of the cluster. +//* Enter the following URL, where `` is the address of a different node of the cluster. //* Enter same credentials that you used to log in to {CENTRAL} on the first node, where you created the `MyDataObject` asset. //+ //`http://:8080/{URL_COMPONENT_CENTRAL}` @@ -87,6 +87,3 @@ endif::[] //* Select the *Mortgages* project. //* Verify that `MyDataObjec`t is in the asset list. . Delete the *Mortgages* project. - - - diff --git a/doc-content/enterprise-only/integration/sso-central-client-create-proc.adoc b/doc-content/enterprise-only/integration/sso-central-client-create-proc.adoc index 1bc9cd5678..b86fa988d0 100644 --- a/doc-content/enterprise-only/integration/sso-central-client-create-proc.adoc +++ b/doc-content/enterprise-only/integration/sso-central-client-create-proc.adoc @@ -26,7 +26,12 @@ The *Add Client* page opens. * *Client ID*: kie * *Client protocol*: openid-connect * *Root URL*: `http://_localhost_:8080/{URL_COMPONENT_CENTRAL}` - ++ +[NOTE] +==== +If you are configuring RH-SSO with {OPENSHIFT}, enter the URL that is exposed by the {KIE_SERVER} routes. Your OpenShift administrator can provide this URL if necessary. +==== ++ . Click *Save* to save your changes. + After you create a new client, its *Access Type* is set to `public` by default. Change it to `confidential`. diff --git a/doc-content/enterprise-only/integration/sso-kie-server-client-proc.adoc b/doc-content/enterprise-only/integration/sso-kie-server-client-proc.adoc index 6aafb5dfeb..a586e7c6eb 100644 --- a/doc-content/enterprise-only/integration/sso-kie-server-client-proc.adoc +++ b/doc-content/enterprise-only/integration/sso-kie-server-client-proc.adoc @@ -20,5 +20,10 @@ The *Add Client* page opens. * *Root URL*: `http://_localhost_:8080/kie-server` * *Client protocol*: `openid-connect` + +[NOTE] +==== +If you are configuring RH-SSO with {OPENSHIFT}, enter the URL that is exposed by the {KIE_SERVER} routes. Your OpenShift administrator can provide this URL if necessary. +==== ++ . The new client *Access Type* is set to `public` by default. Change it to `confidential` and click *Save* again. . Navigate to the *Credentials* tab and copy the secret key. The secret key is required to configure the `kie-execution-server` client. From f7abed810b7cf67e918a4d7835785b94fe07f054 Mon Sep 17 00:00:00 2001 From: emmurphy1 Date: Mon, 15 Jul 2019 14:38:29 -0400 Subject: [PATCH 3/3] BXMSDOC-4423 updated language section of RN --- doc-content/enterprise-only/release-notes/rn-support-ref.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-content/enterprise-only/release-notes/rn-support-ref.adoc b/doc-content/enterprise-only/release-notes/rn-support-ref.adoc index 549b7812bd..14843de6fd 100644 --- a/doc-content/enterprise-only/release-notes/rn-support-ref.adoc +++ b/doc-content/enterprise-only/release-notes/rn-support-ref.adoc @@ -21,7 +21,7 @@ The following component versions have been updated in this release: The components listed in this section have been deprecated in this release or in a recent release. === Supported languages -Starting with the 7.5 release, {PRODUCT} will be provided in English and Japanese only. +Starting with the 7.5 release, the {PRODUCT} user interface will be localized in English and Japanese only. Support for other languages that exist in the product will be deprecated. ifdef::PAM[] === Legacy process designer