@@ -366,7 +366,7 @@ demonstrated successfully by multiple policy frameworks (see the survey further
366366
367367- Reduces total amount of resource data needed to manage policies:
368368 - Params can be shared across multiple policies instead of copied. Multiple
369- policies can be enforce different aspects of a "no external connections",
369+ policies can be enforcing different aspects of a "no external connections",
370370 for example, but can all share the configuration.
371371 - Policies can be configured in different ways for different use cases without
372372 having to copy the policy definition.
@@ -898,7 +898,7 @@ Policy bindings:
898898 - ` DryRun` - for testing out a new binding during rollout, no failures or
899899 violations of any kind result in a deny, but are instead redirected to logs.
900900 This is a good mode for cluster administrators to use to check the potential
901- impact of a policy before enableing it fully.
901+ impact of a policy before enabling it fully.
902902
903903corresponding policy configuration :
904904
@@ -1262,7 +1262,7 @@ Rough plan:
12621262
12631263# ### Client visibility
12641264
1265- In order to make `DryRun` more visibility to clients we will add a client
1265+ In order to make `DryRun` more visible to clients we will add a client
12661266visibility option to policy bindings.
12671267
12681268This is largely focused at making deployment/rollout more manageable.
0 commit comments