Skip to content

Commit

Permalink
minor wording
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 1, 2024
1 parent b727e9f commit 491ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/contributions/design/wasm-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ will be configurable.
**Authn & Authz:**
* To prevent unauthorized proxies from accessing the Wasm modules, the communication between the Envoy and EG will be
secured using mutual TLS.
* To prevent unauthorized users from accessing the Wasm modules, the user who authroize the EEP must have the appropriate
* To prevent unauthorized users from accessing the Wasm modules, the user who authorize the EEP must have the appropriate
permissions to access the OCI registry. For example, if users in different namespaces (ns1, ns2) access the same OCI image,
each must create a unique secret with registry credentials (secret1 for user1 in ns1, secret2 for user2 in ns2). EG will
validate the provided secret against the OCI registry before serving the Wasm module to the target HTTPRoute/Gateway.
Expand Down

0 comments on commit 491ba0b

Please sign in to comment.