compliance-framework / docs

0 stars 0 forks source link

JobRunner sequence diagram improvement #9

Closed onselakin closed 1 year ago

onselakin commented 1 year ago

https://github.com/compliance-framework/website/blob/main/sequence_diagrams/ASSESSMENT_RUNTIME_DIAGRAMS.md#jobrunner-workflow

Plugin download represents a separate flow. We need to distinguish it from the JobRunner sequence.

gusfcarvalho commented 1 year ago

Would you see it as part of the Job Manager instead? We only know which plugins to download on runtime, with a given configuration spec coming from the control plane

onselakin commented 1 year ago

Think of it as the init phase, where the runtime checks if the required attestation plugins are downloaded, ready, and configured. This process doesn't necessarily need to be done during the assessment runs, right? So we can move this process into its own sequence diagram.