Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CDH & kbs_protocol #381

Merged
merged 4 commits into from
Oct 30, 2023
Merged

Commits on Oct 26, 2023

  1. aa/kbs_protocol: add retry mechanism for RCAR handshake

    In practice we found that there is a time during which kata-agent is
    launched but the network of the pod is not prepared. In such case the
    connection request from attestation-agent to KBS would fail because of
    there is no network routine to the KBS.
    
    This commit brings a retry mechanism for RCAR handshake. This will help
    to resolve the problem.
    
    Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
    Xynnn007 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f1c3eb6 View commit details
    Browse the repository at this point in the history
  2. cdh/kms/aliyun: fix decryptor provider name

    Make the provider name recognization case insensitive.
    
    Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
    Xynnn007 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2d4e6b4 View commit details
    Browse the repository at this point in the history
  3. cdh/docs/aliyun: fix guide

    Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
    Xynnn007 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    98e85a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. cdh: will not include aliyun KMS plugin for s390x

    Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
    Xynnn007 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    404bba7 View commit details
    Browse the repository at this point in the history