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. 更新 bootstrap_4.17.01.sh 文件 在 /tmp/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 的配置文件。

已修复 Bug

此版本中修复了以下 Bug。

问题 ID 说明 build 号
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 管理服务器的 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 修复了 identity-zone 的一致性级别值中的错误 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 配置 TLS/SSL

edge-gateway-4.17.01-0.0.1414
TBD-261 各种安全修复 apigee-service-4.17.01-0.0.604