authentik fork
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jens Langhammer d678d33756 root: add support for PROXY protocol on listeners
closes #1161

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-07-20 11:03:09 +02:00
.github Merge branch 'master' into inbuilt-proxy 2021-07-05 19:11:26 +02:00
authentik outposts: don't authenticate as service user for flows to set remote-ip 2021-07-19 13:17:13 +02:00
cmd root: fix linting errors 2021-07-18 20:54:34 +02:00
internal root: add support for PROXY protocol on listeners 2021-07-20 11:03:09 +02:00
lifecycle lifecycle: fix postgresql port not being passed for migrations 2021-07-16 12:04:36 +02:00
scripts ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
tests tests/e2e: add LDAPS bind tests 2021-07-19 13:26:36 +02:00
web build(deps): bump @typescript-eslint/parser in /web (#1158) 2021-07-20 09:08:16 +02:00
website website: add sentry 2021-07-19 21:50:56 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg Merge branch 'master' into inbuilt-proxy 2021-07-05 19:11:26 +02:00
.dockerignore root: add bundled docs 2021-07-13 11:06:51 +02:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
Dockerfile root: fix docker stage name 2021-07-17 16:40:55 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile Merge branch 'master' into inbuilt-proxy 2021-07-11 12:41:16 +02:00
Pipfile providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00
Pipfile.lock build(deps): bump boto3 from 1.18.1 to 1.18.2 (#1160) 2021-07-20 08:33:12 +02:00
README.md root: fix references to helm chart 2021-06-13 14:30:44 +02:00
SECURITY.md root: update security md 2021-05-06 14:43:19 +02:00
azure-pipelines-outpost.yml ci: fix linter for embed 2021-07-17 21:56:42 +02:00
azure-pipelines.yml website/docs: remove migrate command 2021-06-16 22:43:43 +02:00
docker-compose.yml release: 2021.6.4 2021-07-05 16:59:29 +02:00
go.mod root: add support for PROXY protocol on listeners 2021-07-20 11:03:09 +02:00
go.sum root: add support for PROXY protocol on listeners 2021-07-20 11:03:09 +02:00
ldap.Dockerfile Merge branch 'master' into inbuilt-proxy 2021-07-17 12:49:38 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
proxy.Dockerfile Merge branch 'master' into inbuilt-proxy 2021-07-17 12:49:38 +02:00
pyproject.toml API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
schema.yml Merge branch 'master' into inbuilt-proxy 2021-07-17 12:49:38 +02:00

README.md

authentik logo


CI Build status Tests Code Coverage Docker pulls Latest version LGTM Grade Transifex

What is authentik?

authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols. authentik is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.

Installation

For small/test setups it is recommended to use docker-compose, see the documentation

For bigger setups, there is a Helm Chart [here])(https://github.com/goauthentik/helm). This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md