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

initdata: migrate key release test cases to initdata #2006

Merged
merged 5 commits into from
Sep 2, 2024

Commits on Aug 20, 2024

  1. initdata: migrate key release test cases to initdata

     - migrate key release test cases to initdata
     - remove AA_KBC_PARAMS and aaKBCParams
     - use allow-all rego policy to make key release test run correctly
    
    Fixes: confidential-containers#1985
    
    Signed-off-by: Qi Feng Huo <[email protected]>
    Qi Feng Huo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b2c16eb View commit details
    Browse the repository at this point in the history
  2. initdata: add global-initdata in configmap

    - add global-initdata in configmap and parameters
    Fixes: confidential-containers#1985
    
    Signed-off-by: Qi Feng Huo <[email protected]>
    Qi Feng Huo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e4fe685 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. initdata: rename variables

    - rename GLOBAL_INITDATA to INITDATA
    - rename CdhFilePath to CDHConfigPath
    - rename AaFilePath to AAConfigPath
    
    Fixes: confidential-containers#1985
    
    Signed-off-by: Qi Feng Huo <[email protected]>
    Qi Feng Huo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b91fa26 View commit details
    Browse the repository at this point in the history
  2. initdata: validate initdata by unmarshal it

    - Validate the initdata passed in both from configmap and annotation
    Fixes: confidential-containers#1985
    
    Signed-off-by: Qi Feng Huo <[email protected]>
    Qi Feng Huo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7927e60 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. initdata: fix misc issues in md files

    Fixes: confidential-containers#1985
    
    Signed-off-by: Qi Feng Huo <[email protected]>
    Qi Feng Huo committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b4c734c View commit details
    Browse the repository at this point in the history