File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,12 @@ ties:
246
246
only come up in exceptional circumstances.
247
247
* Inside Inherited Policies, the same setting in `overrides` beats the one in
248
248
` defaults` .
249
- * The oldest Policy based on creation timestamp beats a newer one. For example,
250
- a Policy with a creation timestamp of "2021-07-15 01:02:03" MUST be given
251
- precedence over a Policy with a creation timestamp of "2021-07-15 01:02:04".
249
+ * The older Policy based on creation timestamp beats a newer one. For example,
250
+ a Policy with a creation timestamp of "2021-07-15 01:02:03" MUST be given
251
+ precedence over a Policy with a creation timestamp of "2021-07-15 01:02:04".
252
+ The goal is to ensure that introducing new, unused policies doesn’t disrupt
253
+ existing ones, since changing active rules can cause outages while altering
254
+ unused policies poses no risk.
252
255
* The Policy appearing first in alphabetical order by `{namespace}/{name}`. For
253
256
example, foo/bar is given precedence over foo/baz.
254
257
You can’t perform that action at this time.
0 commit comments