Go to file
dependabot[bot] eaaeaccf5d
build(deps): bump boto3 from 1.17.98 to 1.17.99 (#1076)
Bumps [boto3](https://github.com/boto/boto3) from 1.17.98 to 1.17.99.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.17.98...1.17.99)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 09:58:23 +02:00
.github release: 2021.6.2 2021-06-22 23:35:10 +02:00
authentik lib: fix regex_match result being inverted, add tests 2021-06-23 20:06:43 +02:00
cmd/server gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
internal release: 2021.6.2 2021-06-22 23:35:10 +02:00
lifecycle lifecycle: fix permissions for unittest xml 2021-06-09 16:03:51 +02:00
outpost release: 2021.6.2 2021-06-22 23:35:10 +02:00
scripts ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
tests tests/e2e: fix provider test image 2021-06-19 22:11:09 +02:00
web build(deps): bump @types/codemirror from 5.60.0 to 5.60.1 in /web (#1074) 2021-06-24 09:58:14 +02:00
website website/docs: Added setting for SP name ID format (#1072) 2021-06-23 18:02:49 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.6.2 2021-06-22 23:35:10 +02:00
.dockerignore root: fix references to helm chart 2021-06-13 14:30:44 +02:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: fix references to helm chart 2021-06-13 14:30:44 +02:00
Dockerfile Revert "root: fix permissions for docker files" 2021-06-09 16:04:17 +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: deepmerge user.group_attributes, use group_attributes for user settings 2021-06-19 19:52:55 +02:00
Pipfile.lock build(deps): bump boto3 from 1.17.98 to 1.17.99 (#1076) 2021-06-24 09:58:23 +02:00
README.md root: fix references to helm chart 2021-06-13 14:30:44 +02:00
SECURITY.md root: update security md 2021-05-06 14:43:19 +02:00
azure-pipelines.yml website/docs: remove migrate command 2021-06-16 22:43:43 +02:00
docker-compose.yml release: 2021.6.2 2021-06-22 23:35:10 +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 lib: fix regex_match result being inverted, add tests 2021-06-23 20:06:43 +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