We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cc4dd commit 0884f38Copy full SHA for 0884f38
airflow/opa-auth-manager/README.md
@@ -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
@@ -1,7 +1,7 @@
[tool.poetry]
name = "opa-auth-manager"
version = "0.1.0"
-description = ""
+description = "Auth manager for Airflow which delegates the authorization to an Open Policy Agent"
authors = ["Siegfried Weber <[email protected]>"]
readme = "README.md"
0 commit comments