Go to file
Jens L f01bc20d44
Embedded outpost (#1193)
* api: allow API requests as managed outpost's account when using secret_key

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* root: load secret key from env

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* outposts: make listener IP configurable

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* outpost/proxy: run outpost in background and pass requests conditionally

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* outpost: unify branding to embedded

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* web/admin: fix embedded outpost not being editable

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* web: fix mismatched host detection

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* tests/e2e: fix LDAP test not including user for embedded outpost

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* tests/e2e: fix user matching

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* api: add tests for secret_key auth

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* root: load environment variables using github.com/Netflix/go-env

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-07-29 11:30:30 +02:00
.github ci: add codeql 2021-07-28 09:58:13 +02:00
authentik Embedded outpost (#1193) 2021-07-29 11:30:30 +02:00
cmd Embedded outpost (#1193) 2021-07-29 11:30:30 +02:00
internal Embedded outpost (#1193) 2021-07-29 11:30:30 +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 Embedded outpost (#1193) 2021-07-29 11:30:30 +02:00
web Embedded outpost (#1193) 2021-07-29 11:30:30 +02:00
website build(deps): bump @docusaurus/preset-classic in /website (#1196) 2021-07-29 09:28:59 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.7.1 2021-07-27 10:35:45 +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
CODE_OF_CONDUCT.md root: add code of conduct and PR template 2021-07-26 22:49:17 +02:00
CONTRIBUTING.md root: add contributing file 2021-07-26 22:42:00 +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 build(deps): bump twisted from 20.3.0 to 21.7.0 (#1198) 2021-07-29 09:22:44 +02:00
Pipfile.lock build(deps): bump twisted from 20.3.0 to 21.7.0 (#1198) 2021-07-29 09:22:44 +02:00
README.md root: fix references to helm chart 2021-06-13 14:30:44 +02:00
SECURITY.md website/docs: update terminology for dark mode 2021-07-26 21:50:49 +02:00
azure-pipelines-outpost.yml ci: remove unused variables 2021-07-22 21:05:55 +02:00
azure-pipelines.yml outposts/ldap: search users and group in parallel 2021-07-22 22:55:23 +02:00
docker-compose.yml release: 2021.7.1 2021-07-27 10:35:45 +02:00
go.mod Embedded outpost (#1193) 2021-07-29 11:30:30 +02:00
go.sum Embedded outpost (#1193) 2021-07-29 11:30:30 +02:00
ldap.Dockerfile outposts: fix git hash not being set in outposts 2021-07-21 21:31:25 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
proxy.Dockerfile outposts: fix git hash not being set in outposts 2021-07-21 21:31:25 +02:00
pyproject.toml Revert "root: fix root dir for coverage" 2021-07-22 23:52:58 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
schema.yml release: 2021.7.1 2021-07-27 10:35:45 +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