Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Fix typo and duplicate text.
Browse files Browse the repository at this point in the history
  • Loading branch information
petermicuch committed Apr 14, 2024
1 parent 5c7bea7 commit cd9db60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book-src/dojo/03.ServiceMesh/050-secrets-ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ THIS IS A FAST DEPLOYMENT SCRIPT FOR DEVELOPERS!
The script shall be running **only on fresh local cluster** **!
After initialization, it **uses gitops** controlled by installed flux cd controller.
To do some local fine tuning get familiarized with flux, kustomize, and kubernetes
To do some local fine tuning get familiar with flux, kustomize, and kubernetes
Verify that your context is coresponding to your local development cluster:
Expand Down
2 changes: 1 addition & 1 deletion book-src/dojo/03.ServiceMesh/070-opa-autz.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Pre riadenie politiky prístupu, nielen v rámci autorizácie používateľov, a
targetPort: 9191
```

2. Teraz pristúpime ku konfigurácii `opa-envoy-plugin` služby. Vytvorte súbor `${WAC_ROOT}/ambulance-gitops/infrastructure/opa-plugin/params/opa-config.yaml`. Všimnite si, že sme priradili port `9191` pre `envoy_ext_authz_grpc` plugin a nastavili sme cestu k pravidlu vyhodnotenia autorizačnej politiky (_policy_).
2. Teraz pristúpime ku konfigurácii `opa-envoy-plugin` služby. Vytvorte súbor `${WAC_ROOT}/ambulance-gitops/infrastructure/opa-plugin/params/opa-config.yaml` s nasledujúcim obsahom:

```yaml
plugins:
Expand Down

0 comments on commit cd9db60

Please sign in to comment.