Skip to content

Commit

Permalink
ci: docs(site): redirect to July release (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 7, 2023
1 parent 989ced1 commit d36f598
Show file tree
Hide file tree
Showing 21 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions 2.13/Deployment/upgradeVersion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ <h3 id="kubernetes-upgrade">Kubernetes Upgrade<a class="headerlink" href="#kuber
</li>
<li>
<p>Merge the latest changes into your existing branch.</p>
<div class="highlight"><pre><span></span><code>git merge v2.12.0
<div class="highlight"><pre><span></span><code>git merge v2.13.0
</code></pre></div>
</li>
<li>
Expand Down Expand Up @@ -2596,7 +2596,7 @@ <h3 id="local-docker-upgrade">Local Docker Upgrade<a class="headerlink" href="#l
</li>
<li>
<p>Checkout the new release.
<div class="highlight"><pre><span></span><code>git checkout v2.12.0
<div class="highlight"><pre><span></span><code>git checkout v2.13.0
</code></pre></div></p>
<details class="note">
<summary>Note - Rebuilding New Images Locally</summary>
Expand All @@ -2610,7 +2610,7 @@ <h3 id="local-docker-upgrade">Local Docker Upgrade<a class="headerlink" href="#l
<li>
<p>Checkout the release for each of the services you want to upgrade.
<div class="highlight"><pre><span></span><code>cd mps
git checkout v2.10.0
git checkout v2.11.0
</code></pre></div></p>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions 2.13/GetStarted/buildRPC/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2216,12 +2216,12 @@ <h2 id="build-the-rpc">Build the <abbr title="Remote Provision Client - A lightw
<ul>
<li>
<p>Only clone the <code>rpc-go</code> repository:
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.10.0
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.12.0
</code></pre></div></p>
</li>
<li>
<p>Alternatively, clone the whole toolkit repository:
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.12.0<span class="w"> </span>--recursive
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.13.0<span class="w"> </span>--recursive
</code></pre></div></p>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion 2.13/GetStarted/setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Open a Terminal or Command Prompt and navigate to a directory of your choice for development:</p>
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.12.0<span class="w"> </span>--recursive
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.13.0<span class="w"> </span>--recursive
</code></pre></div>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions 2.13/Reference/MPS/securityMPS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2266,7 +2266,7 @@ <h3 id="1-intel-amt-remote-admin-credentials">1. Intel&reg; AMT remote admin cre
<p>Intel discourages reuse of passwords among managed devices. Use a strong, unique password for each device to enhance security.</p>
<h3 id="2-intel-amt-cira-credentials">2. Intel&reg; AMT <abbr title="Client Initiated Remote Access - An out-of-band (OOB) management communication protocol that network clients can use to initiate a secure connection with a server.">CIRA</abbr> credentials<a class="headerlink" href="#2-intel-amt-cira-credentials" title="Permanent link">&para;</a></h3>
<p>When a managed device attempts to establish a connection to the <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr>, the <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> performs two checks prior to allowing the connection:<br />
1. <strong>The Intel&reg; AMT device's GUID:</strong> This GUID must be stored in the <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> database and is typically added by using the <a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.10.0#/Devices/post_api_v1_devices">devices</a> POST API.<br />
1. <strong>The Intel&reg; AMT device's GUID:</strong> This GUID must be stored in the <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> database and is typically added by using the <a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.11.0#/Devices/post_api_v1_devices">devices</a> POST API.<br />
2. <strong><abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> <abbr title="Client Initiated Remote Access - An out-of-band (OOB) management communication protocol that network clients can use to initiate a secure connection with a server.">CIRA</abbr> Credential:</strong> The Intel&reg; AMT device needs to supply the correct credentials to <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr>. These credentials are checked against the username, stored in the database, and password, stored in Vault.</p>
<p>Use a strong, unique password for each device to enhance security.</p>
<h3 id="3-authorize-api-end-point">3. Authorize API end point<a class="headerlink" href="#3-authorize-api-end-point" title="Permanent link">&para;</a></h3>
Expand All @@ -2276,7 +2276,7 @@ <h3 id="4-server-configuration">4. Server Configuration<a class="headerlink" hre
<p>To use secure protocols, <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> requires configured certificates and securely stored certificate keys. If the keys are compromised, an attacker will be able to decrypt messages that are encrypted with these certificates. For evaluation purposes, <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> will generate self-signed certificates used for encryption.</p>
<p>For production deployment, purchase CA-signed certificates whose signatures can be independently verified.</p>
<h3 id="5-web-user-credentials">5. Web User Credentials<a class="headerlink" href="#5-web-user-credentials" title="Permanent link">&para;</a></h3>
<p>The <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr> is designed to operate behind an API gateway, such as Kong API Gateway. The API Gateway validates the Auth Tokens provided by an administrator who is requesting access to an API end point. Once verified, the API Gateway will forward the request to the appropriate microservice, <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> or <abbr title="Remote Provisioning Server - A microservice that works with the Remote Provision Client (RPC) to activate Intel® AMT using pre-defined profiles.">RPS</abbr>. To make evaluation easy, <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> has implemented an <a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.10.0#/Auth/post_api_v1_authorize">Authorize</a> API end point that will issue a JWT when the proper web user credentials are provided. The Web User credentials are global credentials that are configured in the <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> configuration file and do not provide any fine-grain permissions. Integration with other user authentication models and fine-grain endpoint permissions are supported through Kong <a href="https://konghq.com/products/kong-gateway/kong-plugins/">plug-ins</a> and modification of the Kong API Gateway configuration file, respectively.</p>
<p>The <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr> is designed to operate behind an API gateway, such as Kong API Gateway. The API Gateway validates the Auth Tokens provided by an administrator who is requesting access to an API end point. Once verified, the API Gateway will forward the request to the appropriate microservice, <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> or <abbr title="Remote Provisioning Server - A microservice that works with the Remote Provision Client (RPC) to activate Intel® AMT using pre-defined profiles.">RPS</abbr>. To make evaluation easy, <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> has implemented an <a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.11.0#/Auth/post_api_v1_authorize">Authorize</a> API end point that will issue a JWT when the proper web user credentials are provided. The Web User credentials are global credentials that are configured in the <abbr title="Management Presence Server - A microservice that executes OOB Management REST APIs and receives keep-alive CIRA requests from managed devices.">MPS</abbr> configuration file and do not provide any fine-grain permissions. Integration with other user authentication models and fine-grain endpoint permissions are supported through Kong <a href="https://konghq.com/products/kong-gateway/kong-plugins/">plug-ins</a> and modification of the Kong API Gateway configuration file, respectively.</p>
<h2 id="best-known-security-methods">Best Known Security Methods<a class="headerlink" href="#best-known-security-methods" title="Permanent link">&para;</a></h2>
<h3 id="1-enable-tls-on-network-connections">1. Enable <abbr title="Transport Layer Security - A protocol for encrypting network traffic.">TLS</abbr> on Network Connections<a class="headerlink" href="#1-enable-tls-on-network-connections" title="Permanent link">&para;</a></h3>
<p>There are three potential places where <abbr title="Transport Layer Security - A protocol for encrypting network traffic.">TLS</abbr> could be enabled to protect the security assets:</p>
Expand Down
2 changes: 1 addition & 1 deletion 2.13/Reference/RPC/buildRPC_Manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ <h2 id="get-rpc">Get <abbr title="Remote Provision Client - A lightweight client
<ol>
<li>
<p>Open a Terminal or Command Prompt and navigate to a directory of your choice for development:
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.10.0
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.12.0
</code></pre></div></p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion 2.13/Reference/UIToolkit/Bundles/kvmReact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ <h2 id="download-and-install-ui-toolkit">Download and Install <abbr title="UI To
</li>
<li>
<p>Clone the <abbr title="UI Toolkit - A modular, REST-based API consisting of code snippets developers can use to implement KVM and SOL features to their manageability console.">UI Toolkit</abbr> Repository:
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.0.1
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.0.2
</code></pre></div></p>
</li>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ <h2 id="download-and-install-ui-toolkit">Download and Install <abbr title="UI To
</li>
<li>
<p>Clone the UI-Toolkit Repository:
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.0.1
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.0.2
</code></pre></div></p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion 2.13/Reference/guids/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,7 @@ <h2 id="guids-in-intel-amt">GUIDs in <abbr title="Intel® Active Management Tech
<p>There are a number of ways to obtain the GUID on the <abbr title="Intel® Active Management Technology - A technology that provides out-of-band management and security features on an Intel vPro® Platform.">Intel® AMT</abbr> device:</p>
<ul>
<li><abbr title="Sample Web UI - A reference UI implementation serving as a demo vehicle and utilizing components of the UI toolkit.">Sample Web UI</abbr> of the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr> </li>
<li><a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.10.0#/Devices/get_api_v1_devices">Devices API Method</a></li>
<li><a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.11.0#/Devices/get_api_v1_devices">Devices API Method</a></li>
</ul>
<h2 id="via-sample-web-ui">Via <abbr title="Sample Web UI - A reference UI implementation serving as a demo vehicle and utilizing components of the UI toolkit.">Sample Web UI</abbr><a class="headerlink" href="#via-sample-web-ui" title="Permanent link">&para;</a></h2>
<ol>
Expand Down
4 changes: 2 additions & 2 deletions 2.13/Reference/powerstates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2181,8 +2181,8 @@ <h1>AMT Power States</h1>
<p>Possible power actions are listed in the tables below. Power actions are specified by number. </p>
<p>To obtain information about power actions, use the following methods:</p>
<ul>
<li><strong><a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.10.0#/AMT/get_api_v1_amt_power_capabilities__guid_">PowerCapabilities</a>:</strong> returns the power actions available for a specific device.</li>
<li><strong><a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.10.0#/AMT/get_api_v1_amt_power_state__guid_">PowerState</a>:</strong> returns current power state.</li>
<li><strong><a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.11.0#/AMT/get_api_v1_amt_power_capabilities__guid_">PowerCapabilities</a>:</strong> returns the power actions available for a specific device.</li>
<li><strong><a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/mps/2.11.0#/AMT/get_api_v1_amt_power_state__guid_">PowerState</a>:</strong> returns current power state.</li>
</ul>
<div class="admonition info">
<p class="admonition-title">Start State or Current Power State</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.12.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.13.0
</code></pre></div>
</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.12.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.13.0
</code></pre></div>
</li>
</ol>
Expand Down
4 changes: 2 additions & 2 deletions 2.13/Tutorials/Scaling/Kubernetes/deployingk8s/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@ <h3 id="build-and-start">Build and Start<a class="headerlink" href="#build-and-s
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.12.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.13.0
</code></pre></div>
</li>
<li>
Expand Down Expand Up @@ -2402,7 +2402,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.12.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.13.0
</code></pre></div>
</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion 2.13/Tutorials/Scaling/docker-swarm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Open a Terminal or Command Prompt and navigate to a directory of your choice for development:</p>
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>--recursive<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.12.0
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>--recursive<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.13.0
</code></pre></div>
</li>
<li>
Expand Down
Loading

0 comments on commit d36f598

Please sign in to comment.