Commit a58c1e6
authored
feat(airflow): Add OPA support to Airflow (#978)
* feat: Add initial OpaFabAuthManager
* feat(airflow): Call OPA from FabAuthManager
* feat(airflow): Add cache and configuration options for OPA and implement all is_authorized functions
* fix(airflow): Fix call to OPA
* test(airflow): Test OpaFabAuthManager configuration and caching
* chore: Update changelog
* feat(airflow): Add metric opa_cache_limit_reached
* docs(airflow): Add a README to the opa-auth-manager
* chore(airflow): Reformat Python code
* docs(airflow): Fix markdown linter warning
* chore(airflow): Fix Dockerfile linter warning
* docs(airflow): Fix a typo1 parent 70dc187 commit a58c1e6
File tree
10 files changed
+5178
-0
lines changed- airflow
- opa-auth-manager
- opa_auth_manager
- tests
10 files changed
+5178
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| |||
17 | 30 | | |
18 | 31 | | |
19 | 32 | | |
| 33 | + | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
| |||
57 | 71 | | |
58 | 72 | | |
59 | 73 | | |
| 74 | + | |
| 75 | + | |
60 | 76 | | |
61 | 77 | | |
62 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Whitespace-only changes.
0 commit comments