You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@ The resulting decision log entry will contain:
49
49
50
50
Embedding projects can change the default by setting `config.DefaultIncludeRuleMetadata = true`.
51
51
52
+
Note: when using `include_rule_metadata` via the configuration file, policies must be loaded
53
+
via the bundle plugin (i.e. configured through `services` and `bundles` in the config) for
54
+
annotations to be processed correctly. Policies loaded from command-line paths are parsed
55
+
before the configuration is available.
56
+
52
57
## 1.16.1
53
58
54
59
This is a patch release addressing a regression ([#8590](https://github.com/open-policy-agent/opa/pull/8590)) in the plugin manager that may cause the service to hang on shutdown.
0 commit comments