Go to file
Jens L 1cfe1aff13
wip: rename to authentik (#361)
* root: initial rename

* web: rename custom element prefix

* root: rename external functions with pb_ prefix

* root: fix formatting

* root: replace domain with goauthentik.io

* proxy: update path

* root: rename remaining prefixes

* flows: rename file extension

* root: pbadmin -> akadmin

* docs: fix image filenames

* lifecycle: ignore migration files

* ci: copy default config from current source before loading last tagged

* *: new sentry dsn

* tests: fix missing python3.9-dev package

* root: add additional migrations for service accounts created by outposts

* core: mark system-created service accounts with attribute

* policies/expression: fix pb_ replacement not working

* web: fix last linting errors, add lit-analyse

* policies/expressions: fix lint errors

* web: fix sidebar display on screens where not all items fit

* proxy: attempt to fix proxy pipeline

* proxy: use go env GOPATH to get gopath

* lib: fix user_default naming inconsistency

* docs: add upgrade docs

* docs: update screenshots to use authentik

* admin: fix create button on empty-state of outpost

* web: fix modal submit not refreshing SiteShell and Table

* web: fix height of app-card and height of generic icon

* web: fix rendering of subtext

* admin: fix version check error not being caught

* web: fix worker count not being shown

* docs: update screenshots

* root: new icon

* web: fix lint error

* admin: fix linting error

* root: migrate coverage config to pyproject
2020-12-05 22:08:42 +01:00
.github wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
authentik wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
helm wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
icons wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
lifecycle wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
proxy wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
scripts wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
tests wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
web wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
website wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
.bumpversion.cfg wip: rename to authentik (#361) 2020-12-05 22:08:42 +01: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 web: remove dist from git 2020-11-30 12:50:08 +01:00
.prospector.yaml root: upgrade to python3.9 2020-11-15 16:15:01 +01:00
.pylintrc e2e: attempt to fix prospector error again 2020-11-15 20:46:53 +01:00
Dockerfile wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
LICENSE repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
Makefile wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
Pipfile root: upgrade to python3.9 2020-11-15 16:15:01 +01:00
Pipfile.lock build(deps): bump boto3 from 1.16.25 to 1.16.28 (#357) 2020-12-02 11:19:47 +01:00
README.md wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
SECURITY.md wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
azure-pipelines.yml wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
docker-compose.yml wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
docker.env.yml e2e: add apply_default_data to load data from migrations after tables have been truncated 2020-06-07 19:31:16 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
pytest.ini wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
setup.cfg OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
swagger.yaml wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00

README.md

authentik logo

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

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

Development

See Development Documentation

Security

See SECURITY.md