Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf authored Mar 25, 2024
1 parent 308355d commit a3a4e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docker run \
--network-alias device-virtual.edgex.ziti \
--network-alias support-notifications.edgex.ziti \
--network-alias support-scheduler.edgex.ziti \
openziti/healthcheck-proxy
ghcr.io/openziti-test-kitchen/healthcheck-proxy/healthcheck-proxy:latest
```

Breaking down each section we see:
Expand Down Expand Up @@ -91,7 +91,7 @@ Breaking down each section we see:
* `--network-alias device-virtual.edgex.ziti`. See above.
* `--network-alias support-notifications.edgex.ziti`. See above.
* `--network-alias support-scheduler.edgex.ziti`. See above.
* `openziti/healthcheck-proxy`. This is the container for docker to execute
* `openziti/healthcheck-proxy`. This is the container for docker to execute, in GHCR

## Example of Creating/Authorizing an Identity
This is just an example for how the identity for EdgeX Foundry was generated:
Expand All @@ -102,4 +102,4 @@ ziti edge create identity \
'edgex.core-data-clients,edgex.core-metadata-clients,edgex.device-virtual-clients,'\
'edgex.rules-engine-clients,edgex.support-notifications-clients,edgex.support-scheduler-clients,'\
'edgex.sys-mgmt-agent-clients'
```
```

0 comments on commit a3a4e86

Please sign in to comment.