opa-golib-python-bindings 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- opa_golib_python_bindings-0.1.0/.gitignore +6 -0
- opa_golib_python_bindings-0.1.0/LICENSE +201 -0
- opa_golib_python_bindings-0.1.0/Makefile +14 -0
- opa_golib_python_bindings-0.1.0/PKG-INFO +8 -0
- opa_golib_python_bindings-0.1.0/README.md +48 -0
- opa_golib_python_bindings-0.1.0/go/bridge.go +257 -0
- opa_golib_python_bindings-0.1.0/go/bridge_call.c +7 -0
- opa_golib_python_bindings-0.1.0/go/builtins.go +91 -0
- opa_golib_python_bindings-0.1.0/go/go.mod +37 -0
- opa_golib_python_bindings-0.1.0/go/go.sum +135 -0
- opa_golib_python_bindings-0.1.0/go/merge.go +39 -0
- opa_golib_python_bindings-0.1.0/hatch_build.py +21 -0
- opa_golib_python_bindings-0.1.0/pyproject.toml +35 -0
- opa_golib_python_bindings-0.1.0/src/opa_bindings/__init__.py +3 -0
- opa_golib_python_bindings-0.1.0/src/opa_bindings/_native.py +51 -0
- opa_golib_python_bindings-0.1.0/src/opa_bindings/engine.py +196 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
LIB := src/opa_bindings/libopabridge.so
|
|
2
|
+
|
|
3
|
+
.PHONY: all build test clean
|
|
4
|
+
|
|
5
|
+
all: build
|
|
6
|
+
|
|
7
|
+
build:
|
|
8
|
+
cd go && go mod tidy && go build -buildmode=c-shared -o ../$(LIB) .
|
|
9
|
+
|
|
10
|
+
test: build
|
|
11
|
+
python -m pytest tests/ -v
|
|
12
|
+
|
|
13
|
+
clean:
|
|
14
|
+
rm -f $(LIB) src/opa_bindings/libopabridge.h
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: opa-golib-python-bindings
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Python bindings for the OPA (Open Policy Agent) Rego engine via a Go c-shared library
|
|
5
|
+
License-File: LICENSE
|
|
6
|
+
Requires-Python: >=3.14
|
|
7
|
+
Provides-Extra: dev
|
|
8
|
+
Requires-Dist: pytest; extra == 'dev'
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# opa-golib-python-bindings
|
|
2
|
+
|
|
3
|
+
Python bindings for the [OPA](https://www.openpolicyagent.org/) Rego engine, embedding
|
|
4
|
+
`github.com/open-policy-agent/opa/v1/rego` via a Go c-shared library and a stdlib-only
|
|
5
|
+
ctypes wrapper.
|
|
6
|
+
|
|
7
|
+
## Build
|
|
8
|
+
|
|
9
|
+
Requires Go >= 1.26 and Python >= 3.14.
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
make build # builds src/opa_bindings/libopabridge.so
|
|
13
|
+
make test # builds + runs pytest
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
|
|
18
|
+
```python
|
|
19
|
+
from opa_bindings import OpaEngine
|
|
20
|
+
|
|
21
|
+
users = {"alice": {"role": "admin"}}
|
|
22
|
+
|
|
23
|
+
with OpaEngine() as engine:
|
|
24
|
+
engine.add_policy("authz.rego", """
|
|
25
|
+
package authz
|
|
26
|
+
|
|
27
|
+
allow if lookup_user(input.user).role == "admin"
|
|
28
|
+
""")
|
|
29
|
+
engine.add_data({"admin": ["alice"]}, path="roles") # deep-merged; conflicts raise
|
|
30
|
+
engine.register_function("lookup_user", lambda name: users.get(name))
|
|
31
|
+
|
|
32
|
+
engine.eval_document("authz.allow", {"user": "alice"}) # -> True
|
|
33
|
+
engine.eval_query("x = data.roles.admin[_]") # -> [{"x": "alice"}]
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Notes:
|
|
37
|
+
|
|
38
|
+
- `add_data` deep-merges objects; identical values coexist, conflicting values raise
|
|
39
|
+
`OpaError(code="merge_conflict")` naming the conflicting path.
|
|
40
|
+
- `register_function` infers arity from the callable's signature. A `*args` function is
|
|
41
|
+
variadic and is called from Rego with a single array argument: `many(["a", "b"])`
|
|
42
|
+
(OPA does not support variadic builtins with return values).
|
|
43
|
+
- Builtin arguments and return values are JSON-compatible objects. A callback exception
|
|
44
|
+
becomes an evaluation error; returning is fine.
|
|
45
|
+
- An undefined document raises `OpaUndefinedError`.
|
|
46
|
+
- Rego `print(...)` output is captured per evaluation: set `engine.print_handler`
|
|
47
|
+
to a `callable(message, location)` to receive it (default: written to stderr);
|
|
48
|
+
`engine.last_prints` holds the `(message, location)` pairs of the last eval.
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
package main
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
#include <stdlib.h>
|
|
5
|
+
|
|
6
|
+
// Callback provided by the host (Python). It receives the engine handle, the
|
|
7
|
+
// builtin name and the arguments as a JSON array. It returns a pointer to a
|
|
8
|
+
// JSON envelope {"result": ...} or {"error": "..."}. The buffer is owned by
|
|
9
|
+
// the host and must stay valid until the callback is invoked again; the Go
|
|
10
|
+
// side copies it synchronously.
|
|
11
|
+
typedef char* (*opa_callback)(unsigned long long h, char* name, char* argsJson);
|
|
12
|
+
*/
|
|
13
|
+
import "C"
|
|
14
|
+
|
|
15
|
+
import (
|
|
16
|
+
"context"
|
|
17
|
+
"encoding/json"
|
|
18
|
+
"fmt"
|
|
19
|
+
"strings"
|
|
20
|
+
"sync"
|
|
21
|
+
"unsafe"
|
|
22
|
+
|
|
23
|
+
"github.com/open-policy-agent/opa/v1/ast"
|
|
24
|
+
"github.com/open-policy-agent/opa/v1/rego"
|
|
25
|
+
"github.com/open-policy-agent/opa/v1/storage/inmem"
|
|
26
|
+
"github.com/open-policy-agent/opa/v1/topdown/print"
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
type printMsg struct {
|
|
30
|
+
Message string `json:"message"`
|
|
31
|
+
Location string `json:"location"`
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// printCollector implements print.Hook, collecting print() output per eval.
|
|
35
|
+
type printCollector struct {
|
|
36
|
+
mu sync.Mutex
|
|
37
|
+
msgs []printMsg
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
func (p *printCollector) Print(pctx print.Context, msg string) error {
|
|
41
|
+
p.mu.Lock()
|
|
42
|
+
defer p.mu.Unlock()
|
|
43
|
+
loc := ""
|
|
44
|
+
if pctx.Location != nil {
|
|
45
|
+
loc = pctx.Location.String()
|
|
46
|
+
}
|
|
47
|
+
p.msgs = append(p.msgs, printMsg{Message: msg, Location: loc})
|
|
48
|
+
return nil
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
type builtinSpec struct {
|
|
52
|
+
name string
|
|
53
|
+
arity int // -1 = variadic
|
|
54
|
+
cb C.opa_callback
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
type engine struct {
|
|
58
|
+
mu sync.Mutex
|
|
59
|
+
modules map[string]string
|
|
60
|
+
data map[string]any
|
|
61
|
+
builtins []builtinSpec
|
|
62
|
+
prepared map[string]rego.PreparedEvalQuery
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
var (
|
|
66
|
+
registry = map[uint64]*engine{}
|
|
67
|
+
registryMu sync.Mutex
|
|
68
|
+
nextHandle uint64
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
func getEngine(h C.ulonglong) (*engine, error) {
|
|
72
|
+
registryMu.Lock()
|
|
73
|
+
defer registryMu.Unlock()
|
|
74
|
+
e, ok := registry[uint64(h)]
|
|
75
|
+
if !ok {
|
|
76
|
+
return nil, fmt.Errorf("invalid engine handle %d", uint64(h))
|
|
77
|
+
}
|
|
78
|
+
return e, nil
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
func resultJSON(v any) *C.char {
|
|
82
|
+
b, err := json.Marshal(map[string]any{"result": v})
|
|
83
|
+
if err != nil {
|
|
84
|
+
return errorJSON("internal", err.Error())
|
|
85
|
+
}
|
|
86
|
+
return C.CString(string(b))
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
func errorJSON(code, msg string) *C.char {
|
|
90
|
+
b, _ := json.Marshal(map[string]any{"error": map[string]string{"code": code, "message": msg}})
|
|
91
|
+
return C.CString(string(b))
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
//export OpaNew
|
|
95
|
+
func OpaNew() C.ulonglong {
|
|
96
|
+
registryMu.Lock()
|
|
97
|
+
defer registryMu.Unlock()
|
|
98
|
+
nextHandle++
|
|
99
|
+
registry[nextHandle] = &engine{
|
|
100
|
+
modules: map[string]string{},
|
|
101
|
+
data: map[string]any{},
|
|
102
|
+
prepared: map[string]rego.PreparedEvalQuery{},
|
|
103
|
+
}
|
|
104
|
+
return C.ulonglong(nextHandle)
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
//export OpaDestroy
|
|
108
|
+
func OpaDestroy(h C.ulonglong) {
|
|
109
|
+
registryMu.Lock()
|
|
110
|
+
defer registryMu.Unlock()
|
|
111
|
+
delete(registry, uint64(h))
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
//export OpaFreeString
|
|
115
|
+
func OpaFreeString(s *C.char) {
|
|
116
|
+
C.free(unsafe.Pointer(s))
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
//export OpaAddPolicy
|
|
120
|
+
func OpaAddPolicy(h C.ulonglong, path, src *C.char) *C.char {
|
|
121
|
+
e, err := getEngine(h)
|
|
122
|
+
if err != nil {
|
|
123
|
+
return errorJSON("invalid_handle", err.Error())
|
|
124
|
+
}
|
|
125
|
+
p, s := C.GoString(path), C.GoString(src)
|
|
126
|
+
if _, err := ast.ParseModule(p, s); err != nil {
|
|
127
|
+
return errorJSON("parse_error", err.Error())
|
|
128
|
+
}
|
|
129
|
+
e.mu.Lock()
|
|
130
|
+
defer e.mu.Unlock()
|
|
131
|
+
e.modules[p] = s
|
|
132
|
+
e.prepared = map[string]rego.PreparedEvalQuery{}
|
|
133
|
+
return resultJSON(true)
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
//export OpaAddData
|
|
137
|
+
func OpaAddData(h C.ulonglong, dataPath, jsonValue *C.char) *C.char {
|
|
138
|
+
e, err := getEngine(h)
|
|
139
|
+
if err != nil {
|
|
140
|
+
return errorJSON("invalid_handle", err.Error())
|
|
141
|
+
}
|
|
142
|
+
var v any
|
|
143
|
+
if err := json.Unmarshal([]byte(C.GoString(jsonValue)), &v); err != nil {
|
|
144
|
+
return errorJSON("invalid_json", err.Error())
|
|
145
|
+
}
|
|
146
|
+
// Wrap the value in nested objects along dataPath.
|
|
147
|
+
p := C.GoString(dataPath)
|
|
148
|
+
segs := []string{}
|
|
149
|
+
if p != "" {
|
|
150
|
+
segs = strings.Split(p, ".")
|
|
151
|
+
}
|
|
152
|
+
for i := len(segs) - 1; i >= 0; i-- {
|
|
153
|
+
v = map[string]any{segs[i]: v}
|
|
154
|
+
}
|
|
155
|
+
src, ok := v.(map[string]any)
|
|
156
|
+
if !ok {
|
|
157
|
+
return errorJSON("merge_conflict", "root data value must be a JSON object")
|
|
158
|
+
}
|
|
159
|
+
e.mu.Lock()
|
|
160
|
+
defer e.mu.Unlock()
|
|
161
|
+
merged, err := deepMerge(e.data, src, "data")
|
|
162
|
+
if err != nil {
|
|
163
|
+
return errorJSON("merge_conflict", err.Error())
|
|
164
|
+
}
|
|
165
|
+
e.data = merged
|
|
166
|
+
e.prepared = map[string]rego.PreparedEvalQuery{}
|
|
167
|
+
return resultJSON(true)
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
//export OpaRegisterBuiltin
|
|
171
|
+
func OpaRegisterBuiltin(h C.ulonglong, name *C.char, arity C.int, cb C.opa_callback) *C.char {
|
|
172
|
+
e, err := getEngine(h)
|
|
173
|
+
if err != nil {
|
|
174
|
+
return errorJSON("invalid_handle", err.Error())
|
|
175
|
+
}
|
|
176
|
+
n := C.GoString(name)
|
|
177
|
+
e.mu.Lock()
|
|
178
|
+
defer e.mu.Unlock()
|
|
179
|
+
for _, b := range e.builtins {
|
|
180
|
+
if b.name == n {
|
|
181
|
+
return errorJSON("already_registered", "builtin already registered: "+n)
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
e.builtins = append(e.builtins, builtinSpec{name: n, arity: int(arity), cb: cb})
|
|
185
|
+
e.prepared = map[string]rego.PreparedEvalQuery{}
|
|
186
|
+
return resultJSON(true)
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
//export OpaEvalQuery
|
|
190
|
+
func OpaEvalQuery(h C.ulonglong, query, inputJson *C.char) *C.char {
|
|
191
|
+
return evalCommon(h, C.GoString(query), inputJson)
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
//export OpaEvalDocument
|
|
195
|
+
func OpaEvalDocument(h C.ulonglong, docPath, inputJson *C.char) *C.char {
|
|
196
|
+
p := C.GoString(docPath)
|
|
197
|
+
q := "data"
|
|
198
|
+
if p != "" {
|
|
199
|
+
q = "data." + p
|
|
200
|
+
}
|
|
201
|
+
return evalCommon(h, q, inputJson)
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
func evalCommon(h C.ulonglong, query string, inputJson *C.char) *C.char {
|
|
205
|
+
e, err := getEngine(h)
|
|
206
|
+
if err != nil {
|
|
207
|
+
return errorJSON("invalid_handle", err.Error())
|
|
208
|
+
}
|
|
209
|
+
e.mu.Lock()
|
|
210
|
+
pq, ok := e.prepared[query]
|
|
211
|
+
if !ok {
|
|
212
|
+
opts := []func(*rego.Rego){
|
|
213
|
+
rego.Query(query),
|
|
214
|
+
rego.Store(inmem.NewFromObject(e.data)),
|
|
215
|
+
rego.StrictBuiltinErrors(true),
|
|
216
|
+
rego.EnablePrintStatements(true),
|
|
217
|
+
}
|
|
218
|
+
for path, src := range e.modules {
|
|
219
|
+
opts = append(opts, rego.Module(path, src))
|
|
220
|
+
}
|
|
221
|
+
for _, b := range e.builtins {
|
|
222
|
+
opts = append(opts, makeBuiltin(uint64(h), b))
|
|
223
|
+
}
|
|
224
|
+
pq, err = rego.New(opts...).PrepareForEval(context.Background())
|
|
225
|
+
if err != nil {
|
|
226
|
+
e.mu.Unlock()
|
|
227
|
+
return errorJSON("prepare_error", err.Error())
|
|
228
|
+
}
|
|
229
|
+
e.prepared[query] = pq
|
|
230
|
+
}
|
|
231
|
+
e.mu.Unlock()
|
|
232
|
+
|
|
233
|
+
evalOpts := []rego.EvalOption{}
|
|
234
|
+
if inputJson != nil {
|
|
235
|
+
s := C.GoString(inputJson)
|
|
236
|
+
if s != "" {
|
|
237
|
+
var input any
|
|
238
|
+
if err := json.Unmarshal([]byte(s), &input); err != nil {
|
|
239
|
+
return errorJSON("invalid_json", err.Error())
|
|
240
|
+
}
|
|
241
|
+
evalOpts = append(evalOpts, rego.EvalInput(input))
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
collector := &printCollector{}
|
|
245
|
+
evalOpts = append(evalOpts, rego.EvalPrintHook(collector))
|
|
246
|
+
rs, err := pq.Eval(context.Background(), evalOpts...)
|
|
247
|
+
if err != nil {
|
|
248
|
+
return errorJSON("eval_error", err.Error())
|
|
249
|
+
}
|
|
250
|
+
b, err := json.Marshal(map[string]any{"result": rs, "prints": collector.msgs})
|
|
251
|
+
if err != nil {
|
|
252
|
+
return errorJSON("internal", err.Error())
|
|
253
|
+
}
|
|
254
|
+
return C.CString(string(b))
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
func main() {}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Trampoline for invoking the host-provided callback function pointer,
|
|
2
|
+
// since Go cannot call C function pointers directly.
|
|
3
|
+
typedef char* (*opa_callback)(unsigned long long h, char* name, char* argsJson);
|
|
4
|
+
|
|
5
|
+
char* bridge_call(opa_callback cb, unsigned long long h, char* name, char* args) {
|
|
6
|
+
return cb(h, name, args);
|
|
7
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
package main
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
#include <stdlib.h>
|
|
5
|
+
typedef char* (*opa_callback)(unsigned long long h, char* name, char* argsJson);
|
|
6
|
+
char* bridge_call(opa_callback cb, unsigned long long h, char* name, char* args);
|
|
7
|
+
*/
|
|
8
|
+
import "C"
|
|
9
|
+
|
|
10
|
+
import (
|
|
11
|
+
"encoding/json"
|
|
12
|
+
"fmt"
|
|
13
|
+
"unsafe"
|
|
14
|
+
|
|
15
|
+
"github.com/open-policy-agent/opa/v1/ast"
|
|
16
|
+
"github.com/open-policy-agent/opa/v1/rego"
|
|
17
|
+
"github.com/open-policy-agent/opa/v1/types"
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
func makeBuiltin(handle uint64, spec builtinSpec) func(*rego.Rego) {
|
|
21
|
+
// OPA does not support variadic builtins with a return value, so a
|
|
22
|
+
// variadic function (arity -1) is declared as taking a single array
|
|
23
|
+
// argument; the host unpacks it into the callable's *args.
|
|
24
|
+
nargs := spec.arity
|
|
25
|
+
if nargs < 0 {
|
|
26
|
+
nargs = 1
|
|
27
|
+
}
|
|
28
|
+
args := make([]types.Type, nargs)
|
|
29
|
+
for i := range args {
|
|
30
|
+
args[i] = types.A
|
|
31
|
+
}
|
|
32
|
+
decl := types.NewFunction(args, types.A)
|
|
33
|
+
return rego.FunctionDyn(
|
|
34
|
+
®o.Function{
|
|
35
|
+
Name: spec.name,
|
|
36
|
+
Decl: decl,
|
|
37
|
+
Nondeterministic: true,
|
|
38
|
+
},
|
|
39
|
+
func(_ rego.BuiltinContext, terms []*ast.Term) (*ast.Term, error) {
|
|
40
|
+
// The terms slice may include a trailing generated output/capture
|
|
41
|
+
// term that is not an argument; trim to the declared arity.
|
|
42
|
+
if len(terms) > nargs {
|
|
43
|
+
terms = terms[:nargs]
|
|
44
|
+
}
|
|
45
|
+
args := make([]any, len(terms))
|
|
46
|
+
for i, t := range terms {
|
|
47
|
+
v, err := ast.JSON(t.Value)
|
|
48
|
+
if err != nil {
|
|
49
|
+
return nil, fmt.Errorf("%s: cannot convert argument %d: %w", spec.name, i, err)
|
|
50
|
+
}
|
|
51
|
+
args[i] = v
|
|
52
|
+
}
|
|
53
|
+
argsJSON, err := json.Marshal(args)
|
|
54
|
+
if err != nil {
|
|
55
|
+
return nil, err
|
|
56
|
+
}
|
|
57
|
+
cName := C.CString(spec.name)
|
|
58
|
+
cArgs := C.CString(string(argsJSON))
|
|
59
|
+
ret := C.bridge_call(spec.cb, C.ulonglong(handle), cName, cArgs)
|
|
60
|
+
C.free(unsafe.Pointer(cName))
|
|
61
|
+
C.free(unsafe.Pointer(cArgs))
|
|
62
|
+
if ret == nil {
|
|
63
|
+
return nil, fmt.Errorf("%s: callback returned NULL", spec.name)
|
|
64
|
+
}
|
|
65
|
+
// The host owns ret's buffer; copy it, do not free.
|
|
66
|
+
var envelope struct {
|
|
67
|
+
Result *json.RawMessage `json:"result"`
|
|
68
|
+
Error *string `json:"error"`
|
|
69
|
+
}
|
|
70
|
+
if err := json.Unmarshal([]byte(C.GoString(ret)), &envelope); err != nil {
|
|
71
|
+
return nil, fmt.Errorf("%s: invalid callback response: %w", spec.name, err)
|
|
72
|
+
}
|
|
73
|
+
if envelope.Error != nil {
|
|
74
|
+
return nil, fmt.Errorf("%s: %s", spec.name, *envelope.Error)
|
|
75
|
+
}
|
|
76
|
+
if envelope.Result == nil {
|
|
77
|
+
// undefined
|
|
78
|
+
return nil, nil
|
|
79
|
+
}
|
|
80
|
+
var v any
|
|
81
|
+
if err := json.Unmarshal(*envelope.Result, &v); err != nil {
|
|
82
|
+
return nil, err
|
|
83
|
+
}
|
|
84
|
+
val, err := ast.InterfaceToValue(v)
|
|
85
|
+
if err != nil {
|
|
86
|
+
return nil, err
|
|
87
|
+
}
|
|
88
|
+
return ast.NewTerm(val), nil
|
|
89
|
+
},
|
|
90
|
+
)
|
|
91
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
module opabridge
|
|
2
|
+
|
|
3
|
+
go 1.26
|
|
4
|
+
|
|
5
|
+
require github.com/open-policy-agent/opa v1.19.1
|
|
6
|
+
|
|
7
|
+
require (
|
|
8
|
+
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
9
|
+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
10
|
+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
|
|
11
|
+
github.com/gobwas/glob v0.2.3 // indirect
|
|
12
|
+
github.com/goccy/go-json v0.10.6 // indirect
|
|
13
|
+
github.com/google/uuid v1.6.0 // indirect
|
|
14
|
+
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
|
|
15
|
+
github.com/lestrrat-go/dsig v1.2.1 // indirect
|
|
16
|
+
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
|
|
17
|
+
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
18
|
+
github.com/lestrrat-go/httprc/v3 v3.0.5 // indirect
|
|
19
|
+
github.com/lestrrat-go/jwx/v3 v3.1.1 // indirect
|
|
20
|
+
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
|
|
21
|
+
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
|
|
22
|
+
github.com/segmentio/asm v1.2.1 // indirect
|
|
23
|
+
github.com/sirupsen/logrus v1.9.4 // indirect
|
|
24
|
+
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
|
|
25
|
+
github.com/valyala/fastjson v1.6.10 // indirect
|
|
26
|
+
github.com/vektah/gqlparser/v2 v2.5.36 // indirect
|
|
27
|
+
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
28
|
+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
29
|
+
github.com/yashtewari/glob-intersection v0.2.0 // indirect
|
|
30
|
+
go.yaml.in/yaml/v2 v2.4.4 // indirect
|
|
31
|
+
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
32
|
+
golang.org/x/crypto v0.53.0 // indirect
|
|
33
|
+
golang.org/x/sync v0.22.0 // indirect
|
|
34
|
+
golang.org/x/sys v0.47.0 // indirect
|
|
35
|
+
google.golang.org/protobuf v1.36.11 // indirect
|
|
36
|
+
sigs.k8s.io/yaml v1.6.0 // indirect
|
|
37
|
+
)
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
github.com/agnivade/levenshtein v1.2.1 h1:EHBY3UOn1gwdy/VbFwgo4cxecRznFk7fKWN1KOX7eoM=
|
|
2
|
+
github.com/agnivade/levenshtein v1.2.1/go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU=
|
|
3
|
+
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=
|
|
4
|
+
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE=
|
|
5
|
+
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
|
6
|
+
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
|
|
7
|
+
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
|
8
|
+
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
|
9
|
+
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
10
|
+
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
|
11
|
+
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
12
|
+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 h1:5RVFMOWjMyRy8cARdy79nAmgYw3hK/4HUq48LQ6Wwqo=
|
|
13
|
+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40=
|
|
14
|
+
github.com/dgraph-io/badger/v4 v4.9.4 h1:bcw+waCpzRZ2nmcSPbnPvDVhiEsn98TKmvnAhK7r7LM=
|
|
15
|
+
github.com/dgraph-io/badger/v4 v4.9.4/go.mod h1:nJjaJTUOSsQEBhsq209FmwCvMJzEA3e74RjZw6V2pQI=
|
|
16
|
+
github.com/dgraph-io/ristretto/v2 v2.2.0 h1:bkY3XzJcXoMuELV8F+vS8kzNgicwQFAaGINAEJdWGOM=
|
|
17
|
+
github.com/dgraph-io/ristretto/v2 v2.2.0/go.mod h1:RZrm63UmcBAaYWC1DotLYBmTvgkrs0+XhBd7Npn7/zI=
|
|
18
|
+
github.com/dgryski/trifles v0.0.0-20230903005119-f50d829f2e54 h1:SG7nF6SRlWhcT7cNTs5R6Hk4V2lcmLz2NsG2VnInyNo=
|
|
19
|
+
github.com/dgryski/trifles v0.0.0-20230903005119-f50d829f2e54/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA=
|
|
20
|
+
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
|
|
21
|
+
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
|
22
|
+
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
|
|
23
|
+
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
|
|
24
|
+
github.com/foxcpp/go-mockdns v1.2.0 h1:omK3OrHRD1IWJz1FuFBCFquhXslXoF17OvBS6JPzZF0=
|
|
25
|
+
github.com/foxcpp/go-mockdns v1.2.0/go.mod h1:IhLeSFGed3mJIAXPH2aiRQB+kqz7oqu8ld2qVbOu7Wk=
|
|
26
|
+
github.com/go-logr/logr v1.4.4 h1:tG4xh9yMsRCAiodLVTxyrkzSZ9+o0L1Kg/+cPVcbP/8=
|
|
27
|
+
github.com/go-logr/logr v1.4.4/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
|
|
28
|
+
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
|
|
29
|
+
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
|
|
30
|
+
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
|
|
31
|
+
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
|
|
32
|
+
github.com/goccy/go-json v0.10.6 h1:p8HrPJzOakx/mn/bQtjgNjdTcN+/S6FcG2CTtQOrHVU=
|
|
33
|
+
github.com/goccy/go-json v0.10.6/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
|
|
34
|
+
github.com/google/flatbuffers v25.2.10+incompatible h1:F3vclr7C3HpB1k9mxCGRMXq6FdUalZ6H/pNX4FP1v0Q=
|
|
35
|
+
github.com/google/flatbuffers v25.2.10+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
|
|
36
|
+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
|
37
|
+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
|
38
|
+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
|
39
|
+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
|
40
|
+
github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ=
|
|
41
|
+
github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
|
|
42
|
+
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
|
43
|
+
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
|
44
|
+
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
|
45
|
+
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
|
|
46
|
+
github.com/lestrrat-go/blackmagic v1.0.4 h1:IwQibdnf8l2KoO+qC3uT4OaTWsW7tuRQXy9TRN9QanA=
|
|
47
|
+
github.com/lestrrat-go/blackmagic v1.0.4/go.mod h1:6AWFyKNNj0zEXQYfTMPfZrAXUWUfTIZ5ECEUEJaijtw=
|
|
48
|
+
github.com/lestrrat-go/dsig v1.2.1 h1:MwxzZhE4+4fguHi+uDALKVlC3Cn+O1QU1Q/F8D7hVIc=
|
|
49
|
+
github.com/lestrrat-go/dsig v1.2.1/go.mod h1:RD2eOaidyPvpc7IJQoO3Qq52RWdy8ZcJs8lrOnoa1Kc=
|
|
50
|
+
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 h1:JpDe4Aybfl0soBvoVwjqDbp+9S1Y2OM7gcrVVMFPOzY=
|
|
51
|
+
github.com/lestrrat-go/dsig-secp256k1 v1.0.0/go.mod h1:CxUgAhssb8FToqbL8NjSPoGQlnO4w3LG1P0qPWQm/NU=
|
|
52
|
+
github.com/lestrrat-go/httpcc v1.0.1 h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=
|
|
53
|
+
github.com/lestrrat-go/httpcc v1.0.1/go.mod h1:qiltp3Mt56+55GPVCbTdM9MlqhvzyuL6W/NMDA8vA5E=
|
|
54
|
+
github.com/lestrrat-go/httprc/v3 v3.0.5 h1:S+Mb4L2I+bM6JGTibLmxExhyTOqnXjqx+zi9MoXw/TM=
|
|
55
|
+
github.com/lestrrat-go/httprc/v3 v3.0.5/go.mod h1:mSMtkZW92Z98M5YoNNztbRGxbXHql7tSitCvaxvo9l0=
|
|
56
|
+
github.com/lestrrat-go/jwx/v3 v3.1.1 h1:yd9AdPmZ4INnQ7k42IrzXYpnEG803+SrQ6hdMvzHJzw=
|
|
57
|
+
github.com/lestrrat-go/jwx/v3 v3.1.1/go.mod h1:uw/MN2M/Xiu4FhwcIwH11Zsh9JWx9SWzgALl7/uIEkU=
|
|
58
|
+
github.com/lestrrat-go/option/v2 v2.0.0 h1:XxrcaJESE1fokHy3FpaQ/cXW8ZsIdWcdFzzLOcID3Ss=
|
|
59
|
+
github.com/lestrrat-go/option/v2 v2.0.0/go.mod h1:oSySsmzMoR0iRzCDCaUfsCzxQHUEuhOViQObyy7S6Vg=
|
|
60
|
+
github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=
|
|
61
|
+
github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
|
|
62
|
+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
|
|
63
|
+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
|
|
64
|
+
github.com/open-policy-agent/opa v1.19.1 h1:aB1nOncChnTbQurjRQVJnjTJxditt8VqszlbaM3GGKU=
|
|
65
|
+
github.com/open-policy-agent/opa v1.19.1/go.mod h1:pb6Y6klyf7X7X8uXNDflruA9dQC2gMqWROXI5w/kvv0=
|
|
66
|
+
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
|
67
|
+
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
|
68
|
+
github.com/prometheus/client_golang v1.24.0 h1:5XStIklKuAtJSNpdD3s8XJj/Yv78IQmE1kbNk87JrAI=
|
|
69
|
+
github.com/prometheus/client_golang v1.24.0/go.mod h1:QcsNdotprC2nS4BTM2ucbcqxd2CeXTEa9jW7zHO9iDE=
|
|
70
|
+
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
|
|
71
|
+
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
|
|
72
|
+
github.com/prometheus/common v0.70.0 h1:bcpru3tWPVnxGnETLgOV5jbp/JRXgYEyv65CuBLAMMI=
|
|
73
|
+
github.com/prometheus/common v0.70.0/go.mod h1:S/SFasQmgGiYH6C81LKCtYa8QACgthGg5zxL2udV7SY=
|
|
74
|
+
github.com/prometheus/procfs v0.21.1 h1:GljZCt+zSTS+NZq88cyQ1LjZ+RCHp3uVuabBWA5+OJI=
|
|
75
|
+
github.com/prometheus/procfs v0.21.1/go.mod h1:aB55Cww9pdSJVHk0hUf0inxWyyjPogFIjmHKYgMKmtY=
|
|
76
|
+
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8AOIL7EB/X911+m4EHsnWEHeJ0c+3TTBrg=
|
|
77
|
+
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
|
|
78
|
+
github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc=
|
|
79
|
+
github.com/rogpeppe/go-internal v1.15.0/go.mod h1:DrUVZyrJU+txYW5/1kwtXQSMFio52ZOxX7yM1VHvnxs=
|
|
80
|
+
github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0=
|
|
81
|
+
github.com/segmentio/asm v1.2.1/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
|
|
82
|
+
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=
|
|
83
|
+
github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g=
|
|
84
|
+
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
|
85
|
+
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
|
86
|
+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
|
87
|
+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
|
88
|
+
github.com/tchap/go-patricia/v2 v2.3.3 h1:xfNEsODumaEcCcY3gI0hYPZ/PcpVv5ju6RMAhgwZDDc=
|
|
89
|
+
github.com/tchap/go-patricia/v2 v2.3.3/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k=
|
|
90
|
+
github.com/tetratelabs/wazero v1.12.0 h1:DuWcpNu/FzgEXgGBDp8J1Spc+CWOvvtvVyjKlaZopYU=
|
|
91
|
+
github.com/tetratelabs/wazero v1.12.0/go.mod h1:LvKtzl2RqO4gyF27BiXU+nKAjcV8f38U+kP/q2vgxh0=
|
|
92
|
+
github.com/valyala/fastjson v1.6.10 h1:/yjJg8jaVQdYR3arGxPE2X5z89xrlhS0eGXdv+ADTh4=
|
|
93
|
+
github.com/valyala/fastjson v1.6.10/go.mod h1:e6FubmQouUNP73jtMLmcbxS6ydWIpOfhz34TSfO3JaE=
|
|
94
|
+
github.com/vektah/gqlparser/v2 v2.5.36 h1:CN9mKVHgMkc+XftdOWIhb4HEL8wKSYkFAqhf8booa7s=
|
|
95
|
+
github.com/vektah/gqlparser/v2 v2.5.36/go.mod h1:cAJ9qwVgPaUkWv6Gn8vn0mqOE0Ui5Pn56wNy5396XWo=
|
|
96
|
+
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=
|
|
97
|
+
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
|
|
98
|
+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=
|
|
99
|
+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
|
|
100
|
+
github.com/yashtewari/glob-intersection v0.2.0 h1:8iuHdN88yYuCzCdjt0gDe+6bAhUwBeEWqThExu54RFg=
|
|
101
|
+
github.com/yashtewari/glob-intersection v0.2.0/go.mod h1:LK7pIC3piUjovexikBbJ26Yml7g8xa5bsjfx2v1fwok=
|
|
102
|
+
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
|
|
103
|
+
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
|
|
104
|
+
go.opentelemetry.io/otel v1.44.0 h1:JjwHmHpA4iZ3wBxluu2fbbE7j4kqlE8jXyAyPXH7HqU=
|
|
105
|
+
go.opentelemetry.io/otel v1.44.0/go.mod h1:BMgjTHL9WPRlRjL2oZCBTL4whCGtXch2H4BhOPIAyYc=
|
|
106
|
+
go.opentelemetry.io/otel/metric v1.44.0 h1:1w0gILTcHdr3YI+ixLyjemwrVnsMURbTZFrSYCdDdmc=
|
|
107
|
+
go.opentelemetry.io/otel/metric v1.44.0/go.mod h1:8O7hanEPBNgEMmybD3s2VBKcgWOCsA6tzHBPODAiquo=
|
|
108
|
+
go.opentelemetry.io/otel/trace v1.44.0 h1:jxF5CsGYCe74MCRx2X4g7WsY/VBKRqqpNvXlX/6gtIk=
|
|
109
|
+
go.opentelemetry.io/otel/trace v1.44.0/go.mod h1:oLl1jrMQAVo6v3GAggN+1VH9VIz9iUSvW53sW1Q8PIE=
|
|
110
|
+
go.yaml.in/yaml/v2 v2.4.4 h1:tuyd0P+2Ont/d6e2rl3be67goVK4R6deVxCUX5vyPaQ=
|
|
111
|
+
go.yaml.in/yaml/v2 v2.4.4/go.mod h1:gMZqIpDtDqOfM0uNfy0SkpRhvUryYH0Z6wdMYcacYXQ=
|
|
112
|
+
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
|
|
113
|
+
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
|
|
114
|
+
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
|
|
115
|
+
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
|
|
116
|
+
golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
|
|
117
|
+
golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
|
|
118
|
+
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
|
|
119
|
+
golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec=
|
|
120
|
+
golang.org/x/sync v0.22.0 h1:SZjpbeLmrCk4xhRSZFNZW5gFUeCeFgjekvI/+gfScek=
|
|
121
|
+
golang.org/x/sync v0.22.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
|
|
122
|
+
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
|
|
123
|
+
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
|
124
|
+
golang.org/x/tools v0.47.0 h1:7Kn5x/d1svx/PzryTsqeoZN4TZwqeH5pGWjefhLi/1Q=
|
|
125
|
+
golang.org/x/tools v0.47.0/go.mod h1:dFHnyTvFWY212G+h7ZY4Vsp/K3U4/7W9TyVaAul8uCA=
|
|
126
|
+
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
|
|
127
|
+
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
|
|
128
|
+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
|
129
|
+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
|
130
|
+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
|
|
131
|
+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
|
132
|
+
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
|
133
|
+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
|
134
|
+
sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs=
|
|
135
|
+
sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4=
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
package main
|
|
2
|
+
|
|
3
|
+
import (
|
|
4
|
+
"fmt"
|
|
5
|
+
"reflect"
|
|
6
|
+
)
|
|
7
|
+
|
|
8
|
+
// deepMerge merges src into dst, returning the merged object. Objects merge
|
|
9
|
+
// recursively; identical non-object values are kept; anything else is a
|
|
10
|
+
// conflict reported with its path.
|
|
11
|
+
func deepMerge(dst, src map[string]any, path string) (map[string]any, error) {
|
|
12
|
+
out := make(map[string]any, len(dst)+len(src))
|
|
13
|
+
for k, v := range dst {
|
|
14
|
+
out[k] = v
|
|
15
|
+
}
|
|
16
|
+
for k, sv := range src {
|
|
17
|
+
p := path + "." + k
|
|
18
|
+
dv, exists := out[k]
|
|
19
|
+
if !exists {
|
|
20
|
+
out[k] = sv
|
|
21
|
+
continue
|
|
22
|
+
}
|
|
23
|
+
dm, dIsObj := dv.(map[string]any)
|
|
24
|
+
sm, sIsObj := sv.(map[string]any)
|
|
25
|
+
switch {
|
|
26
|
+
case dIsObj && sIsObj:
|
|
27
|
+
merged, err := deepMerge(dm, sm, p)
|
|
28
|
+
if err != nil {
|
|
29
|
+
return nil, err
|
|
30
|
+
}
|
|
31
|
+
out[k] = merged
|
|
32
|
+
case reflect.DeepEqual(dv, sv):
|
|
33
|
+
// identical values, keep as-is
|
|
34
|
+
default:
|
|
35
|
+
return nil, fmt.Errorf("conflicting values at %s: cannot merge %T with %T", p, dv, sv)
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return out, nil
|
|
39
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Hatchling build hook: compile the Go bridge and tag the wheel per-platform."""
|
|
2
|
+
|
|
3
|
+
import os
|
|
4
|
+
import subprocess
|
|
5
|
+
import sysconfig
|
|
6
|
+
|
|
7
|
+
from hatchling.builders.hooks.plugin.interface import BuildHookInterface
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CustomBuildHook(BuildHookInterface):
|
|
11
|
+
def initialize(self, version, build_data):
|
|
12
|
+
if self.target_name != "wheel":
|
|
13
|
+
return
|
|
14
|
+
subprocess.run(["make", "build"], check=True, cwd=self.root)
|
|
15
|
+
build_data["pure_python"] = False
|
|
16
|
+
# The wheel is Python-version independent but platform specific.
|
|
17
|
+
# OPA_BINDINGS_PLAT overrides the tag in CI (e.g. macosx_11_0_arm64).
|
|
18
|
+
plat = os.environ.get("OPA_BINDINGS_PLAT") or (
|
|
19
|
+
sysconfig.get_platform().replace("-", "_").replace(".", "_")
|
|
20
|
+
)
|
|
21
|
+
build_data["tag"] = f"py3-none-{plat}"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "opa-golib-python-bindings"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
description = "Python bindings for the OPA (Open Policy Agent) Rego engine via a Go c-shared library"
|
|
5
|
+
requires-python = ">=3.14"
|
|
6
|
+
dependencies = []
|
|
7
|
+
|
|
8
|
+
[project.optional-dependencies]
|
|
9
|
+
dev = ["pytest"]
|
|
10
|
+
|
|
11
|
+
[build-system]
|
|
12
|
+
requires = ["hatchling"]
|
|
13
|
+
build-backend = "hatchling.build"
|
|
14
|
+
|
|
15
|
+
[tool.hatch.build.targets.wheel]
|
|
16
|
+
packages = ["src/opa_bindings"]
|
|
17
|
+
artifacts = ["src/opa_bindings/libopabridge.so"]
|
|
18
|
+
|
|
19
|
+
[tool.hatch.build.targets.wheel.hooks.custom]
|
|
20
|
+
path = "hatch_build.py"
|
|
21
|
+
|
|
22
|
+
[tool.hatch.build.targets.sdist]
|
|
23
|
+
include = [
|
|
24
|
+
"src/opa_bindings",
|
|
25
|
+
"go/*.go",
|
|
26
|
+
"go/*.c",
|
|
27
|
+
"go/go.mod",
|
|
28
|
+
"go/go.sum",
|
|
29
|
+
"Makefile",
|
|
30
|
+
"hatch_build.py",
|
|
31
|
+
"README.md",
|
|
32
|
+
]
|
|
33
|
+
|
|
34
|
+
[tool.pytest.ini_options]
|
|
35
|
+
pythonpath = ["src"]
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"""ctypes bindings for the Go c-shared bridge library."""
|
|
2
|
+
|
|
3
|
+
import ctypes
|
|
4
|
+
from pathlib import Path
|
|
5
|
+
|
|
6
|
+
_LIB_PATH = Path(__file__).parent / "libopabridge.so"
|
|
7
|
+
|
|
8
|
+
# char* (*opa_callback)(unsigned long long h, char* name, char* argsJson)
|
|
9
|
+
# Return type is c_void_p so ctypes does not copy/free: the Python side keeps
|
|
10
|
+
# the returned buffer alive until the callback is invoked again, and Go copies
|
|
11
|
+
# it synchronously.
|
|
12
|
+
CALLBACK = ctypes.CFUNCTYPE(
|
|
13
|
+
ctypes.c_void_p, ctypes.c_uint64, ctypes.c_char_p, ctypes.c_char_p
|
|
14
|
+
)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def load():
|
|
18
|
+
lib = ctypes.CDLL(str(_LIB_PATH))
|
|
19
|
+
|
|
20
|
+
lib.OpaNew.restype = ctypes.c_uint64
|
|
21
|
+
lib.OpaNew.argtypes = []
|
|
22
|
+
|
|
23
|
+
lib.OpaDestroy.restype = None
|
|
24
|
+
lib.OpaDestroy.argtypes = [ctypes.c_uint64]
|
|
25
|
+
|
|
26
|
+
lib.OpaFreeString.restype = None
|
|
27
|
+
lib.OpaFreeString.argtypes = [ctypes.c_void_p]
|
|
28
|
+
|
|
29
|
+
# Fallible calls return a malloc'd char* envelope; declare as c_void_p so
|
|
30
|
+
# we can free it after copying.
|
|
31
|
+
lib.OpaAddPolicy.restype = ctypes.c_void_p
|
|
32
|
+
lib.OpaAddPolicy.argtypes = [ctypes.c_uint64, ctypes.c_char_p, ctypes.c_char_p]
|
|
33
|
+
|
|
34
|
+
lib.OpaAddData.restype = ctypes.c_void_p
|
|
35
|
+
lib.OpaAddData.argtypes = [ctypes.c_uint64, ctypes.c_char_p, ctypes.c_char_p]
|
|
36
|
+
|
|
37
|
+
lib.OpaRegisterBuiltin.restype = ctypes.c_void_p
|
|
38
|
+
lib.OpaRegisterBuiltin.argtypes = [
|
|
39
|
+
ctypes.c_uint64,
|
|
40
|
+
ctypes.c_char_p,
|
|
41
|
+
ctypes.c_int,
|
|
42
|
+
CALLBACK,
|
|
43
|
+
]
|
|
44
|
+
|
|
45
|
+
lib.OpaEvalQuery.restype = ctypes.c_void_p
|
|
46
|
+
lib.OpaEvalQuery.argtypes = [ctypes.c_uint64, ctypes.c_char_p, ctypes.c_char_p]
|
|
47
|
+
|
|
48
|
+
lib.OpaEvalDocument.restype = ctypes.c_void_p
|
|
49
|
+
lib.OpaEvalDocument.argtypes = [ctypes.c_uint64, ctypes.c_char_p, ctypes.c_char_p]
|
|
50
|
+
|
|
51
|
+
return lib
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
"""High-level Python API around the Go/OPA bridge library."""
|
|
2
|
+
|
|
3
|
+
import ctypes
|
|
4
|
+
import inspect
|
|
5
|
+
import json
|
|
6
|
+
import sys
|
|
7
|
+
|
|
8
|
+
from . import _native
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class OpaError(Exception):
|
|
12
|
+
def __init__(self, code: str, message: str):
|
|
13
|
+
super().__init__(f"{code}: {message}")
|
|
14
|
+
self.code = code
|
|
15
|
+
self.message = message
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class OpaUndefinedError(OpaError):
|
|
19
|
+
def __init__(self, what: str):
|
|
20
|
+
super().__init__("undefined", f"{what} is undefined")
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
_lib = None
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
def _get_lib():
|
|
27
|
+
global _lib
|
|
28
|
+
if _lib is None:
|
|
29
|
+
_lib = _native.load()
|
|
30
|
+
return _lib
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class OpaEngine:
|
|
34
|
+
"""An embedded OPA policy engine instance.
|
|
35
|
+
|
|
36
|
+
Policies are Rego modules added under a path, data is deep-merged JSON,
|
|
37
|
+
and Python callables can be registered as custom Rego builtins.
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
def __init__(self):
|
|
41
|
+
self._lib = _get_lib()
|
|
42
|
+
self._handle = self._lib.OpaNew()
|
|
43
|
+
self._functions = {}
|
|
44
|
+
# Buffers returned to Go must outlive the call; Go copies them
|
|
45
|
+
# synchronously, so keeping the latest buffer per builtin suffices.
|
|
46
|
+
self._callback_buffers = {}
|
|
47
|
+
self._trampoline = _native.CALLBACK(self._dispatch)
|
|
48
|
+
#: Called as ``print_handler(message, location)`` for each Rego
|
|
49
|
+
#: ``print(...)`` during evaluation; None writes them to stderr.
|
|
50
|
+
self.print_handler = None
|
|
51
|
+
#: Prints captured by the most recent eval, as (message, location).
|
|
52
|
+
self.last_prints = []
|
|
53
|
+
|
|
54
|
+
# -- lifecycle -----------------------------------------------------
|
|
55
|
+
|
|
56
|
+
def close(self):
|
|
57
|
+
if self._handle is not None:
|
|
58
|
+
self._lib.OpaDestroy(self._handle)
|
|
59
|
+
self._handle = None
|
|
60
|
+
|
|
61
|
+
def __enter__(self):
|
|
62
|
+
return self
|
|
63
|
+
|
|
64
|
+
def __exit__(self, *exc):
|
|
65
|
+
self.close()
|
|
66
|
+
|
|
67
|
+
def __del__(self):
|
|
68
|
+
try:
|
|
69
|
+
self.close()
|
|
70
|
+
except Exception:
|
|
71
|
+
pass
|
|
72
|
+
|
|
73
|
+
# -- internals -----------------------------------------------------
|
|
74
|
+
|
|
75
|
+
def _check_open(self):
|
|
76
|
+
if self._handle is None:
|
|
77
|
+
raise OpaError("closed", "engine has been closed")
|
|
78
|
+
|
|
79
|
+
def _call(self, fn, *args):
|
|
80
|
+
ptr = fn(self._handle, *args)
|
|
81
|
+
if not ptr:
|
|
82
|
+
raise OpaError("internal", "native call returned NULL")
|
|
83
|
+
try:
|
|
84
|
+
raw = ctypes.string_at(ptr)
|
|
85
|
+
finally:
|
|
86
|
+
self._lib.OpaFreeString(ptr)
|
|
87
|
+
envelope = json.loads(raw)
|
|
88
|
+
if "error" in envelope and envelope["error"] is not None:
|
|
89
|
+
err = envelope["error"]
|
|
90
|
+
raise OpaError(err.get("code", "unknown"), err.get("message", ""))
|
|
91
|
+
return envelope
|
|
92
|
+
|
|
93
|
+
def _eval_result(self, envelope):
|
|
94
|
+
self.last_prints = [
|
|
95
|
+
(p["message"], p["location"]) for p in envelope.get("prints") or []
|
|
96
|
+
]
|
|
97
|
+
for message, location in self.last_prints:
|
|
98
|
+
if self.print_handler is not None:
|
|
99
|
+
self.print_handler(message, location)
|
|
100
|
+
else:
|
|
101
|
+
print(f"{location}: {message}", file=sys.stderr)
|
|
102
|
+
return envelope.get("result")
|
|
103
|
+
|
|
104
|
+
def _dispatch(self, handle, name, args_json):
|
|
105
|
+
name = name.decode()
|
|
106
|
+
try:
|
|
107
|
+
fn, arity = self._functions[name]
|
|
108
|
+
args = json.loads(args_json)
|
|
109
|
+
if arity == -1:
|
|
110
|
+
# Variadic builtins take a single array argument in Rego.
|
|
111
|
+
args = args[0]
|
|
112
|
+
response = {"result": fn(*args)}
|
|
113
|
+
except Exception as e: # never let an exception cross into Go
|
|
114
|
+
response = {"error": repr(e)}
|
|
115
|
+
try:
|
|
116
|
+
buf = ctypes.create_string_buffer(json.dumps(response).encode())
|
|
117
|
+
except Exception as e:
|
|
118
|
+
buf = ctypes.create_string_buffer(
|
|
119
|
+
json.dumps({"error": f"unserializable result: {e!r}"}).encode()
|
|
120
|
+
)
|
|
121
|
+
self._callback_buffers[name] = buf
|
|
122
|
+
return ctypes.addressof(buf)
|
|
123
|
+
|
|
124
|
+
# -- public API ----------------------------------------------------
|
|
125
|
+
|
|
126
|
+
def add_policy(self, path: str, source: str):
|
|
127
|
+
"""Add a Rego module under the given path (module name)."""
|
|
128
|
+
self._check_open()
|
|
129
|
+
self._call(self._lib.OpaAddPolicy, path.encode(), source.encode())
|
|
130
|
+
|
|
131
|
+
def add_data(self, value, path: str = ""):
|
|
132
|
+
"""Deep-merge a JSON-compatible value into the data document.
|
|
133
|
+
|
|
134
|
+
``path`` is a dotted path (e.g. ``"roles.admin"``); empty means root.
|
|
135
|
+
Conflicting existing values raise OpaError(code="merge_conflict").
|
|
136
|
+
"""
|
|
137
|
+
self._check_open()
|
|
138
|
+
self._call(self._lib.OpaAddData, path.encode(), json.dumps(value).encode())
|
|
139
|
+
|
|
140
|
+
def register_function(self, name: str, fn, *, arity: int | None = None):
|
|
141
|
+
"""Expose a Python callable as a Rego builtin.
|
|
142
|
+
|
|
143
|
+
Arity is inferred from the signature unless given; ``*args`` means
|
|
144
|
+
variadic, in which case the builtin takes a single array argument in
|
|
145
|
+
Rego (e.g. ``many(["a", "b"])``) that is unpacked into ``*args``.
|
|
146
|
+
Arguments and the return value are JSON-compatible objects.
|
|
147
|
+
"""
|
|
148
|
+
self._check_open()
|
|
149
|
+
if arity is None:
|
|
150
|
+
arity = 0
|
|
151
|
+
for p in inspect.signature(fn).parameters.values():
|
|
152
|
+
if p.kind is inspect.Parameter.VAR_POSITIONAL:
|
|
153
|
+
arity = -1
|
|
154
|
+
break
|
|
155
|
+
if p.kind in (
|
|
156
|
+
inspect.Parameter.POSITIONAL_ONLY,
|
|
157
|
+
inspect.Parameter.POSITIONAL_OR_KEYWORD,
|
|
158
|
+
):
|
|
159
|
+
arity += 1
|
|
160
|
+
self._functions[name] = (fn, arity)
|
|
161
|
+
try:
|
|
162
|
+
self._call(
|
|
163
|
+
self._lib.OpaRegisterBuiltin, name.encode(), arity, self._trampoline
|
|
164
|
+
)
|
|
165
|
+
except Exception:
|
|
166
|
+
del self._functions[name]
|
|
167
|
+
raise
|
|
168
|
+
|
|
169
|
+
def eval_query(self, query: str, input=None):
|
|
170
|
+
"""Evaluate a Rego query; returns a list of binding dicts."""
|
|
171
|
+
self._check_open()
|
|
172
|
+
rs = self._eval_result(
|
|
173
|
+
self._call(self._lib.OpaEvalQuery, query.encode(), _encode_input(input))
|
|
174
|
+
)
|
|
175
|
+
if not rs:
|
|
176
|
+
return []
|
|
177
|
+
return [r.get("bindings", {}) for r in rs]
|
|
178
|
+
|
|
179
|
+
def eval_document(self, path: str, input=None):
|
|
180
|
+
"""Evaluate the document at ``data.<path>`` and return its value.
|
|
181
|
+
|
|
182
|
+
Raises OpaUndefinedError if the document is undefined.
|
|
183
|
+
"""
|
|
184
|
+
self._check_open()
|
|
185
|
+
rs = self._eval_result(
|
|
186
|
+
self._call(self._lib.OpaEvalDocument, path.encode(), _encode_input(input))
|
|
187
|
+
)
|
|
188
|
+
if not rs or not rs[0].get("expressions"):
|
|
189
|
+
raise OpaUndefinedError(f"data.{path}" if path else "data")
|
|
190
|
+
return rs[0]["expressions"][0]["value"]
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
def _encode_input(input):
|
|
194
|
+
if input is None:
|
|
195
|
+
return b""
|
|
196
|
+
return json.dumps(input).encode()
|