-
Notifications
You must be signed in to change notification settings - Fork 69
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
Update bootconfig.proto new #168
Conversation
Pull Request Test Coverage Report for Build 8104819386Details
💛 - Coveralls |
Moving comments from #163. by @xw-g: Response: |
Could you please elaborate on this scenario? What steps will lead to a failure? |
/gcbrun |
This is in context to functional test runs at our end and how DUTs (and their different namespaces) should be completely reseted prior to running subsequent functional tests. |
I mean, the existence of isolated namespaces implies that you could run into dependency issues.. is the answer to define an RPC that merges the two namespaces into a single commit? Can this be solved on the controller side? Reset the bootconfig first, then reset the gNSI profiles. Also, I'm not sure that an empty rotate is the way to erase certZ test state.
|
For our test workflow (current use case), goal is to have a single RPC that allows for resetting Boot and Security namespaces in a single commit. |
Fair enough (although now the service name is slightly misleading, since it affects more than just a bootConfig). Having said that, you will not be able to completely reset security namespace using this rpc. |
Right, let's use this Pull as a placeholder for now until we have openconfig/attestz#36 resolved. This problem w/ new ssl profile exists w/ the current BootZ process as well. Therefore, we will have to revisit this pull. |
Update bootconfig.proto to include updating security artifacts aswell part of the SetBootConfigRequest message.
Replaced #163 with the current PR to include changes pushed after the original Pull.