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 82bb179bc2
root: global email settings (#448)
* root: make global email settings configurable

* stages/email: add use_global_settings

* stages/email: add test_email command to test email sending

* stages/email: update email template

* stages/email: simplify email template path

* stages/email: add support for user-supplied email templates

* stages/email: add tests for sending and templates

* stages/email: only add custom template if permissions are correct

* docs: add custom email template docs

* root: add /templates volume in docker-compose by default

* stages/email: fix form not allowing custom templates

* stages/email: use relative path for custom templates

* stages/email: check if all templates exist on startup, reset

* docs: add global email docs for docker-compose

* helm: add email config to helm chart

* helm: load all secrets with env prefix

* helm: move s3 and smtp secret to secret

* stages/email: fix test for relative name

* stages/email: add argument to send email from existing stage

* stages/email: set uid using slug of message id

* stages/email: ensure template validation ignores migration runs

* docs: add email troubleshooting docs

* stages/email: fix long task_name breaking task list
2021-01-05 00:41:10 +01:00
.github release: 0.14.2-stable 2020-12-31 12:00:31 +01:00
authentik root: global email settings (#448) 2021-01-05 00:41:10 +01:00
helm root: global email settings (#448) 2021-01-05 00:41:10 +01:00
lifecycle build(deps): bump structlog from 20.1.0 to 20.2.0 (#445) 2021-01-01 15:39:43 +01:00
proxy release: 0.14.2-stable 2020-12-31 12:00:31 +01:00
scripts root: use proxy for e2e tests 2020-12-06 19:52:26 +01:00
tests build(deps): bump structlog from 20.1.0 to 20.2.0 (#445) 2021-01-01 15:39:43 +01:00
web build(deps-dev): bump eslint from 7.16.0 to 7.17.0 in /web (#447) 2021-01-04 08:56:28 +01:00
website root: global email settings (#448) 2021-01-05 00:41:10 +01:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 0.14.2-stable 2020-12-31 12:00:31 +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 root: fix paths for XML Schema files 2020-12-13 23:40:01 +01:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile outposts: remove unused views 2020-12-13 21:25:05 +01:00
Pipfile root: upgrade to python3.9 2020-11-15 16:15:01 +01:00
Pipfile.lock build(deps): bump structlog from 20.1.0 to 20.2.0 (#445) 2021-01-01 15:39:43 +01:00
README.md root: use coloured icon for readme 2020-12-24 14:32:20 +01:00
SECURITY.md root: update security.md 2020-12-29 21:34:34 +01:00
azure-pipelines.yml ci: fix branchName in PRs 2020-12-24 16:18:06 +01:00
docker-compose.yml root: global email settings (#448) 2021-01-05 00:41:10 +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 root: global email settings (#448) 2021-01-05 00:41:10 +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