-
Notifications
You must be signed in to change notification settings - Fork 98
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
Replace AA_KBC_PARAMS after enable initdata #1985
Comments
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
@bpradipt @mkulke I noticed that the |
- 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]>
I used CA signed certificates with TrusteeOperator, however I think we should be able to use self-signed certificates as well. Let me know if you need any help. |
OK, I think e2e test will use self-signed certificate. I'll add it. |
- add global-initdata in configmap and parameters Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
- add global-initdata in configmap and parameters Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
- add global-initdata in configmap and parameters Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
- add global-initdata in configmap and parameters Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
- 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]>
- add global-initdata in configmap and parameters Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
- 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]>
- 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]>
- Validate the initdata passed in both from configmap and annotation Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
- Validate the initdata passed in both from configmap and annotation Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: confidential-containers#1985 Signed-off-by: Qi Feng Huo <[email protected]>
- add global-initdata in configmap and parameters Fixes: #1985 Signed-off-by: Qi Feng Huo <[email protected]>
- rename GLOBAL_INITDATA to INITDATA - rename CdhFilePath to CDHConfigPath - rename AaFilePath to AAConfigPath Fixes: #1985 Signed-off-by: Qi Feng Huo <[email protected]>
- Validate the initdata passed in both from configmap and annotation Fixes: #1985 Signed-off-by: Qi Feng Huo <[email protected]>
Fixes: #1985 Signed-off-by: Qi Feng Huo <[email protected]>
KBS cert depends on the KBS repo for support, but we can split this out into a separate issues for clarity if we want to test this in peer pods at all (rather than leave it to the attestation - kbs testing to cover). |
initdata is enabled in #1895 via #1912 and we're still keeping
AA_KBC_PARAMS
approach. Initdata will not take effect ifAA_KBC_PARAMS
set.In this story, we'll
initdata: migrate key release test cases to initdata #2006 (comment)
The text was updated successfully, but these errors were encountered: