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 L 34ae9e6dab
API: add endpoint to show by what objects an object is used (#995)
* core: add used_by API to show what objects are affected before deletion

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

* web/elements: add support for used_by API

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

* core: add authentik_used_by_shadows to shadow other models

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

* web: implement used_by API

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

* *: fix duplicate imports

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

* core: add action field to used_by api

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

* web: add UI for used_by action

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

* web: add notice to tenant form

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

* core: fix naming in used_by

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

* web: check length for used_by

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

* core: fix used_by for non-pk models

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

* *: improve __str__ on models

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

* core: add support for many to many in used_by

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-06-10 11:58:12 +02:00
.github root: add stale.yml 2021-06-06 14:47:03 +02:00
authentik API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
cmd/server gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
internal web: migrate templates back to django 2021-06-05 19:38:24 +02:00
lifecycle lifecycle: fix custom port not being set for postgres healthcheck 2021-06-09 10:59:48 +02:00
outpost outpost: fix missing outpost images 2021-06-09 11:24:59 +02:00
scripts ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
tests tests/e2e: switch to ghcr images 2021-06-08 15:32:23 +02:00
web API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
website build(deps): bump postcss from 8.3.0 to 8.3.1 in /website (#996) 2021-06-10 08:52:51 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.5.4 2021-05-22 20:15:23 +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: fix requirements-dev including all dependencies 2021-06-09 14:22:45 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile outposts/ldap: fix client usage 2021-05-24 15:58:59 +02:00
Pipfile core: add geo_ip to authenticated sessions if enabled 2021-05-30 01:01:20 +02:00
Pipfile.lock build(deps): bump boto3 from 1.17.90 to 1.17.91 (#1003) 2021-06-10 08:53:42 +02:00
README.md root: fix transifex link 2021-04-26 11:56:10 +02:00
SECURITY.md root: update security md 2021-05-06 14:43:19 +02:00
azure-pipelines.yml root: don't run main ci for website or outpost changes 2021-06-06 13:56:38 +02:00
docker-compose.yml release: 2021.5.4 2021-05-22 20:15:23 +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 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 API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +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