Skip to content

docs(builtins): correct builtin support table - #191

Merged
sspaink merged 1 commit into
open-policy-agent:mainfrom
sspaink:docs/builtin-support-table
Aug 11, 2026
Merged

docs(builtins): correct builtin support table#191
sspaink merged 1 commit into
open-policy-agent:mainfrom
sspaink:docs/builtin-support-table

Conversation

@sspaink

@sspaink sspaink commented Aug 10, 2026

Copy link
Copy Markdown
Member

The support table in opa-builtins/README.md listed providers.* as not implemented, but providers.aws.sign_req has been implemented since #151.

Also adds rows for builtins that are implemented but were missing from the table entirely: uri.parse, uri.is_valid, array.flatten, to_number, yaml.is_valid, and opa.runtime.

Checked the whole table against eval --capabilities-current; the remaining No entries are still accurate.

providers.aws.sign_req was implemented but the table still listed
providers.* as unimplemented. Also add rows for builtins that are
implemented but were absent from the table: uri.parse, uri.is_valid,
array.flatten, to_number, yaml.is_valid, and opa.runtime.

Verified against `eval --capabilities-current` plus the @OpaBuiltin
names from the sub-modules missing from the CLI runtime classpath.

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
@sspaink
sspaink requested a review from a team as a code owner August 10, 2026 16:48
@sspaink
sspaink merged commit a4104e6 into open-policy-agent:main Aug 11, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant