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

feat: add initial zero trust docs for review #1362

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ In order to render and preview the site locally (without docker) you will need a
1) You will need to install python and pip
2) After python is installed, you'll need the following python dependencies:

`pip install mkdocs`
`pip install mkdocs-material==8.2.1`
* `pip install mkdocs`
* `pip install mkdocs-material==8.2.1`
* `pip install mkdocs-swagger-ui-tag`
* 'pip install mkdocs-macros-plugin'


3) Once you have all the pre-reqs installed. You can simply run `mkdocs serve` and view the rendered content locally and makes changes to your documentation and preview them in realtime with a browser at http://0.0.0.0:8001/edgex-docs.
Expand Down
453 changes: 453 additions & 0 deletions docs_src/security/edgex-openziti.drawio

Large diffs are not rendered by default.

Binary file added docs_src/security/edgex-openziti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_src/security/external-openziti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading