authentik icon indicating copy to clipboard operation
authentik copied to clipboard

outposts/proxy: fix redirect path when external host is a subdirectory

Open BeryJu opened this issue 2 years ago • 2 comments

Signed-off-by: Jens Langhammer [email protected]

BeryJu avatar Sep 21 '22 20:09 BeryJu

Codecov Report

Base: 92.56% // Head: 92.56% // No change to project coverage :thumbsup:

Coverage data is based on head (9a7228c) compared to base (7932b39). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3628   +/-   ##
=======================================
  Coverage   92.56%   92.56%           
=======================================
  Files         460      460           
  Lines       22246    22246           
=======================================
  Hits        20589    20589           
  Misses       1657     1657           
Flag Coverage Δ
e2e 54.95% <ø> (ø)
integration 28.86% <ø> (ø)
unit 89.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 21 '22 20:09 codecov[bot]

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-outposts-proxy-fix-redirect-subdir-1663793805-460781127a5a332dbbab3086e1d15ae833777fc9
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-outposts-proxy-fix-redirect-subdir-1663793805-460781127a5a332dbbab3086e1d15ae833777fc9

Afterwards, run the upgrade commands from the latest release notes.

github-actions[bot] avatar Sep 21 '22 21:09 github-actions[bot]