DOCS: OpenVINO™ Security Add-on image recreation for master (#15080)

* Security Add-on

* Update ovsa_example.svg
This commit is contained in:
Maciej Smyk 2023-01-20 08:16:34 +01:00 committed by GitHub
parent 5b389860a1
commit 426a9a6161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3480 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e7ed21b111f0438b9fad367c4db293c35882de05bc8bb3252a1ef5bc289ae2a
size 33369

1441
docs/ovsa/ovsa_diagram.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:356688e3fd7dd4ad6c591cda1d35d9ebd5c2b6f9787e6caa4c116717101669e5
size 29847

2037
docs/ovsa/ovsa_example.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 238 KiB

View File

@ -100,7 +100,7 @@ After the license is successfully validated, the OpenVINO™ Model Server loads
<br>
**Where the OpenVINO™ Security Add-on Fits into Model Development and Deployment**
![Security Add-on Diagram](ovsa_diagram.png)
![Security Add-on Diagram](ovsa_diagram.svg)
The binding between SWTPM (vTPM used in guest VM) and HW TPM (TPM on the host) is explained in [this document](https://github.com/openvinotoolkit/security_addon/blob/master/docs/fingerprint-changes.md)
@ -650,7 +650,7 @@ The following figure describes the interactions between the Model Developer, Ind
> **TIP**: The Model Developer/Independent Software Vendor and User roles are related to virtual machine use and one person might fill the tasks required by multiple roles. In this document the tasks of Model Developer and Independent Software Vendor are combined and use the Guest VM named `ovsa_isv`. It is possible to have all roles set up on the same Host Machine.
![OpenVINO™ Security Add-on Example Diagram](ovsa_example.png)
![OpenVINO™ Security Add-on Example Diagram](ovsa_example.svg)
### Model Developer Instructions