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.
Find a file
Marc 'risson' Schmitt 5d87eb97be outposts/ldap: fix race condition when refreshing the provider
Fixes the race condition causing the crash found in #4138, which doesn't
actually have anything to do with the issue itself.

As far as I can work out, when the outpost refreshes its list of
providers, it copies over its `boundUsers`, probably to avoid having to
fetch them all again, and does so by making a shallow copy of that
`map`, but not the mutex associated with it. It now has multiple
references to the same map, each protected by a different mutex, which
under certain conditions can cause a `concurrent map read and map write`
error.

This fix copies the map contents instead of make a shallow copy.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2023-06-02 15:42:19 +02:00
.github web: bump API Client version (#5826) 2023-06-01 21:17:37 +02:00
.vscode web/flows: improve UI for TOTP code input (#5676) 2023-05-18 18:41:53 +02:00
authentik Merge branch 'version-2023.5' 2023-06-01 21:00:13 +02:00
blueprints blueprints: allow setting user's passwords from blueprints (#5797) 2023-05-29 21:28:44 +02:00
cmd cmd: use live endpoint instead of ready for inbuild healthcheck 2023-05-08 22:04:18 +02:00
internal outposts/ldap: fix race condition when refreshing the provider 2023-06-02 15:42:19 +02:00
lifecycle root: add method to get install_id without django being loaded (#5755) 2023-05-25 18:52:21 +02:00
locale Translations for locale/en/LC_MESSAGES/django.po in zh_CN (#5712) 2023-05-22 10:49:32 +02:00
schemas providers: SCIM (#4835) 2023-03-06 19:39:08 +01:00
scripts root: fix generate_config script not setting debug (#5465) 2023-05-03 23:52:59 +03:00
tests core: bump coverage from 7.2.5 to 7.2.6 (#5738) 2023-05-24 11:03:26 +02:00
web web: bump API Client version (#5826) 2023-06-01 21:17:37 +02:00
website website/integrations: fix snipe-it typo (#5836) 2023-06-02 12:40:37 +02:00
.bumpversion.cfg release: 2023.5.3 2023-06-01 19:35:13 +02:00
.dockerignore enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
.editorconfig website: codespell with custom dictionary and CI (#5062) 2023-03-24 00:24:55 +01:00
.gitignore website/blog: Becoming OpenID certified - Why standards matter (#4865) 2023-03-07 18:22:53 +01:00
CODE_OF_CONDUCT.md root: rework and expand security policy 2022-11-28 12:10:53 +01:00
CODEOWNERS root: Test codeowners (#5586) 2023-05-11 20:26:04 +02:00
CONTRIBUTING.md website/developer-docs: move contributing to dev docs index and link contributing file (#5554) 2023-05-09 20:26:55 +02:00
docker-compose.yml Merge branch 'version-2023.5' 2023-06-01 21:00:13 +02:00
Dockerfile web: revised package.json (#5612) 2023-05-16 12:45:10 +02:00
go.mod core: bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#5818) 2023-05-31 12:21:57 +02:00
go.sum core: bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#5818) 2023-05-31 12:21:57 +02:00
ldap.Dockerfile core: bump golang from 1.20.3-bullseye to 1.20.4-bullseye (#5454) 2023-05-03 12:07:05 +03:00
LICENSE enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
Makefile *: improve configuration error events (#5523) 2023-05-08 15:34:43 +02:00
manage.py root: update deprecation warnings 2022-11-25 11:47:28 +01:00
poetry.lock core: bump docker from 6.1.2 to 6.1.3 (#5834) 2023-06-02 11:30:37 +02:00
proxy.Dockerfile web: revised package.json (#5612) 2023-05-16 12:45:10 +02:00
pyproject.toml release: 2023.5.3 2023-06-01 19:35:13 +02:00
radius.Dockerfile core: bump golang from 1.20.3-bullseye to 1.20.4-bullseye (#5454) 2023-05-03 12:07:05 +03:00
README.md Update README.md (#5188) 2023-04-06 08:07:48 -05:00
schema.yml Merge branch 'version-2023.5' 2023-06-01 21:00:13 +02:00
SECURITY.md website/docs: add 2023.5 to release sidebar (#5631) 2023-05-16 14:12:30 +02:00

authentik logo


Join Discord GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status Code Coverage Docker pulls Latest version

What is authentik?

Authentik is an open-source Identity Provider that emphasizes flexibility and versatility. It can be seamlessly integrated into existing environments to support new protocols. Authentik is also a great solution for implementing sign-up, recovery, and other similar features in your application, saving you the hassle of dealing with them.

Installation

For small/test setups it is recommended to use Docker Compose; refer to the documentation.

For bigger setups, there is a Helm Chart here. This is documented here.

Screenshots

Light Dark

Development

See Developer Documentation

Security

See SECURITY.md

Adoption and Contributions

Your organization uses authentik? We'd love to add your logo to the readme and our website! Email us @ hello@goauthentik.io or open a GitHub Issue/PR! For more information on how to contribute to authentik, please refer to our CONTRIBUTING.md file.

Sponsors

This project is proudly sponsored by:

DigitalOcean provides development and testing resources for authentik.