2b071712f5
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/goauthentik/ldap](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | minor | `dac3536` -> `7bf4920` | | [ghcr.io/goauthentik/proxy](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | minor | `09703a2` -> `99162f0` | | [ghcr.io/goauthentik/radius](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | minor | `b94cb1a` -> `552d7f4` | | [ghcr.io/goauthentik/server](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | minor | `f2e5c18` -> `e71c9b5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM5Ljg0LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
25 lines
544 B
YAML
25 lines
544 B
YAML
authentik:
|
|
credentials:
|
|
bootstrapToken: some_super_secret_token
|
|
outposts:
|
|
disableEmbeddedOutpost: true
|
|
proxy:
|
|
enabled: true
|
|
token: some_super_secret_token
|
|
radius:
|
|
# Can't enable it before creating a
|
|
# provider in the GUI
|
|
enabled: false
|
|
token: some_super_secret_token
|
|
ldap:
|
|
# Can't enable it before creating a
|
|
# provider in the GUI
|
|
enabled: false
|
|
token: some_super_secret_token
|
|
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
hosts:
|
|
- host: authentik.example.com
|