2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "Skipper"
|
|
|
|
description: "An integration guide for Authelia and the Skipper reverse proxy"
|
|
|
|
lead: "A guide on integrating Authelia with the Skipper reverse proxy."
|
2022-06-28 05:27:14 +00:00
|
|
|
date: 2022-06-15T17:51:47+10:00
|
2022-06-15 07:51:47 +00:00
|
|
|
draft: false
|
|
|
|
images: []
|
|
|
|
menu:
|
|
|
|
integration:
|
|
|
|
parent: "proxies"
|
|
|
|
weight: 360
|
|
|
|
toc: true
|
|
|
|
aliases:
|
|
|
|
- /i/skipper
|
|
|
|
---
|
|
|
|
|
|
|
|
[Skipper] is probably supported by __Authelia__.
|
|
|
|
|
|
|
|
*__Important:__ When using these guides it's important to recognize that we cannot provide a guide for every possible
|
|
|
|
method of deploying a proxy. These guides show a suggested setup only and you need to understand the proxy
|
|
|
|
configuration and customize it to your needs. To-that-end we include links to the official proxy documentation
|
|
|
|
throughout this documentation and in the [See Also](#see-also) section.*
|
|
|
|
|
|
|
|
## UNDER CONSTRUCTION
|
|
|
|
|
|
|
|
It's currently not certain, but fairly likely that [Skipper] is supported by __Authelia__. We wish to add documentation
|
|
|
|
and thus if anyone has this working please let us know.
|
|
|
|
|
|
|
|
We will aim to perform documentation for this on our own but there is no current timeframe.
|
|
|
|
|
2022-06-22 12:58:23 +00:00
|
|
|
## Get Started
|
|
|
|
|
|
|
|
It's __*strongly recommended*__ that users setting up *Authelia* for the first time take a look at our
|
|
|
|
[Get Started](../prologue/get-started.md) guide. This takes you through various steps which are essential to
|
|
|
|
bootstrapping *Authelia*.
|
|
|
|
|
2022-06-15 07:51:47 +00:00
|
|
|
## Trusted Proxies
|
|
|
|
|
|
|
|
*__Important:__ You should read the [Forwarded Headers] section and this section as part of any proxy configuration.
|
|
|
|
Especially if you have never read it before.*
|
|
|
|
|
|
|
|
*__Important:__ The included example is __NOT__ meant for production use. It's used expressly as an example to showcase
|
|
|
|
how you can configure multiple IP ranges. You should customize this example to fit your specific architecture and needs.
|
|
|
|
You should only include the specific IP address ranges of the trusted proxies within your architecture and should not
|
|
|
|
trust entire subnets unless that subnet only has trusted proxies and no other services.*
|
|
|
|
|
|
|
|
## Potential
|
|
|
|
|
|
|
|
Support for [Skipper] should be possible via [Skipper]'s
|
|
|
|
[Webhook Filter](https://opensource.zalando.com/skipper/reference/filters/#webhook).
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
* [Skipper Webhook Filter Documentation](https://opensource.zalando.com/skipper/reference/filters/#webhook)
|
|
|
|
* [Forwarded Headers]
|
|
|
|
|
|
|
|
[Skipper]: https://opensource.zalando.com/skipper/
|
|
|
|
[Forwarded Headers]: fowarded-headers
|