diff --git a/_artifacts/document-attributes.adoc b/_artifacts/document-attributes.adoc index 8db128f94c..7ebf7ebae6 100644 --- a/_artifacts/document-attributes.adoc +++ b/_artifacts/document-attributes.adoc @@ -1,5 +1,5 @@ -:REBUILT: Wednesday, July 20, 2022 +:REBUILT: Thursday, Aug 4, 2022 :ENTERPRISE_VERSION: 7.13 :ENTERPRISE_VERSION_LONG: 7.13.0 diff --git a/assemblies/assembly-managing-and-monitoring-execution-server.adoc b/assemblies/assembly-managing-and-monitoring-execution-server.adoc index 351b531981..3b18318683 100644 --- a/assemblies/assembly-managing-and-monitoring-execution-server.adoc +++ b/assemblies/assembly-managing-and-monitoring-execution-server.adoc @@ -8,7 +8,7 @@ ifdef::context[:parent-context: {context}] As a system administrator, you can install, configure, and upgrade {PRODUCT} for production environments, quickly and easily troubleshoot system failures, and ensure that systems are running optimally. .Prerequisites -* {EAP_LONG} {EAP_VERSION} is installed. For more information, see https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/installation_guide/[_{EAP_LONG} {EAP_VERSION} Installation Guide_]. +* {EAP_LONG} {EAP_VERSION} is installed. For more information, see https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/{EAP_VERSION}/html-single/installation_guide/[_{EAP_LONG} {EAP_VERSION} Installation Guide_]. * {PRODUCT} is installed. For more information, see {URL_INSTALLING_AND_CONFIGURING}#assembly-planning[_{PLANNING_INSTALL}_]. * {PRODUCT} is running and you can log in to {CENTRAL} with the `admin` role. For more information, see {URL_INSTALLING_AND_CONFIGURING}#assembly-planning[_{PLANNING_INSTALL}_]. diff --git a/doc-content/enterprise-only/openshift/customimage-smartrouter-proc.adoc b/doc-content/enterprise-only/openshift/customimage-smartrouter-proc.adoc index 00d127763d..8419558623 100644 --- a/doc-content/enterprise-only/openshift/customimage-smartrouter-proc.adoc +++ b/doc-content/enterprise-only/openshift/customimage-smartrouter-proc.adoc @@ -15,7 +15,7 @@ In some cases, custom routing functionality is required. You can create a custom .Procedure -. Download the sample source of the router extention from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION_LONG}/quickstarts/router-ext[GitHub repository]. +. Download the sample source of the router extention from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION}.x/quickstarts/router-ext[GitHub repository]. . Modify the sample source of the router extension as necessary. The existing code implements simple routing based on the version of the container. . Build the source code with Maven: + diff --git a/doc-content/enterprise-only/openshift/jboss-postconfigure-proc.adoc b/doc-content/enterprise-only/openshift/jboss-postconfigure-proc.adoc index 0d39cd796f..ca1cd04fc4 100644 --- a/doc-content/enterprise-only/openshift/jboss-postconfigure-proc.adoc +++ b/doc-content/enterprise-only/openshift/jboss-postconfigure-proc.adoc @@ -7,7 +7,7 @@ You can configure this post-configuration script, or any other {EAP} post-config .Procedure -. Download sample files from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION_LONG}/quickstarts/post-configure-example[GitHub repository]. +. Download sample files from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION}.x/quickstarts/post-configure-example[GitHub repository]. . Prepare the following files based on the sample files: ** `postconfigure.sh`: The post-configuration shell script that {EAP} must run. In the example, this script uses the `add-users.cli` script to add Elytron users. If you want to complete post-configuration tasks outside of the CLI script, modify this script. ** `delayedpostconfigure.sh`: An empty file, required in {PRODUCT} version {ENTERPRISE_VERSION_LONG}. diff --git a/doc-content/enterprise-only/openshift/secrets-secrettarget-create-proc.adoc b/doc-content/enterprise-only/openshift/secrets-secrettarget-create-proc.adoc index dfcd47e278..e4b8eba420 100644 --- a/doc-content/enterprise-only/openshift/secrets-secrettarget-create-proc.adoc +++ b/doc-content/enterprise-only/openshift/secrets-secrettarget-create-proc.adoc @@ -81,7 +81,7 @@ endif::[] .Procedure -. Generate an SSL keystore named `keystore.jks` with a private and public key for SSL encryption for {KIE_SERVER}. For more information on how to create a keystore with self-signed or purchased SSL certificates, see https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html-single/Security_Guide/index.html#Generate_a_SSL_Encryption_Key_and_Certificate[Generate a SSL Encryption Key and Certificate]. +. Generate an SSL keystore named `keystore.jks` with a private and public key for SSL encryption for {KIE_SERVER}. For more information about creating keystores and using certificates, see https://access.redhat.com/documentation/en-US/red_hat_jboss_enterprise_application_platform/{EAP_VERSION}/html-single/how_to_configure_server_security/[_How to Configure Server Security_]. + [NOTE] ==== diff --git a/doc-content/enterprise-only/openshift/using-configmaps-proc.adoc b/doc-content/enterprise-only/openshift/using-configmaps-proc.adoc index c17dbdee81..a4b84e8333 100644 --- a/doc-content/enterprise-only/openshift/using-configmaps-proc.adoc +++ b/doc-content/enterprise-only/openshift/using-configmaps-proc.adoc @@ -72,7 +72,7 @@ $ oc edit cm/ ==== The `oc` tool is similar to the `vim` text editing tool. ==== -** To open a specific ConfigMap using the {OPENSHIFT} console, navigate to `kieconfigs-7.12.1` on the *ConfigMaps* page and edit it by opening it's YAML version. +** To open a specific ConfigMap using the {OPENSHIFT} console, navigate to `kieconfigs-{PRODUCT_VERSION_LONG}` on the *ConfigMaps* page and edit it by opening it's YAML version. . To modify the YAML file, add `annotations` fields that contain your changes, for example: +