Commit 33fadea
committed
✨(backend) make forward auth request uri header configurable
In our deployment we're using Traefik, not nginx, as an ingress.
Traefik uses X-Forwarded-Uri instead of X-Original-Uri. This
adds a setting which lets users adapt Docs to their ingress
proxy of choice
Signed-off-by: Erin Shepherd <erin.shepherd@e43.eu>1 parent e747e03 commit 33fadea
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1777 | 1777 | | |
1778 | 1778 | | |
1779 | 1779 | | |
1780 | | - | |
| 1780 | + | |
1781 | 1781 | | |
1782 | 1782 | | |
1783 | | - | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
1784 | 1787 | | |
1785 | 1788 | | |
1786 | 1789 | | |
| |||
1791 | 1794 | | |
1792 | 1795 | | |
1793 | 1796 | | |
1794 | | - | |
| 1797 | + | |
1795 | 1798 | | |
1796 | | - | |
| 1799 | + | |
1797 | 1800 | | |
1798 | 1801 | | |
1799 | 1802 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
0 commit comments