* tenants -> brands, init new tenant model, migrate some config to tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * setup logging for tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * configure celery and cache Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * small fixes, runs Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * task fixes, creation of tenant now works by cloning a template schema, some other small stuff Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix-tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * upstream fixes Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix-pylint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix avatar tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * migrate config reputation_expiry as well Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web rebase Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix migrations for template schema Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix migrations for template schema Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix migrations for template schema 3 Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * revert reputation expiry migration Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix type Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix some more tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * website: tenants -> brands Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try fixing e2e tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * start frontend :help: Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add ability to disable tenants api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * delete embedded outpost if it is disabled Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make sure embedded outpost is disabled when tenants are enabled Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * management commands: add --schema option where relevant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * store files per-tenant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix embedded outpost deletion Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix files migration Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add tenant api tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add domain tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add settings tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make --schema-name default to public in mgmt commands Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * sources/ldap: make sure lock is per-tenant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix stuff I broke Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix remaining failing tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try fixing e2e tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * much better frontend, but save does not refresh form properly Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * update django-tenants with latest fixes Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * i18n-extract Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * review comments Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * move event_retention from brands to tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * wip Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * root: add support for storing media files in S3 Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * use permissions for settings api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * blueprints: disable tenants management Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix embedded outpost create/delete logic Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make gen Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make sure prometheus metrics are correctly served Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * makefile: don't delete the go api client when not regenerating it Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * tenants api: add recovery group and token creation endpoints Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix startup Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix prometheus metrics Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web stuff Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix migrations from stable Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix oauth source type import Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Revert "fix oauth source type import" This reverts commitd015fd0244. * try with setting_changed signal Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try with connection_created signal Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix scim tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web after merge Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix enterprise settings Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * Revert "try with connection_created signal" This reverts commit764a999db8. * Revert "try with setting_changed signal" This reverts commit32b40a3bbb. * lib/expression: refactor expression compilation Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix django version Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web after merge Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * relock poetry Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix reconcile Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try running tenant save in a transaction Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * black Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * test: export postgres logs for debugging and use failfast Signed-off-by: Jens Langhammer <jens@goauthentik.io> * test: fix container name for logs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * do not copy tenant data Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * Revert "try running tenant save in a transaction" This reverts commitda6dec5a61. * Revert "do not copy tenant data" This reverts commit d07ae9423672f068b0bd8be409ff9b58452a80f2. * Revert "Revert "do not copy tenant data"" This reverts commit4bffb19704. * fix clone with nodata Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * why not Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * remove failfast Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove postgres query logging Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update reconcile logic to clearly differentiate between tenant and global Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix reconcile app decorator Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * enable django checks Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * actually nodata was unnecessary as we're cloning from template and not from public Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * pylint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * update django-tenants with sequence fix Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * actually update Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix e2e tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add tests for settings api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add tests for recovery api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * recovery tests: do them on a new tenant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * web: fix system status being degraded when embedded outpost is disabled Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix recovery tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tenants tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint-fix Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint-fix Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * update UI Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add management command to create a tenant Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add docs Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * release notes Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * more docs Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * checklist Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * self review Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * spelling Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make web after upgrading Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * remove extra xlif file Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * prettier Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * Revert "add management command to create a tenant" This reverts commit39d13c0447. * split api into smaller files, only import urls when tenants is enabled Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rewite some things on the release notes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * root: make sure install_id comes from public schema Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * require a license to use tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tenants tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix files migration Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * release notes: add warning about user sessions being invalidated Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * remove api disabled test, we can't test for it Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> --------- Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
215 lines
5.4 KiB
TOML
215 lines
5.4 KiB
TOML
[tool.pyright]
|
|
ignore = ["**/migrations/**", "**/node_modules/**"]
|
|
reportMissingTypeStubs = false
|
|
strictParameterNoneValue = true
|
|
strictDictionaryInference = true
|
|
strictListInference = true
|
|
reportOptionalMemberAccess = false
|
|
reportOptionalContextManager = false
|
|
# rest_framework's serializer's `validated_data` is typed as optional None
|
|
reportOptionalSubscript = false
|
|
# Sadly pyright still has issues with enums, and they fall under general type issues
|
|
# so we have to disable those for now
|
|
reportGeneralTypeIssues = false
|
|
verboseOutput = false
|
|
pythonVersion = "3.12"
|
|
pythonPlatform = "All"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ['py312']
|
|
exclude = 'node_modules'
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|
|
target-version = "py312"
|
|
exclude = ["**/migrations/**", "**/node_modules/**"]
|
|
|
|
[tool.isort]
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|
|
force_grid_wrap = 0
|
|
use_parentheses = true
|
|
line_length = 100
|
|
src_paths = ["authentik", "tests", "lifecycle"]
|
|
force_to_top = "*"
|
|
|
|
[tool.coverage.run]
|
|
source = ["authentik"]
|
|
relative_files = true
|
|
omit = [
|
|
"*/asgi.py",
|
|
"manage.py",
|
|
"*/migrations/*",
|
|
"*/management/commands/*",
|
|
"*/apps.py",
|
|
"website/",
|
|
]
|
|
|
|
[tool.coverage.report]
|
|
sort = "Cover"
|
|
skip_covered = true
|
|
precision = 2
|
|
exclude_lines = [
|
|
"pragma: no cover",
|
|
# Don't complain about missing debug-only code:
|
|
"def __unicode__",
|
|
"def __str__",
|
|
"def __repr__",
|
|
"if self.debug",
|
|
"if TYPE_CHECKING",
|
|
# Don't complain if tests don't hit defensive assertion code:
|
|
"raise AssertionError",
|
|
"raise NotImplementedError",
|
|
# Don't complain if non-runnable code isn't run:
|
|
"if 0:",
|
|
"if __name__ == .__main__.:",
|
|
]
|
|
show_missing = true
|
|
|
|
[tool.pylint.basic]
|
|
good-names = ["pk", "id", "i", "j", "k", "_", "bar"]
|
|
|
|
[tool.pylint.master]
|
|
disable = [
|
|
"arguments-differ",
|
|
"locally-disabled",
|
|
"too-many-ancestors",
|
|
"too-few-public-methods",
|
|
"import-outside-toplevel",
|
|
"signature-differs",
|
|
"similarities",
|
|
"cyclic-import",
|
|
"protected-access",
|
|
"unused-argument",
|
|
"raise-missing-from",
|
|
"fixme",
|
|
# To preserve django's translation function we need to use %-formatting
|
|
"consider-using-f-string",
|
|
]
|
|
|
|
load-plugins = ["pylint_django", "pylint.extensions.bad_builtin"]
|
|
django-settings-module = "authentik.root.settings"
|
|
extension-pkg-whitelist = ["lxml", "xmlsec"]
|
|
|
|
# Allow constants to be shorter than normal (and lowercase, for settings.py)
|
|
const-rgx = "[a-zA-Z0-9_]{1,40}$"
|
|
|
|
ignored-modules = ["binascii", "socket", "zlib"]
|
|
generated-members = ["xmlsec.constants.*", "xmlsec.tree.*", "xmlsec.template.*"]
|
|
ignore = ["migrations", "tests"]
|
|
max-attributes = 12
|
|
max-branches = 20
|
|
|
|
[tool.pytest.ini_options]
|
|
DJANGO_SETTINGS_MODULE = "authentik.root.settings"
|
|
python_files = ["tests.py", "test_*.py", "*_tests.py"]
|
|
junit_family = "xunit2"
|
|
addopts = "-p no:celery --junitxml=unittest.xml -vv --full-trace --doctest-modules"
|
|
filterwarnings = [
|
|
"ignore:defusedxml.lxml is no longer supported and will be removed in a future release.:DeprecationWarning",
|
|
"ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning",
|
|
]
|
|
|
|
[tool.poetry]
|
|
name = "authentik"
|
|
version = "2023.10.6"
|
|
description = ""
|
|
authors = ["authentik Team <hello@goauthentik.io>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
argon2-cffi = "*"
|
|
celery = "*"
|
|
channels = { version = "*", extras = ["daphne"] }
|
|
channels-redis = "*"
|
|
codespell = "*"
|
|
colorama = "*"
|
|
dacite = "*"
|
|
deepmerge = "*"
|
|
defusedxml = "*"
|
|
django = "*"
|
|
django-filter = "*"
|
|
django-guardian = "*"
|
|
django-model-utils = "*"
|
|
django-prometheus = "*"
|
|
django-redis = "*"
|
|
django-storages = { extras = ["s3"], version = "*" }
|
|
# See https://github.com/django-tenants/django-tenants/pull/997
|
|
django-tenants = { git = "https://github.com/rissson/django-tenants.git", branch="authentik-fixes" }
|
|
djangorestframework = "*"
|
|
djangorestframework-guardian = "*"
|
|
docker = "*"
|
|
drf-spectacular = "*"
|
|
dumb-init = "*"
|
|
duo-client = "*"
|
|
facebook-sdk = "*"
|
|
flower = "*"
|
|
geoip2 = "*"
|
|
gunicorn = "*"
|
|
kubernetes = "*"
|
|
ldap3 = "*"
|
|
lxml = [
|
|
# 5.0.0 works with libxml2 2.11.x, which is standard on brew
|
|
{ version = "5.0.0", platform = "darwin" },
|
|
# 4.9.x works with previous libxml2 versions, which is what we get on linux
|
|
{ version = "4.9.4", platform = "linux" },
|
|
]
|
|
opencontainers = { extras = ["reggie"], version = "*" }
|
|
packaging = "*"
|
|
paramiko = "*"
|
|
psycopg = { extras = ["c"], version = "*" }
|
|
pycryptodome = "*"
|
|
pydantic = "*"
|
|
pydantic-scim = "*"
|
|
pyjwt = "*"
|
|
python = "~3.12"
|
|
pyyaml = "*"
|
|
requests-oauthlib = "*"
|
|
sentry-sdk = "*"
|
|
service_identity = "*"
|
|
structlog = "*"
|
|
swagger-spec-validator = "*"
|
|
tenant-schemas-celery = "*"
|
|
twilio = "*"
|
|
twisted = "*"
|
|
ua-parser = "*"
|
|
# Pinned because of botocore https://github.com/orgs/python-poetry/discussions/7937
|
|
urllib3 = { extras = ["secure"], version = "<2" }
|
|
uvicorn = { extras = ["standard"], version = "*" }
|
|
watchdog = "*"
|
|
webauthn = "*"
|
|
wsproto = "*"
|
|
xmlsec = "*"
|
|
zxcvbn = "*"
|
|
jsonpatch = "*"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
bandit = "*"
|
|
black = "*"
|
|
bump2version = "*"
|
|
colorama = "*"
|
|
coverage = { extras = ["toml"], version = "*" }
|
|
debugpy = "*"
|
|
drf-jsonschema-serializer = "*"
|
|
freezegun = "*"
|
|
importlib-metadata = "*"
|
|
pdoc = "*"
|
|
pylint = "*"
|
|
pylint-django = "*"
|
|
pyrad = "*"
|
|
pytest = "*"
|
|
pytest-django = "*"
|
|
pytest-github-actions-annotate-failures = "*"
|
|
pytest-randomly = "*"
|
|
pytest-timeout = "*"
|
|
requests-mock = "*"
|
|
ruff = "*"
|
|
selenium = "*"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
ak = "lifecycle.ak:main"
|