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 5d26fa0403 gproxy: add sentry integration
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-05-04 14:28:48 +02:00
.github Merge branch 'version-2021.4' 2021-04-29 23:50:52 +02:00
authentik gproxy: load default config file for debug and listen statements 2021-05-04 14:10:34 +02:00
cmd/server gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
helm root: initial go proxy, update compose and helm 2021-05-03 09:39:09 +02:00
internal gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
lifecycle root: initial go proxy, update compose and helm 2021-05-03 09:39:09 +02:00
outpost gproxy: listen on tls 2021-05-03 23:19:22 +02:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests sources/plex: add general tests 2021-05-03 21:55:55 +02:00
web web/admin: add missing plex source view 2021-05-04 12:09:35 +02:00
website website/docs: add wip docs for next version 2021-05-03 10:00:14 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
.dockerignore root: attempt to build static image without django's collectstatic (#360) 2020-12-02 21:23:07 +01:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore outposts: allow better configuration of outpost image name 2021-04-29 20:07:53 +02:00
Dockerfile root: initial go proxy, update compose and helm 2021-05-03 09:39:09 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile root: temporarily use failfast to debug tests 2021-03-30 13:05:49 +02:00
Pipfile sources/plex: add general tests 2021-05-03 21:55:55 +02:00
Pipfile.lock build(deps): bump boto3 from 1.17.62 to 1.17.64 2021-05-04 10:44:03 +02:00
README.md root: fix transifex link 2021-04-26 11:56:10 +02:00
SECURITY.md web/elements: add PageHeader element to replace page 2021-04-10 17:09:40 +02:00
azure-pipelines.yml ci: fix API not being generated for server build 2021-05-04 10:58:37 +02:00
docker-compose.yml Merge branch 'master' into go-proxy 2021-05-03 22:53:33 +02:00
go.mod gproxy: load default config file for debug and listen statements 2021-05-04 14:10:34 +02:00
go.sum gproxy: load default config file for debug and listen statements 2021-05-04 14:10:34 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml stages/email: add tests for API 2021-04-04 14:14:58 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
swagger.yaml sources/plex: add general tests 2021-05-03 21:55:55 +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 in the helm/ directory. This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md