Skip to content
Snippets Groups Projects
Commit ae3635da authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

chart: Remove unused Traefik middleware

Apparently, while copying the contents of the old aptly-repository over
to here, I accidentally included this middleware file that was sticking
around in my local copy from back when we were deciding how exactly to
set up authentication. The original idea was that we'd use oathkeeper as
a decision maker only, rather than a proxy as it is now, but this was
changed in order to avoid dealing with CRDs.

Of course, this file got stuck in here, which spoiled that goal just a
tiny bit. In fact, I *literally reviewed changes to it* in !13 that were
explicitly tied to the exact CRD issues we wanted to avoid in the first
place.

https://phabricator.apertis.org/T10135



Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
parent ff2346f2
No related branches found
No related tags found
2 merge requests!26chart: Remove unused Traefik middleware,!24Merge collabora/staging into collabora/production
Pipeline #119048 passed
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: {{ include "aptly.name" . }}-auth
labels:
{{- include "aptly.labels" . | nindent 4 }}
spec:
forwardAuth:
address: http://oathkeeper-api:4456/decisions
authResponseHeaders:
- Authorization
# basicAuth:
# secret: {{ include "aptly.name" . }}-auth
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment