4.17.01.06 - Edge for Private Cloud 版本資訊

您目前查看的是 Apigee Edge 說明文件。
前往 Apigee X 說明文件
info

我們在 2017 年 11 月 17 日 (星期五) 發布了新版 Apigee Edge for Private Cloud。

更新程序

如要更新安裝項目,請在 Edge 節點上執行下列程序:

  1. 在所有 Edge 節點上:

    1. 清除 Yum 存放區:
      > sudo yum clean all
    2. 更新 /tmp/bootstrap_4.17.01.sh 中的 Edge 4.17.01 bootstrap_4.17.01.sh 檔案:
      > curl https://software.apigee.com/bootstrap_4.17.01.sh -o /tmp/bootstrap_4.17.01.sh
    3. 安裝 Edge 4.17.01 apigee-service 公用程式和依附元件:
      > sudo bash /tmp/bootstrap_4.17.01.sh apigeeuser=uName apigeepassword=pWord

      其中 uName:pWord 是您從 Apigee 收到的使用者名稱和密碼。如果省略 pWord,系統會提示您輸入。
    4. 更新 apigee-setup 公用程式:
      > sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
    5. 取得 apigee-service.sh 檔案的來源:
      > source /etc/profile.d/apigee-service.sh
  2. 更新所有 OpenLDAP 節點:
    >/opt/apigee/apigee-setup/bin/update.sh -c ldap -f configFile

  3. 更新所有管理伺服器節點:
    >/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile

  4. 更新所有路由器和訊息處理器節點:
    >/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile

    其中 configFile 指定用於安裝 Edge 的設定檔。

修正錯誤

這個版本修正了下列錯誤。

問題 ID 說明 版本號碼
APIRT-3081

並行頻率限制政策發出錯誤訊息

並發速率限制政策發出「java.lang.IllegalMonitorStateException」和「messaging.adaptors.http.flow.ServiceUnavailable」錯誤。這些錯誤已修正。

edge-gateway-0.0.1414
DBS-1773

安裝 OpenLDAP 時發生錯誤

舊版 Edge 安裝程式會嘗試安裝錯誤的 OpenLDAP 版本。本次更新已修正這個問題。

apigee-openldap-2.4-0.0.1003
DOS-4675

Edge Management Server 的 apigee-registration-setup 現在會正確地將所有缺少的資料存放區新增至 Pod

下列指令現在會將所有缺少的資料存放區正確新增至 Pod:

> /opt/apigee/apigee-service/bin/apigee-service edge-management-server apigee-registration-setup -f configFile

其中 configFile 指定您用來安裝 Edge 的設定檔。

edge-gateway-4.17.01-0.0.1414
MGMT-3782 修正身分識別區域一致性層級值中的錯誤 edge-gateway-4.17.01-0.0.1414
TBD-250

新增密碼模糊處理指令

新增指令來產生模糊處理的密碼,讓任何元件都能產生加密密碼。您可以在 Edge 管理伺服器上使用下列指令,產生經過模糊處理的密碼:

> /opt/apigee/apigee-service/bin/apigee-service edge-management-server generate-obfuscated-password

輸入新密碼,然後按照提示確認。基於安全考量,系統不會顯示密碼文字。這個指令會傳回以下格式的密碼:

OBF:58fh40h61svy156789gk1saj
MD5:902fobg9d80e6043b394cb2314e9c6

請參閱為 Edge On Premises 設定 TLS/SSL

edge-gateway-4.17.01-0.0.1414
TBD-261 修正多項安全性問題 apigee-service-4.17.01-0.0.604