@@ -366,7 +366,7 @@ demonstrated successfully by multiple policy frameworks (see the survey further
366
366
367
367
- Reduces total amount of resource data needed to manage policies:
368
368
- 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",
370
370
for example, but can all share the configuration.
371
371
- Policies can be configured in different ways for different use cases without
372
372
having to copy the policy definition.
@@ -898,7 +898,7 @@ Policy bindings:
898
898
- ` DryRun` - for testing out a new binding during rollout, no failures or
899
899
violations of any kind result in a deny, but are instead redirected to logs.
900
900
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.
902
902
903
903
corresponding policy configuration :
904
904
@@ -1262,7 +1262,7 @@ Rough plan:
1262
1262
1263
1263
# ### Client visibility
1264
1264
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
1266
1266
visibility option to policy bindings.
1267
1267
1268
1268
This is largely focused at making deployment/rollout more manageable.
0 commit comments