Skip to content

Commit c8a7062

Browse files
authored
Remove patch disabling authN/authZ python simple API (#815)
1 parent 50c8a38 commit c8a7062

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages <
131131
COPY images/assets/patches/0022-Adds-authentication-to-the-mvn-deploy-api.patch /tmp/
132132
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0022-Adds-authentication-to-the-mvn-deploy-api.patch
133133

134-
COPY images/assets/patches/0023-Add-auth-override-pulp-python.patch /tmp/
135-
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0023-Add-auth-override-pulp-python.patch
136-
137134
COPY images/assets/patches/0024-Update-FileContent-filter-with-NAME_FILTER_OPTIONS.patch /tmp/
138135
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0024-Update-FileContent-filter-with-NAME_FILTER_OPTIONS.patch
139136

images/assets/patches/0023-Add-auth-override-pulp-python.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)