Skip to content

Commit 0884f38

Browse files
docs(airflow): Add a README to the opa-auth-manager
1 parent 55cc4dd commit 0884f38

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

airflow/opa-auth-manager/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Auth manager for Airflow which delegates the authorization to an Open Policy
2+
Agent
3+
4+
[Poetry](https://python-poetry.org/) is used to build the project:
5+
6+
poetry build
7+
8+
The unit tests can be run as follows:
9+
10+
poetry run pytest

airflow/opa-auth-manager/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "opa-auth-manager"
33
version = "0.1.0"
4-
description = ""
4+
description = "Auth manager for Airflow which delegates the authorization to an Open Policy Agent"
55
authors = ["Siegfried Weber <[email protected]>"]
66
readme = "README.md"
77

0 commit comments

Comments
 (0)