4.17.05.02 - Edge for Private Cloud 版本说明

您正在查看 Apigee Edge 文档。
转到 Apigee X 文档
信息

我们已于 2017 年 11 月 15 日(星期三)发布了新版 Apigee Edge for Private Cloud。

更新流程

如需更新安装,请在边缘节点上执行以下步骤:

  1. 在所有边缘节点上:

    1. 清理 Yum 代码库:
      > sudo yum clean all
    2. 更新 /tmp/bootstrap_4.17.05.sh 中的 Edge 4.17.05 bootstrap_4.17.05.sh 文件:
      > curl https://software.apigee.com/bootstrap_4.17.05.sh -o /tmp/bootstrap_4.17.05。
    3. 安装 Edge 4.17.05 apigee-service 实用程序及其依赖项:
      > sudo bash /tmp/bootstrap_4.17.05.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. 更新所有 Management Server 节点:
    >/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 的配置文件。

已修复 Bug

此版本中修复了以下 bug。

问题 ID 说明 版本号
APIRT-3081

ConcurrentRateLimit 政策发出了错误消息

ConcurrentRateLimit 政策会发出“java.lang.IllegalMonitorStateException”和“messaging.adaptors.http.flow.ServiceUnavailable”错误。这些错误现已修复。

edge-gateway-0.0.1413
DBS-1773

安装 OpenLDAP 时出错

旧版 Edge 安装程序尝试安装错误的 OpenLDAP 版本。此问题已在此版本中得到解决。

apigee-openldap-2.4-0.0.1004
MGMT-3782 修复了 Identity-zone 的一致性级别值中的错误 edge-gateway-4.17.05-0.0.1413
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.05-0.0.1413
TBD-261 各种安全修复程序 apigee-service-4.17.05-0.0.974