Skip to content

Commit 4fc0180

Browse files
authored
feat(airflow): Add Python libs needed for OIDC (#891)
* Adding libs for OIDC * Adding oidc support to airflow * Something went wrong with superset dockerfile, fixing * Moving OIDC libs before cyclonedx * removing --upgrade as not needed
1 parent afe481b commit 4fc0180

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airflow/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ pip install --no-cache-dir --upgrade pip
5454
pip install --no-cache-dir apache-airflow[${AIRFLOW_EXTRAS}]==${PRODUCT} --constraint /tmp/constraints.txt
5555
# Needed for pandas S3 integration to e.g. write and read csv and parquet files to/from S3
5656
pip install --no-cache-dir s3fs==2024.9.0 cyclonedx-bom==5.0.0
57+
# Needed for OIDC
58+
pip install --no-cache-dir Flask_OIDC==2.2.0 Flask-OpenID==1.3.1
5759

5860
# Create the SBOM for Airflow
5961
# Important: All `pip install` commands must be above this line, otherwise the SBOM will be incomplete

0 commit comments

Comments
 (0)