Compare commits
	
		
			8 Commits
		
	
	
		
			version/20
			...
			version/0.
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a1bd6bfe17 | |||
| ebe0f84460 | |||
| c8805cc082 | |||
| db92178d0f | |||
| ad029d3e0a | |||
| b0bd68232d | |||
| 65355372ce | |||
| 53d9092022 | 
@ -1,5 +1,5 @@
 | 
			
		||||
[bumpversion]
 | 
			
		||||
current_version = 2021.1.4-stable
 | 
			
		||||
current_version = 0.14.1-stable
 | 
			
		||||
tag = True
 | 
			
		||||
commit = True
 | 
			
		||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-(?P<release>.*)
 | 
			
		||||
@ -31,6 +31,6 @@ values =
 | 
			
		||||
 | 
			
		||||
[bumpversion:file:authentik/__init__.py]
 | 
			
		||||
 | 
			
		||||
[bumpversion:file:outpost/pkg/version.go]
 | 
			
		||||
[bumpversion:file:proxy/pkg/version.go]
 | 
			
		||||
 | 
			
		||||
[bumpversion:file:web/src/constants.ts]
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										20
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -18,11 +18,11 @@ jobs:
 | 
			
		||||
      - name: Building Docker Image
 | 
			
		||||
        run: docker build
 | 
			
		||||
          --no-cache
 | 
			
		||||
          -t beryju/authentik:2021.1.4-stable
 | 
			
		||||
          -t beryju/authentik:0.14.1-stable
 | 
			
		||||
          -t beryju/authentik:latest
 | 
			
		||||
          -f Dockerfile .
 | 
			
		||||
      - name: Push Docker Container to Registry (versioned)
 | 
			
		||||
        run: docker push beryju/authentik:2021.1.4-stable
 | 
			
		||||
        run: docker push beryju/authentik:0.14.1-stable
 | 
			
		||||
      - name: Push Docker Container to Registry (latest)
 | 
			
		||||
        run: docker push beryju/authentik:latest
 | 
			
		||||
  build-proxy:
 | 
			
		||||
@ -34,7 +34,7 @@ jobs:
 | 
			
		||||
          go-version: "^1.15"
 | 
			
		||||
      - name: prepare go api client
 | 
			
		||||
        run: |
 | 
			
		||||
          cd outpost
 | 
			
		||||
          cd proxy
 | 
			
		||||
          go get -u github.com/go-swagger/go-swagger/cmd/swagger
 | 
			
		||||
          swagger generate client -f ../swagger.yaml -A authentik -t pkg/
 | 
			
		||||
          go build -v .
 | 
			
		||||
@ -45,14 +45,14 @@ jobs:
 | 
			
		||||
        run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
 | 
			
		||||
      - name: Building Docker Image
 | 
			
		||||
        run: |
 | 
			
		||||
          cd outpost/
 | 
			
		||||
          cd proxy/
 | 
			
		||||
          docker build \
 | 
			
		||||
          --no-cache \
 | 
			
		||||
          -t beryju/authentik-proxy:2021.1.4-stable \
 | 
			
		||||
          -t beryju/authentik-proxy:0.14.1-stable \
 | 
			
		||||
          -t beryju/authentik-proxy:latest \
 | 
			
		||||
          -f proxy.Dockerfile .
 | 
			
		||||
          -f Dockerfile .
 | 
			
		||||
      - name: Push Docker Container to Registry (versioned)
 | 
			
		||||
        run: docker push beryju/authentik-proxy:2021.1.4-stable
 | 
			
		||||
        run: docker push beryju/authentik-proxy:0.14.1-stable
 | 
			
		||||
      - name: Push Docker Container to Registry (latest)
 | 
			
		||||
        run: docker push beryju/authentik-proxy:latest
 | 
			
		||||
  build-static:
 | 
			
		||||
@ -69,11 +69,11 @@ jobs:
 | 
			
		||||
          cd web/
 | 
			
		||||
          docker build \
 | 
			
		||||
          --no-cache \
 | 
			
		||||
          -t beryju/authentik-static:2021.1.4-stable \
 | 
			
		||||
          -t beryju/authentik-static:0.14.1-stable \
 | 
			
		||||
          -t beryju/authentik-static:latest \
 | 
			
		||||
          -f Dockerfile .
 | 
			
		||||
      - name: Push Docker Container to Registry (versioned)
 | 
			
		||||
        run: docker push beryju/authentik-static:2021.1.4-stable
 | 
			
		||||
        run: docker push beryju/authentik-static:0.14.1-stable
 | 
			
		||||
      - name: Push Docker Container to Registry (latest)
 | 
			
		||||
        run: docker push beryju/authentik-static:latest
 | 
			
		||||
  test-release:
 | 
			
		||||
@ -107,5 +107,5 @@ jobs:
 | 
			
		||||
          SENTRY_PROJECT: authentik
 | 
			
		||||
          SENTRY_URL: https://sentry.beryju.org
 | 
			
		||||
        with:
 | 
			
		||||
          tagName: 2021.1.4-stable
 | 
			
		||||
          tagName: 0.14.1-stable
 | 
			
		||||
          environment: beryjuorg-prod
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										357
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										357
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							@ -25,10 +25,10 @@
 | 
			
		||||
        },
 | 
			
		||||
        "amqp": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:1e759a7f202d910939de6eca45c23a107f6b71111f41d1282c648e9ac3d21901",
 | 
			
		||||
                "sha256:affdd263d8b8eb3c98170b78bf83867cdb6a14901d586e00ddb65bfe2f0c4e60"
 | 
			
		||||
                "sha256:5b9062d5c0812335c75434bf17ce33d7a20ecfedaa0733faec7379868eb4068a",
 | 
			
		||||
                "sha256:fcd5b3baeeb7fc19b3486ff6d10543099d40ae1f5c9196eae695d1cde1b2f784"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==5.0.5"
 | 
			
		||||
            "version": "==5.0.2"
 | 
			
		||||
        },
 | 
			
		||||
        "asgiref": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -74,25 +74,25 @@
 | 
			
		||||
        },
 | 
			
		||||
        "boto3": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:a280123db79e73478bd23933486f3a0ffa2397d1a6381f32573f2731ff48c59a",
 | 
			
		||||
                "sha256:bb91fecf982e1bbfb68bb6bd2c9a0cce3c84ac6f97dd338d1ef9e47780679091"
 | 
			
		||||
                "sha256:ba8de10d3ede338d51ae47e428b97dcc1d1b507741aa98697e63e879a147f4aa",
 | 
			
		||||
                "sha256:e3f10ed6d9ca98415fdec15c85e50a89ec38d6229bce3fafd5e7965b16c4ebc5"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==1.16.62"
 | 
			
		||||
            "version": "==1.16.44"
 | 
			
		||||
        },
 | 
			
		||||
        "botocore": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:1046c152e5865aabbe6b10b2d33e652b3dd072516f3976e96cacc6b7c4460d02",
 | 
			
		||||
                "sha256:29b4b9be5b40f392a033926c08c004c01bd6471384ef6f12eaa49ee3870a010c"
 | 
			
		||||
                "sha256:4ff05bc089ba78a5996f06dcfddf8ca51583e30ce779ed95e9952e90c1907420",
 | 
			
		||||
                "sha256:7725e08c95ae96c4dbd955cb4ae44a0c06d3e41f76a7feb0a941c27a44c63113"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==1.19.62"
 | 
			
		||||
            "version": "==1.19.44"
 | 
			
		||||
        },
 | 
			
		||||
        "cachetools": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:1d9d5f567be80f7c07d765e21b814326d78c61eb0c3a637dffc0e5d1796cb2e2",
 | 
			
		||||
                "sha256:f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9"
 | 
			
		||||
                "sha256:3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e",
 | 
			
		||||
                "sha256:c6b07a6ded8c78bf36730b3dc452dfff7d95f2a12a2fed856b1a0cb13ca78c61"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==4.2.1"
 | 
			
		||||
            "version": "==4.2.0"
 | 
			
		||||
        },
 | 
			
		||||
        "celery": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -265,11 +265,11 @@
 | 
			
		||||
        },
 | 
			
		||||
        "django": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7",
 | 
			
		||||
                "sha256:efa2ab96b33b20c2182db93147a0c3cd7769d418926f9e9f140a60dca7c64ca9"
 | 
			
		||||
                "sha256:5c866205f15e7a7123f1eec6ab939d22d5bde1416635cab259684af66d8e48a2",
 | 
			
		||||
                "sha256:edb10b5c45e7e9c0fb1dc00b76ec7449aca258a39ffd613dbd078c51d19c9f03"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==3.1.5"
 | 
			
		||||
            "version": "==3.1.4"
 | 
			
		||||
        },
 | 
			
		||||
        "django-cors-middleware": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -351,8 +351,7 @@
 | 
			
		||||
        },
 | 
			
		||||
        "djangorestframework": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:0209bafcb7b5010fdfec784034f059d512256424de2a0f084cb82b096d6dd6a7",
 | 
			
		||||
                "sha256:0898182b4737a7b584a2c73735d89816343369f259fea932d90dc78e35d8ac33"
 | 
			
		||||
                "sha256:0209bafcb7b5010fdfec784034f059d512256424de2a0f084cb82b096d6dd6a7"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==3.12.2"
 | 
			
		||||
@ -412,10 +411,10 @@
 | 
			
		||||
        },
 | 
			
		||||
        "h11": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6",
 | 
			
		||||
                "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"
 | 
			
		||||
                "sha256:3c6c61d69c6f13d41f1b80ab0322f1872702a3ba26e12aa864c928f6a43fbaab",
 | 
			
		||||
                "sha256:ab6c335e1b6ef34b205d5ca3e228c9299cc7218b049819ec84a388c2525e5d87"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==0.12.0"
 | 
			
		||||
            "version": "==0.11.0"
 | 
			
		||||
        },
 | 
			
		||||
        "hiredis": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -487,10 +486,10 @@
 | 
			
		||||
        },
 | 
			
		||||
        "hyperlink": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b",
 | 
			
		||||
                "sha256:e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4"
 | 
			
		||||
                "sha256:47fcc7cd339c6cb2444463ec3277bdcfe142c8b1daf2160bdd52248deec815af",
 | 
			
		||||
                "sha256:c528d405766f15a2c536230de7e160b65a08e20264d8891b3eb03307b0df3c63"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==21.0.0"
 | 
			
		||||
            "version": "==20.0.1"
 | 
			
		||||
        },
 | 
			
		||||
        "idna": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -558,11 +557,11 @@
 | 
			
		||||
        },
 | 
			
		||||
        "ldap3": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:18c3ee656a6775b9b0d60f7c6c5b094d878d1d90fc03d56731039f0a4b546a91",
 | 
			
		||||
                "sha256:c1df41d89459be6f304e0ceec4b00fdea533dbbcd83c802b1272dcdb94620b57"
 | 
			
		||||
                "sha256:37d633e20fa360c302b1263c96fe932d40622d0119f1bddcb829b03462eeeeb7",
 | 
			
		||||
                "sha256:7c3738570766f5e5e74a56fade15470f339d5c436d821cf476ef27da0a4de8b0"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==2.9"
 | 
			
		||||
            "version": "==2.8.1"
 | 
			
		||||
        },
 | 
			
		||||
        "lxml": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -702,10 +701,10 @@
 | 
			
		||||
        },
 | 
			
		||||
        "prompt-toolkit": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:7e966747c18ececaec785699626b771c1ba8344c8d31759a1915d6b12fad6525",
 | 
			
		||||
                "sha256:c96b30925025a7635471dc083ffb6af0cc67482a00611bd81aeaeeeb7e5a5e12"
 | 
			
		||||
                "sha256:25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c",
 | 
			
		||||
                "sha256:7debb9a521e0b1ee7d2fe96ee4bd60ef03c6492784de0547337ca4433e46aa63"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==3.0.14"
 | 
			
		||||
            "version": "==3.0.8"
 | 
			
		||||
        },
 | 
			
		||||
        "psycopg2-binary": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -907,30 +906,22 @@
 | 
			
		||||
        },
 | 
			
		||||
        "pyyaml": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf",
 | 
			
		||||
                "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696",
 | 
			
		||||
                "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393",
 | 
			
		||||
                "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77",
 | 
			
		||||
                "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922",
 | 
			
		||||
                "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5",
 | 
			
		||||
                "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8",
 | 
			
		||||
                "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10",
 | 
			
		||||
                "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc",
 | 
			
		||||
                "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018",
 | 
			
		||||
                "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e",
 | 
			
		||||
                "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253",
 | 
			
		||||
                "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183",
 | 
			
		||||
                "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb",
 | 
			
		||||
                "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185",
 | 
			
		||||
                "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db",
 | 
			
		||||
                "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46",
 | 
			
		||||
                "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b",
 | 
			
		||||
                "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63",
 | 
			
		||||
                "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df",
 | 
			
		||||
                "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"
 | 
			
		||||
                "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97",
 | 
			
		||||
                "sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76",
 | 
			
		||||
                "sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2",
 | 
			
		||||
                "sha256:6034f55dab5fea9e53f436aa68fa3ace2634918e8b5994d82f3621c04ff5ed2e",
 | 
			
		||||
                "sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648",
 | 
			
		||||
                "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf",
 | 
			
		||||
                "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f",
 | 
			
		||||
                "sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2",
 | 
			
		||||
                "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee",
 | 
			
		||||
                "sha256:ad9c67312c84def58f3c04504727ca879cb0013b2517c85a9a253f0cb6380c0a",
 | 
			
		||||
                "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d",
 | 
			
		||||
                "sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c",
 | 
			
		||||
                "sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==5.4.1"
 | 
			
		||||
            "version": "==5.3.1"
 | 
			
		||||
        },
 | 
			
		||||
        "qrcode": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -964,11 +955,11 @@
 | 
			
		||||
        },
 | 
			
		||||
        "rsa": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4",
 | 
			
		||||
                "sha256:a8774e55b59fd9fc893b0d05e9bfc6f47081f46ff5b46f39ccf24631b7be356b"
 | 
			
		||||
                "sha256:109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa",
 | 
			
		||||
                "sha256:6166864e23d6b5195a5cfed6cd9fed0fe774e226d8f854fcb23b7bbef0350233"
 | 
			
		||||
            ],
 | 
			
		||||
            "markers": "python_version >= '3.6'",
 | 
			
		||||
            "version": "==4.7"
 | 
			
		||||
            "version": "==4.6"
 | 
			
		||||
        },
 | 
			
		||||
        "ruamel.yaml": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -979,10 +970,10 @@
 | 
			
		||||
        },
 | 
			
		||||
        "s3transfer": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:1e28620e5b444652ed752cf87c7e0cb15b0e578972568c6609f0f18212f259ed",
 | 
			
		||||
                "sha256:7fdddb4f22275cf1d32129e21f056337fd2a80b6ccef1664528145b72c49e6d2"
 | 
			
		||||
                "sha256:2482b4259524933a022d59da830f51bd746db62f047d6eb213f2f8855dcb8a13",
 | 
			
		||||
                "sha256:921a37e2aefc64145e7b73d50c71bb4f26f46e4c9f414dc648c6245ff92cf7db"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==0.3.4"
 | 
			
		||||
            "version": "==0.3.3"
 | 
			
		||||
        },
 | 
			
		||||
        "sentry-sdk": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1016,11 +1007,11 @@
 | 
			
		||||
        },
 | 
			
		||||
        "structlog": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:33dd6bd5f49355e52c1c61bb6a4f20d0b48ce0328cc4a45fe872d38b97a05ccd",
 | 
			
		||||
                "sha256:af79dfa547d104af8d60f86eac12fb54825f54a46bc998e4504ef66177103174"
 | 
			
		||||
                "sha256:7a48375db6274ed1d0ae6123c486472aa1d0890b08d314d2b016f3aa7f35990b",
 | 
			
		||||
                "sha256:8a672be150547a93d90a7d74229a29e765be05bd156a35cdcc527ebf68e9af92"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==20.2.0"
 | 
			
		||||
            "version": "==20.1.0"
 | 
			
		||||
        },
 | 
			
		||||
        "swagger-spec-validator": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1080,23 +1071,23 @@
 | 
			
		||||
                "secure"
 | 
			
		||||
            ],
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80",
 | 
			
		||||
                "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"
 | 
			
		||||
                "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08",
 | 
			
		||||
                "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "markers": null,
 | 
			
		||||
            "version": "==1.26.3"
 | 
			
		||||
            "version": "==1.26.2"
 | 
			
		||||
        },
 | 
			
		||||
        "uvicorn": {
 | 
			
		||||
            "extras": [
 | 
			
		||||
                "standard"
 | 
			
		||||
            ],
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:1079c50a06f6338095b4f203e7861dbff318dde5f22f3a324fc6e94c7654164c",
 | 
			
		||||
                "sha256:ef1e0bb5f7941c6fe324e06443ddac0331e1632a776175f87891c7bd02694355"
 | 
			
		||||
                "sha256:6707fa7f4dbd86fd6982a2d4ecdaad2704e4514d23a1e4278104311288b04691",
 | 
			
		||||
                "sha256:d19ca083bebd212843e01f689900e5c637a292c63bb336c7f0735a99300a5f38"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==0.13.3"
 | 
			
		||||
            "version": "==0.13.2"
 | 
			
		||||
        },
 | 
			
		||||
        "uvloop": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1327,66 +1318,66 @@
 | 
			
		||||
        },
 | 
			
		||||
        "coverage": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:03ed2a641e412e42cc35c244508cf186015c217f0e4d496bf6d7078ebe837ae7",
 | 
			
		||||
                "sha256:04b14e45d6a8e159c9767ae57ecb34563ad93440fc1b26516a89ceb5b33c1ad5",
 | 
			
		||||
                "sha256:0cdde51bfcf6b6bd862ee9be324521ec619b20590787d1655d005c3fb175005f",
 | 
			
		||||
                "sha256:0f48fc7dc82ee14aeaedb986e175a429d24129b7eada1b7e94a864e4f0644dde",
 | 
			
		||||
                "sha256:107d327071061fd4f4a2587d14c389a27e4e5c93c7cba5f1f59987181903902f",
 | 
			
		||||
                "sha256:1375bb8b88cb050a2d4e0da901001347a44302aeadb8ceb4b6e5aa373b8ea68f",
 | 
			
		||||
                "sha256:14a9f1887591684fb59fdba8feef7123a0da2424b0652e1b58dd5b9a7bb1188c",
 | 
			
		||||
                "sha256:16baa799ec09cc0dcb43a10680573269d407c159325972dd7114ee7649e56c66",
 | 
			
		||||
                "sha256:1b811662ecf72eb2d08872731636aee6559cae21862c36f74703be727b45df90",
 | 
			
		||||
                "sha256:1ccae21a076d3d5f471700f6d30eb486da1626c380b23c70ae32ab823e453337",
 | 
			
		||||
                "sha256:2f2cf7a42d4b7654c9a67b9d091ec24374f7c58794858bff632a2039cb15984d",
 | 
			
		||||
                "sha256:322549b880b2d746a7672bf6ff9ed3f895e9c9f108b714e7360292aa5c5d7cf4",
 | 
			
		||||
                "sha256:32ab83016c24c5cf3db2943286b85b0a172dae08c58d0f53875235219b676409",
 | 
			
		||||
                "sha256:3fe50f1cac369b02d34ad904dfe0771acc483f82a1b54c5e93632916ba847b37",
 | 
			
		||||
                "sha256:4a780807e80479f281d47ee4af2eb2df3e4ccf4723484f77da0bb49d027e40a1",
 | 
			
		||||
                "sha256:4a8eb7785bd23565b542b01fb39115a975fefb4a82f23d407503eee2c0106247",
 | 
			
		||||
                "sha256:5bee3970617b3d74759b2d2df2f6a327d372f9732f9ccbf03fa591b5f7581e39",
 | 
			
		||||
                "sha256:60a3307a84ec60578accd35d7f0c71a3a971430ed7eca6567399d2b50ef37b8c",
 | 
			
		||||
                "sha256:6625e52b6f346a283c3d563d1fd8bae8956daafc64bb5bbd2b8f8a07608e3994",
 | 
			
		||||
                "sha256:66a5aae8233d766a877c5ef293ec5ab9520929c2578fd2069308a98b7374ea8c",
 | 
			
		||||
                "sha256:68fb816a5dd901c6aff352ce49e2a0ffadacdf9b6fae282a69e7a16a02dad5fb",
 | 
			
		||||
                "sha256:6b588b5cf51dc0fd1c9e19f622457cc74b7d26fe295432e434525f1c0fae02bc",
 | 
			
		||||
                "sha256:6c4d7165a4e8f41eca6b990c12ee7f44fef3932fac48ca32cecb3a1b2223c21f",
 | 
			
		||||
                "sha256:6d2e262e5e8da6fa56e774fb8e2643417351427604c2b177f8e8c5f75fc928ca",
 | 
			
		||||
                "sha256:6d9c88b787638a451f41f97446a1c9fd416e669b4d9717ae4615bd29de1ac135",
 | 
			
		||||
                "sha256:755c56beeacac6a24c8e1074f89f34f4373abce8b662470d3aa719ae304931f3",
 | 
			
		||||
                "sha256:7e40d3f8eb472c1509b12ac2a7e24158ec352fc8567b77ab02c0db053927e339",
 | 
			
		||||
                "sha256:812eaf4939ef2284d29653bcfee9665f11f013724f07258928f849a2306ea9f9",
 | 
			
		||||
                "sha256:84df004223fd0550d0ea7a37882e5c889f3c6d45535c639ce9802293b39cd5c9",
 | 
			
		||||
                "sha256:859f0add98707b182b4867359e12bde806b82483fb12a9ae868a77880fc3b7af",
 | 
			
		||||
                "sha256:87c4b38288f71acd2106f5d94f575bc2136ea2887fdb5dfe18003c881fa6b370",
 | 
			
		||||
                "sha256:89fc12c6371bf963809abc46cced4a01ca4f99cba17be5e7d416ed7ef1245d19",
 | 
			
		||||
                "sha256:9564ac7eb1652c3701ac691ca72934dd3009997c81266807aef924012df2f4b3",
 | 
			
		||||
                "sha256:9754a5c265f991317de2bac0c70a746efc2b695cf4d49f5d2cddeac36544fb44",
 | 
			
		||||
                "sha256:a565f48c4aae72d1d3d3f8e8fb7218f5609c964e9c6f68604608e5958b9c60c3",
 | 
			
		||||
                "sha256:a636160680c6e526b84f85d304e2f0bb4e94f8284dd765a1911de9a40450b10a",
 | 
			
		||||
                "sha256:a839e25f07e428a87d17d857d9935dd743130e77ff46524abb992b962eb2076c",
 | 
			
		||||
                "sha256:b62046592b44263fa7570f1117d372ae3f310222af1fc1407416f037fb3af21b",
 | 
			
		||||
                "sha256:b7f7421841f8db443855d2854e25914a79a1ff48ae92f70d0a5c2f8907ab98c9",
 | 
			
		||||
                "sha256:ba7ca81b6d60a9f7a0b4b4e175dcc38e8fef4992673d9d6e6879fd6de00dd9b8",
 | 
			
		||||
                "sha256:bb32ca14b4d04e172c541c69eec5f385f9a075b38fb22d765d8b0ce3af3a0c22",
 | 
			
		||||
                "sha256:c0ff1c1b4d13e2240821ef23c1efb1f009207cb3f56e16986f713c2b0e7cd37f",
 | 
			
		||||
                "sha256:c669b440ce46ae3abe9b2d44a913b5fd86bb19eb14a8701e88e3918902ecd345",
 | 
			
		||||
                "sha256:c67734cff78383a1f23ceba3b3239c7deefc62ac2b05fa6a47bcd565771e5880",
 | 
			
		||||
                "sha256:c6809ebcbf6c1049002b9ac09c127ae43929042ec1f1dbd8bb1615f7cd9f70a0",
 | 
			
		||||
                "sha256:cd601187476c6bed26a0398353212684c427e10a903aeafa6da40c63309d438b",
 | 
			
		||||
                "sha256:ebfa374067af240d079ef97b8064478f3bf71038b78b017eb6ec93ede1b6bcec",
 | 
			
		||||
                "sha256:fbb17c0d0822684b7d6c09915677a32319f16ff1115df5ec05bdcaaee40b35f3",
 | 
			
		||||
                "sha256:fff1f3a586246110f34dc762098b5afd2de88de507559e63553d7da643053786"
 | 
			
		||||
                "sha256:08b3ba72bd981531fd557f67beee376d6700fba183b167857038997ba30dd297",
 | 
			
		||||
                "sha256:2757fa64e11ec12220968f65d086b7a29b6583d16e9a544c889b22ba98555ef1",
 | 
			
		||||
                "sha256:3102bb2c206700a7d28181dbe04d66b30780cde1d1c02c5f3c165cf3d2489497",
 | 
			
		||||
                "sha256:3498b27d8236057def41de3585f317abae235dd3a11d33e01736ffedb2ef8606",
 | 
			
		||||
                "sha256:378ac77af41350a8c6b8801a66021b52da8a05fd77e578b7380e876c0ce4f528",
 | 
			
		||||
                "sha256:38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b",
 | 
			
		||||
                "sha256:3911c2ef96e5ddc748a3c8b4702c61986628bb719b8378bf1e4a6184bbd48fe4",
 | 
			
		||||
                "sha256:3a3c3f8863255f3c31db3889f8055989527173ef6192a283eb6f4db3c579d830",
 | 
			
		||||
                "sha256:3b14b1da110ea50c8bcbadc3b82c3933974dbeea1832e814aab93ca1163cd4c1",
 | 
			
		||||
                "sha256:535dc1e6e68fad5355f9984d5637c33badbdc987b0c0d303ee95a6c979c9516f",
 | 
			
		||||
                "sha256:6f61319e33222591f885c598e3e24f6a4be3533c1d70c19e0dc59e83a71ce27d",
 | 
			
		||||
                "sha256:723d22d324e7997a651478e9c5a3120a0ecbc9a7e94071f7e1954562a8806cf3",
 | 
			
		||||
                "sha256:76b2775dda7e78680d688daabcb485dc87cf5e3184a0b3e012e1d40e38527cc8",
 | 
			
		||||
                "sha256:782a5c7df9f91979a7a21792e09b34a658058896628217ae6362088b123c8500",
 | 
			
		||||
                "sha256:7e4d159021c2029b958b2363abec4a11db0ce8cd43abb0d9ce44284cb97217e7",
 | 
			
		||||
                "sha256:8dacc4073c359f40fcf73aede8428c35f84639baad7e1b46fce5ab7a8a7be4bb",
 | 
			
		||||
                "sha256:8f33d1156241c43755137288dea619105477961cfa7e47f48dbf96bc2c30720b",
 | 
			
		||||
                "sha256:8ffd4b204d7de77b5dd558cdff986a8274796a1e57813ed005b33fd97e29f059",
 | 
			
		||||
                "sha256:93a280c9eb736a0dcca19296f3c30c720cb41a71b1f9e617f341f0a8e791a69b",
 | 
			
		||||
                "sha256:9a4f66259bdd6964d8cf26142733c81fb562252db74ea367d9beb4f815478e72",
 | 
			
		||||
                "sha256:9a9d4ff06804920388aab69c5ea8a77525cf165356db70131616acd269e19b36",
 | 
			
		||||
                "sha256:a2070c5affdb3a5e751f24208c5c4f3d5f008fa04d28731416e023c93b275277",
 | 
			
		||||
                "sha256:a4857f7e2bc6921dbd487c5c88b84f5633de3e7d416c4dc0bb70256775551a6c",
 | 
			
		||||
                "sha256:a607ae05b6c96057ba86c811d9c43423f35e03874ffb03fbdcd45e0637e8b631",
 | 
			
		||||
                "sha256:a66ca3bdf21c653e47f726ca57f46ba7fc1f260ad99ba783acc3e58e3ebdb9ff",
 | 
			
		||||
                "sha256:ab110c48bc3d97b4d19af41865e14531f300b482da21783fdaacd159251890e8",
 | 
			
		||||
                "sha256:b239711e774c8eb910e9b1ac719f02f5ae4bf35fa0420f438cdc3a7e4e7dd6ec",
 | 
			
		||||
                "sha256:be0416074d7f253865bb67630cf7210cbc14eb05f4099cc0f82430135aaa7a3b",
 | 
			
		||||
                "sha256:c46643970dff9f5c976c6512fd35768c4a3819f01f61169d8cdac3f9290903b7",
 | 
			
		||||
                "sha256:c5ec71fd4a43b6d84ddb88c1df94572479d9a26ef3f150cef3dacefecf888105",
 | 
			
		||||
                "sha256:c6e5174f8ca585755988bc278c8bb5d02d9dc2e971591ef4a1baabdf2d99589b",
 | 
			
		||||
                "sha256:c89b558f8a9a5a6f2cfc923c304d49f0ce629c3bd85cb442ca258ec20366394c",
 | 
			
		||||
                "sha256:cc44e3545d908ecf3e5773266c487ad1877be718d9dc65fc7eb6e7d14960985b",
 | 
			
		||||
                "sha256:cc6f8246e74dd210d7e2b56c76ceaba1cc52b025cd75dbe96eb48791e0250e98",
 | 
			
		||||
                "sha256:cd556c79ad665faeae28020a0ab3bda6cd47d94bec48e36970719b0b86e4dcf4",
 | 
			
		||||
                "sha256:ce6f3a147b4b1a8b09aae48517ae91139b1b010c5f36423fa2b866a8b23df879",
 | 
			
		||||
                "sha256:ceb499d2b3d1d7b7ba23abe8bf26df5f06ba8c71127f188333dddcf356b4b63f",
 | 
			
		||||
                "sha256:cef06fb382557f66d81d804230c11ab292d94b840b3cb7bf4450778377b592f4",
 | 
			
		||||
                "sha256:e448f56cfeae7b1b3b5bcd99bb377cde7c4eb1970a525c770720a352bc4c8044",
 | 
			
		||||
                "sha256:e52d3d95df81c8f6b2a1685aabffadf2d2d9ad97203a40f8d61e51b70f191e4e",
 | 
			
		||||
                "sha256:ee2f1d1c223c3d2c24e3afbb2dd38be3f03b1a8d6a83ee3d9eb8c36a52bee899",
 | 
			
		||||
                "sha256:f2c6888eada180814b8583c3e793f3f343a692fc802546eed45f40a001b1169f",
 | 
			
		||||
                "sha256:f51dbba78d68a44e99d484ca8c8f604f17e957c1ca09c3ebc2c7e3bbd9ba0448",
 | 
			
		||||
                "sha256:f54de00baf200b4539a5a092a759f000b5f45fd226d6d25a76b0dff71177a714",
 | 
			
		||||
                "sha256:fa10fee7e32213f5c7b0d6428ea92e3a3fdd6d725590238a3f92c0de1c78b9d2",
 | 
			
		||||
                "sha256:fabeeb121735d47d8eab8671b6b031ce08514c86b7ad8f7d5490a7b6dcd6267d",
 | 
			
		||||
                "sha256:fac3c432851038b3e6afe086f777732bcf7f6ebbfd90951fa04ee53db6d0bcdd",
 | 
			
		||||
                "sha256:fda29412a66099af6d6de0baa6bd7c52674de177ec2ad2630ca264142d69c6c7",
 | 
			
		||||
                "sha256:ff1330e8bc996570221b450e2d539134baa9465f5cb98aff0e0f73f34172e0ae"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==5.4"
 | 
			
		||||
            "version": "==5.3.1"
 | 
			
		||||
        },
 | 
			
		||||
        "django": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7",
 | 
			
		||||
                "sha256:efa2ab96b33b20c2182db93147a0c3cd7769d418926f9e9f140a60dca7c64ca9"
 | 
			
		||||
                "sha256:5c866205f15e7a7123f1eec6ab939d22d5bde1416635cab259684af66d8e48a2",
 | 
			
		||||
                "sha256:edb10b5c45e7e9c0fb1dc00b76ec7449aca258a39ffd613dbd078c51d19c9f03"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==3.1.5"
 | 
			
		||||
            "version": "==3.1.4"
 | 
			
		||||
        },
 | 
			
		||||
        "django-debug-toolbar": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1426,10 +1417,10 @@
 | 
			
		||||
        },
 | 
			
		||||
        "gitpython": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:42dbefd8d9e2576c496ed0059f3103dcef7125b9ce16f9d5f9c834aed44a1dac",
 | 
			
		||||
                "sha256:867ec3dfb126aac0f8296b19fb63b8c4a399f32b4b6fafe84c4b10af5fa9f7b5"
 | 
			
		||||
                "sha256:6eea89b655917b500437e9668e4a12eabdcf00229a0df1762aabd692ef9b746b",
 | 
			
		||||
                "sha256:befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==3.1.12"
 | 
			
		||||
            "version": "==3.1.11"
 | 
			
		||||
        },
 | 
			
		||||
        "iniconfig": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1600,11 +1591,11 @@
 | 
			
		||||
        },
 | 
			
		||||
        "pytest": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9",
 | 
			
		||||
                "sha256:b574b57423e818210672e07ca1fa90aaf194a4f63f3ab909a2c67ebb22913839"
 | 
			
		||||
                "sha256:1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8",
 | 
			
		||||
                "sha256:66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==6.2.2"
 | 
			
		||||
            "version": "==6.2.1"
 | 
			
		||||
        },
 | 
			
		||||
        "pytest-django": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1623,30 +1614,22 @@
 | 
			
		||||
        },
 | 
			
		||||
        "pyyaml": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf",
 | 
			
		||||
                "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696",
 | 
			
		||||
                "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393",
 | 
			
		||||
                "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77",
 | 
			
		||||
                "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922",
 | 
			
		||||
                "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5",
 | 
			
		||||
                "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8",
 | 
			
		||||
                "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10",
 | 
			
		||||
                "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc",
 | 
			
		||||
                "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018",
 | 
			
		||||
                "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e",
 | 
			
		||||
                "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253",
 | 
			
		||||
                "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183",
 | 
			
		||||
                "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb",
 | 
			
		||||
                "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185",
 | 
			
		||||
                "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db",
 | 
			
		||||
                "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46",
 | 
			
		||||
                "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b",
 | 
			
		||||
                "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63",
 | 
			
		||||
                "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df",
 | 
			
		||||
                "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"
 | 
			
		||||
                "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97",
 | 
			
		||||
                "sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76",
 | 
			
		||||
                "sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2",
 | 
			
		||||
                "sha256:6034f55dab5fea9e53f436aa68fa3ace2634918e8b5994d82f3621c04ff5ed2e",
 | 
			
		||||
                "sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648",
 | 
			
		||||
                "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf",
 | 
			
		||||
                "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f",
 | 
			
		||||
                "sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2",
 | 
			
		||||
                "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee",
 | 
			
		||||
                "sha256:ad9c67312c84def58f3c04504727ca879cb0013b2517c85a9a253f0cb6380c0a",
 | 
			
		||||
                "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d",
 | 
			
		||||
                "sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c",
 | 
			
		||||
                "sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "version": "==5.4.1"
 | 
			
		||||
            "version": "==5.3.1"
 | 
			
		||||
        },
 | 
			
		||||
        "regex": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1723,17 +1706,17 @@
 | 
			
		||||
        },
 | 
			
		||||
        "smmap": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:7bfcf367828031dc893530a29cb35eb8c8f2d7c8f2d0989354d75d24c8573714",
 | 
			
		||||
                "sha256:84c2751ef3072d4f6b2785ec7ee40244c6f45eb934d9e543e2c51f1bd3d54c50"
 | 
			
		||||
                "sha256:54c44c197c819d5ef1991799a7e30b662d1e520f2ac75c9efbeb54a742214cf4",
 | 
			
		||||
                "sha256:9c98bbd1f9786d22f14b3d4126894d56befb835ec90cef151af566c7e19b5d24"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==3.0.5"
 | 
			
		||||
            "version": "==3.0.4"
 | 
			
		||||
        },
 | 
			
		||||
        "snowballstemmer": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:b51b447bea85f9968c13b650126a888aabd4cb4463fca868ec596826325dedc2",
 | 
			
		||||
                "sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914"
 | 
			
		||||
                "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0",
 | 
			
		||||
                "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==2.1.0"
 | 
			
		||||
            "version": "==2.0.0"
 | 
			
		||||
        },
 | 
			
		||||
        "sqlparse": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1758,38 +1741,38 @@
 | 
			
		||||
        },
 | 
			
		||||
        "typed-ast": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1",
 | 
			
		||||
                "sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d",
 | 
			
		||||
                "sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6",
 | 
			
		||||
                "sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd",
 | 
			
		||||
                "sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37",
 | 
			
		||||
                "sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151",
 | 
			
		||||
                "sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07",
 | 
			
		||||
                "sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440",
 | 
			
		||||
                "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70",
 | 
			
		||||
                "sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496",
 | 
			
		||||
                "sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea",
 | 
			
		||||
                "sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400",
 | 
			
		||||
                "sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc",
 | 
			
		||||
                "sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606",
 | 
			
		||||
                "sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc",
 | 
			
		||||
                "sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581",
 | 
			
		||||
                "sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412",
 | 
			
		||||
                "sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a",
 | 
			
		||||
                "sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2",
 | 
			
		||||
                "sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787",
 | 
			
		||||
                "sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f",
 | 
			
		||||
                "sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937",
 | 
			
		||||
                "sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64",
 | 
			
		||||
                "sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487",
 | 
			
		||||
                "sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b",
 | 
			
		||||
                "sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41",
 | 
			
		||||
                "sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a",
 | 
			
		||||
                "sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3",
 | 
			
		||||
                "sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166",
 | 
			
		||||
                "sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10"
 | 
			
		||||
                "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355",
 | 
			
		||||
                "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919",
 | 
			
		||||
                "sha256:0d8110d78a5736e16e26213114a38ca35cb15b6515d535413b090bd50951556d",
 | 
			
		||||
                "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa",
 | 
			
		||||
                "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652",
 | 
			
		||||
                "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75",
 | 
			
		||||
                "sha256:3742b32cf1c6ef124d57f95be609c473d7ec4c14d0090e5a5e05a15269fb4d0c",
 | 
			
		||||
                "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01",
 | 
			
		||||
                "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d",
 | 
			
		||||
                "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1",
 | 
			
		||||
                "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907",
 | 
			
		||||
                "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c",
 | 
			
		||||
                "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3",
 | 
			
		||||
                "sha256:7e4c9d7658aaa1fc80018593abdf8598bf91325af6af5cce4ce7c73bc45ea53d",
 | 
			
		||||
                "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b",
 | 
			
		||||
                "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614",
 | 
			
		||||
                "sha256:92c325624e304ebf0e025d1224b77dd4e6393f18aab8d829b5b7e04afe9b7a2c",
 | 
			
		||||
                "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb",
 | 
			
		||||
                "sha256:b52ccf7cfe4ce2a1064b18594381bccf4179c2ecf7f513134ec2f993dd4ab395",
 | 
			
		||||
                "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b",
 | 
			
		||||
                "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41",
 | 
			
		||||
                "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6",
 | 
			
		||||
                "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34",
 | 
			
		||||
                "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe",
 | 
			
		||||
                "sha256:d648b8e3bf2fe648745c8ffcee3db3ff903d0817a01a12dd6a6ea7a8f4889072",
 | 
			
		||||
                "sha256:f208eb7aff048f6bea9586e61af041ddf7f9ade7caed625742af423f6bae3298",
 | 
			
		||||
                "sha256:fac11badff8313e23717f3dada86a15389d0708275bddf766cca67a84ead3e91",
 | 
			
		||||
                "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4",
 | 
			
		||||
                "sha256:fcf135e17cc74dbfbc05894ebca928ffeb23d9790b3167a674921db19082401f",
 | 
			
		||||
                "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"
 | 
			
		||||
            ],
 | 
			
		||||
            "version": "==1.4.2"
 | 
			
		||||
            "version": "==1.4.1"
 | 
			
		||||
        },
 | 
			
		||||
        "typing-extensions": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
@ -1804,12 +1787,12 @@
 | 
			
		||||
                "secure"
 | 
			
		||||
            ],
 | 
			
		||||
            "hashes": [
 | 
			
		||||
                "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80",
 | 
			
		||||
                "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"
 | 
			
		||||
                "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08",
 | 
			
		||||
                "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"
 | 
			
		||||
            ],
 | 
			
		||||
            "index": "pypi",
 | 
			
		||||
            "markers": null,
 | 
			
		||||
            "version": "==1.26.3"
 | 
			
		||||
            "version": "==1.26.2"
 | 
			
		||||
        },
 | 
			
		||||
        "wrapt": {
 | 
			
		||||
            "hashes": [
 | 
			
		||||
 | 
			
		||||
@ -2,11 +2,13 @@
 | 
			
		||||
 | 
			
		||||
## Supported Versions
 | 
			
		||||
 | 
			
		||||
As authentik is currently in a pre-stable, only the latest "stable" version is supported. After authentik 1.0, this will change.
 | 
			
		||||
 | 
			
		||||
| Version  | Supported          |
 | 
			
		||||
| ---------- | ------------------ |
 | 
			
		||||
| -------- | ------------------ |
 | 
			
		||||
| 0.11.x   | :white_check_mark: |
 | 
			
		||||
| 0.12.x   | :white_check_mark: |
 | 
			
		||||
| 0.13.x   | :white_check_mark: |
 | 
			
		||||
| 0.14.x     | :white_check_mark: |
 | 
			
		||||
| 2021.1.x   | :white_check_mark: |
 | 
			
		||||
 | 
			
		||||
## Reporting a Vulnerability
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,2 @@
 | 
			
		||||
"""authentik"""
 | 
			
		||||
__version__ = "2021.1.4-stable"
 | 
			
		||||
__version__ = "0.14.1-stable"
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@ from rest_framework.response import Response
 | 
			
		||||
from rest_framework.serializers import Serializer
 | 
			
		||||
from rest_framework.viewsets import ViewSet
 | 
			
		||||
 | 
			
		||||
from authentik.events.monitored_tasks import TaskInfo
 | 
			
		||||
from authentik.lib.tasks import TaskInfo
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TaskSerializer(Serializer):
 | 
			
		||||
 | 
			
		||||
@ -2,11 +2,11 @@
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from packaging.version import parse
 | 
			
		||||
from requests import RequestException, get
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik import __version__
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.events.monitored_tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.lib.tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.root.celery import CELERY_APP
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
@ -160,17 +160,6 @@
 | 
			
		||||
                            </ak-modal-button>
 | 
			
		||||
                        </li>
 | 
			
		||||
                        {% endfor %}
 | 
			
		||||
                        <li>
 | 
			
		||||
                            <ak-modal-button href="{% url 'authentik_admin:provider-saml-from-metadata' %}">
 | 
			
		||||
                                <button slot="trigger" class="pf-c-dropdown__menu-item">
 | 
			
		||||
                                    {% trans 'SAML Provider from Metadata' %}<br>
 | 
			
		||||
                                    <small>
 | 
			
		||||
                                        {% trans "Create a SAML Provider by importing its Metadata." %}
 | 
			
		||||
                                    </small>
 | 
			
		||||
                                </button>
 | 
			
		||||
                                <div slot="modal"></div>
 | 
			
		||||
                            </ak-modal-button>
 | 
			
		||||
                        </li>
 | 
			
		||||
                    </ul>
 | 
			
		||||
                </ak-dropdown>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
@ -38,7 +38,7 @@
 | 
			
		||||
                {% for task in object_list %}
 | 
			
		||||
                <tr role="row">
 | 
			
		||||
                    <th role="columnheader">
 | 
			
		||||
                        <span>{{ task.html_name|join:"_­" }}</span>
 | 
			
		||||
                        <pre>{{ task.task_name }}</pre>
 | 
			
		||||
                    </th>
 | 
			
		||||
                    <td role="cell">
 | 
			
		||||
                        <span>
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
from django import template
 | 
			
		||||
from django.db.models import Model
 | 
			
		||||
from django.utils.html import mark_safe
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
register = template.Library()
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
@ -32,7 +32,7 @@ REQUEST_MOCK_VALID = Mock(
 | 
			
		||||
    return_value=MockResponse(
 | 
			
		||||
        200,
 | 
			
		||||
        """{
 | 
			
		||||
            "tag_name": "version/99999999.9999999"
 | 
			
		||||
            "tag_name": "version/1.2.3"
 | 
			
		||||
        }""",
 | 
			
		||||
    )
 | 
			
		||||
)
 | 
			
		||||
@ -47,11 +47,10 @@ class TestAdminTasks(TestCase):
 | 
			
		||||
    def test_version_valid_response(self):
 | 
			
		||||
        """Test Update checker with valid response"""
 | 
			
		||||
        update_latest_version.delay().get()
 | 
			
		||||
        self.assertEqual(cache.get(VERSION_CACHE_KEY), "99999999.9999999")
 | 
			
		||||
        self.assertEqual(cache.get(VERSION_CACHE_KEY), "1.2.3")
 | 
			
		||||
        self.assertTrue(
 | 
			
		||||
            Event.objects.filter(
 | 
			
		||||
                action=EventAction.UPDATE_AVAILABLE,
 | 
			
		||||
                context__new_version="99999999.9999999",
 | 
			
		||||
                action=EventAction.UPDATE_AVAILABLE, context__new_version="1.2.3"
 | 
			
		||||
            ).exists()
 | 
			
		||||
        )
 | 
			
		||||
        # test that a consecutive check doesn't create a duplicate event
 | 
			
		||||
@ -59,8 +58,7 @@ class TestAdminTasks(TestCase):
 | 
			
		||||
        self.assertEqual(
 | 
			
		||||
            len(
 | 
			
		||||
                Event.objects.filter(
 | 
			
		||||
                    action=EventAction.UPDATE_AVAILABLE,
 | 
			
		||||
                    context__new_version="99999999.9999999",
 | 
			
		||||
                    action=EventAction.UPDATE_AVAILABLE, context__new_version="1.2.3"
 | 
			
		||||
                )
 | 
			
		||||
            ),
 | 
			
		||||
            1,
 | 
			
		||||
 | 
			
		||||
@ -4,8 +4,6 @@ from django.urls import path
 | 
			
		||||
from authentik.admin.views import (
 | 
			
		||||
    applications,
 | 
			
		||||
    certificate_key_pair,
 | 
			
		||||
    events_notifications_rules,
 | 
			
		||||
    events_notifications_transports,
 | 
			
		||||
    flows,
 | 
			
		||||
    groups,
 | 
			
		||||
    outposts,
 | 
			
		||||
@ -354,36 +352,4 @@ urlpatterns = [
 | 
			
		||||
        tasks.TaskListView.as_view(),
 | 
			
		||||
        name="tasks",
 | 
			
		||||
    ),
 | 
			
		||||
    # Event Notification Transpots
 | 
			
		||||
    path(
 | 
			
		||||
        "events/transports/create/",
 | 
			
		||||
        events_notifications_transports.NotificationTransportCreateView.as_view(),
 | 
			
		||||
        name="notification-transport-create",
 | 
			
		||||
    ),
 | 
			
		||||
    path(
 | 
			
		||||
        "events/transports/<uuid:pk>/update/",
 | 
			
		||||
        events_notifications_transports.NotificationTransportUpdateView.as_view(),
 | 
			
		||||
        name="notification-transport-update",
 | 
			
		||||
    ),
 | 
			
		||||
    path(
 | 
			
		||||
        "events/transports/<uuid:pk>/delete/",
 | 
			
		||||
        events_notifications_transports.NotificationTransportDeleteView.as_view(),
 | 
			
		||||
        name="notification-transport-delete",
 | 
			
		||||
    ),
 | 
			
		||||
    # Event Notification Rules
 | 
			
		||||
    path(
 | 
			
		||||
        "events/rules/create/",
 | 
			
		||||
        events_notifications_rules.NotificationRuleCreateView.as_view(),
 | 
			
		||||
        name="notification-rule-create",
 | 
			
		||||
    ),
 | 
			
		||||
    path(
 | 
			
		||||
        "events/rules/<uuid:pk>/update/",
 | 
			
		||||
        events_notifications_rules.NotificationRuleUpdateView.as_view(),
 | 
			
		||||
        name="notification-rule-update",
 | 
			
		||||
    ),
 | 
			
		||||
    path(
 | 
			
		||||
        "events/rules/<uuid:pk>/delete/",
 | 
			
		||||
        events_notifications_rules.NotificationRuleDeleteView.as_view(),
 | 
			
		||||
        name="notification-rule-delete",
 | 
			
		||||
    ),
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
@ -29,7 +29,7 @@ class ApplicationCreateView(
 | 
			
		||||
    permission_required = "authentik_core.add_application"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/create.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_url = reverse_lazy("authentik_admin:applications")
 | 
			
		||||
    success_message = _("Successfully created Application")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -47,7 +47,7 @@ class ApplicationUpdateView(
 | 
			
		||||
    permission_required = "authentik_core.change_application"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/update.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_url = reverse_lazy("authentik_admin:applications")
 | 
			
		||||
    success_message = _("Successfully updated Application")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -60,5 +60,5 @@ class ApplicationDeleteView(
 | 
			
		||||
    permission_required = "authentik_core.delete_application"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/delete.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_url = reverse_lazy("authentik_admin:applications")
 | 
			
		||||
    success_message = _("Successfully deleted Application")
 | 
			
		||||
 | 
			
		||||
@ -1,64 +0,0 @@
 | 
			
		||||
"""authentik NotificationRule administration"""
 | 
			
		||||
from django.contrib.auth.mixins import LoginRequiredMixin
 | 
			
		||||
from django.contrib.auth.mixins import (
 | 
			
		||||
    PermissionRequiredMixin as DjangoPermissionRequiredMixin,
 | 
			
		||||
)
 | 
			
		||||
from django.contrib.messages.views import SuccessMessageMixin
 | 
			
		||||
from django.urls import reverse_lazy
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from django.views.generic import UpdateView
 | 
			
		||||
from guardian.mixins import PermissionRequiredMixin
 | 
			
		||||
 | 
			
		||||
from authentik.admin.views.utils import BackSuccessUrlMixin, DeleteMessageView
 | 
			
		||||
from authentik.events.forms import NotificationRuleForm
 | 
			
		||||
from authentik.events.models import NotificationRule
 | 
			
		||||
from authentik.lib.views import CreateAssignPermView
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationRuleCreateView(
 | 
			
		||||
    SuccessMessageMixin,
 | 
			
		||||
    BackSuccessUrlMixin,
 | 
			
		||||
    LoginRequiredMixin,
 | 
			
		||||
    DjangoPermissionRequiredMixin,
 | 
			
		||||
    CreateAssignPermView,
 | 
			
		||||
):
 | 
			
		||||
    """Create new NotificationRule"""
 | 
			
		||||
 | 
			
		||||
    model = NotificationRule
 | 
			
		||||
    form_class = NotificationRuleForm
 | 
			
		||||
    permission_required = "authentik_events.add_NotificationRule"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/create.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_message = _("Successfully created Notification Rule")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationRuleUpdateView(
 | 
			
		||||
    SuccessMessageMixin,
 | 
			
		||||
    BackSuccessUrlMixin,
 | 
			
		||||
    LoginRequiredMixin,
 | 
			
		||||
    PermissionRequiredMixin,
 | 
			
		||||
    UpdateView,
 | 
			
		||||
):
 | 
			
		||||
    """Update application"""
 | 
			
		||||
 | 
			
		||||
    model = NotificationRule
 | 
			
		||||
    form_class = NotificationRuleForm
 | 
			
		||||
    permission_required = "authentik_events.change_NotificationRule"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/update.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_message = _("Successfully updated Notification Rule")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationRuleDeleteView(
 | 
			
		||||
    LoginRequiredMixin, PermissionRequiredMixin, DeleteMessageView
 | 
			
		||||
):
 | 
			
		||||
    """Delete application"""
 | 
			
		||||
 | 
			
		||||
    model = NotificationRule
 | 
			
		||||
    permission_required = "authentik_events.delete_NotificationRule"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/delete.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_message = _("Successfully deleted Notification Rule")
 | 
			
		||||
@ -1,64 +0,0 @@
 | 
			
		||||
"""authentik NotificationTransport administration"""
 | 
			
		||||
from django.contrib.auth.mixins import LoginRequiredMixin
 | 
			
		||||
from django.contrib.auth.mixins import (
 | 
			
		||||
    PermissionRequiredMixin as DjangoPermissionRequiredMixin,
 | 
			
		||||
)
 | 
			
		||||
from django.contrib.messages.views import SuccessMessageMixin
 | 
			
		||||
from django.urls import reverse_lazy
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from django.views.generic import UpdateView
 | 
			
		||||
from guardian.mixins import PermissionRequiredMixin
 | 
			
		||||
 | 
			
		||||
from authentik.admin.views.utils import BackSuccessUrlMixin, DeleteMessageView
 | 
			
		||||
from authentik.events.forms import NotificationTransportForm
 | 
			
		||||
from authentik.events.models import NotificationTransport
 | 
			
		||||
from authentik.lib.views import CreateAssignPermView
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransportCreateView(
 | 
			
		||||
    SuccessMessageMixin,
 | 
			
		||||
    BackSuccessUrlMixin,
 | 
			
		||||
    LoginRequiredMixin,
 | 
			
		||||
    DjangoPermissionRequiredMixin,
 | 
			
		||||
    CreateAssignPermView,
 | 
			
		||||
):
 | 
			
		||||
    """Create new NotificationTransport"""
 | 
			
		||||
 | 
			
		||||
    model = NotificationTransport
 | 
			
		||||
    form_class = NotificationTransportForm
 | 
			
		||||
    permission_required = "authentik_events.add_notificationtransport"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/create.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_message = _("Successfully created Notification Transport")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransportUpdateView(
 | 
			
		||||
    SuccessMessageMixin,
 | 
			
		||||
    BackSuccessUrlMixin,
 | 
			
		||||
    LoginRequiredMixin,
 | 
			
		||||
    PermissionRequiredMixin,
 | 
			
		||||
    UpdateView,
 | 
			
		||||
):
 | 
			
		||||
    """Update application"""
 | 
			
		||||
 | 
			
		||||
    model = NotificationTransport
 | 
			
		||||
    form_class = NotificationTransportForm
 | 
			
		||||
    permission_required = "authentik_events.change_notificationtransport"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/update.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_message = _("Successfully updated Notification Transport")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransportDeleteView(
 | 
			
		||||
    LoginRequiredMixin, PermissionRequiredMixin, DeleteMessageView
 | 
			
		||||
):
 | 
			
		||||
    """Delete application"""
 | 
			
		||||
 | 
			
		||||
    model = NotificationTransport
 | 
			
		||||
    permission_required = "authentik_events.delete_notificationtransport"
 | 
			
		||||
 | 
			
		||||
    template_name = "generic/delete.html"
 | 
			
		||||
    success_url = reverse_lazy("authentik_core:shell")
 | 
			
		||||
    success_message = _("Successfully deleted Notification Transport")
 | 
			
		||||
@ -17,7 +17,6 @@ from authentik.admin.views.utils import (
 | 
			
		||||
    SearchListMixin,
 | 
			
		||||
    UserPaginateListMixin,
 | 
			
		||||
)
 | 
			
		||||
from authentik.flows.exceptions import FlowNonApplicableException
 | 
			
		||||
from authentik.flows.forms import FlowForm, FlowImportForm
 | 
			
		||||
from authentik.flows.models import Flow
 | 
			
		||||
from authentik.flows.planner import PLAN_CONTEXT_PENDING_USER
 | 
			
		||||
@ -26,7 +25,7 @@ from authentik.flows.transfer.exporter import FlowExporter
 | 
			
		||||
from authentik.flows.transfer.importer import FlowImporter
 | 
			
		||||
from authentik.flows.views import SESSION_KEY_PLAN, FlowPlanner
 | 
			
		||||
from authentik.lib.utils.urls import redirect_with_qs
 | 
			
		||||
from authentik.lib.views import CreateAssignPermView, bad_request_message
 | 
			
		||||
from authentik.lib.views import CreateAssignPermView
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class FlowListView(
 | 
			
		||||
@ -104,17 +103,8 @@ class FlowDebugExecuteView(LoginRequiredMixin, PermissionRequiredMixin, DetailVi
 | 
			
		||||
        flow: Flow = self.get_object()
 | 
			
		||||
        planner = FlowPlanner(flow)
 | 
			
		||||
        planner.use_cache = False
 | 
			
		||||
        try:
 | 
			
		||||
        plan = planner.plan(self.request, {PLAN_CONTEXT_PENDING_USER: request.user})
 | 
			
		||||
        self.request.session[SESSION_KEY_PLAN] = plan
 | 
			
		||||
        except FlowNonApplicableException as exc:
 | 
			
		||||
            return bad_request_message(
 | 
			
		||||
                request,
 | 
			
		||||
                _(
 | 
			
		||||
                    "Flow not applicable to current user/request: %(messages)s"
 | 
			
		||||
                    % {"messages": str(exc)}
 | 
			
		||||
                ),
 | 
			
		||||
            )
 | 
			
		||||
        return redirect_with_qs(
 | 
			
		||||
            "authentik_flows:flow-executor-shell",
 | 
			
		||||
            self.request.GET,
 | 
			
		||||
 | 
			
		||||
@ -5,11 +5,10 @@ from django.http.request import HttpRequest
 | 
			
		||||
from django.http.response import HttpResponse
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from django.views.generic import FormView
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.admin.forms.overview import FlowCacheClearForm, PolicyCacheClearForm
 | 
			
		||||
from authentik.admin.mixins import AdminRequiredMixin
 | 
			
		||||
from authentik.core.api.applications import user_app_cache_key
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
@ -27,9 +26,6 @@ class PolicyCacheClearView(AdminRequiredMixin, SuccessMessageMixin, FormView):
 | 
			
		||||
        keys = cache.keys("policy_*")
 | 
			
		||||
        cache.delete_many(keys)
 | 
			
		||||
        LOGGER.debug("Cleared Policy cache", keys=len(keys))
 | 
			
		||||
        # Also delete user application cache
 | 
			
		||||
        keys = user_app_cache_key("*")
 | 
			
		||||
        cache.delete_many(keys)
 | 
			
		||||
        return super().post(request, *args, **kwargs)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ from typing import Any, Dict
 | 
			
		||||
from django.views.generic.base import TemplateView
 | 
			
		||||
 | 
			
		||||
from authentik.admin.mixins import AdminRequiredMixin
 | 
			
		||||
from authentik.events.monitored_tasks import TaskInfo, TaskResultStatus
 | 
			
		||||
from authentik.lib.tasks import TaskInfo, TaskResultStatus
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TaskListView(AdminRequiredMixin, TemplateView):
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@ from typing import Any, Optional, Tuple, Union
 | 
			
		||||
 | 
			
		||||
from rest_framework.authentication import BaseAuthentication, get_authorization_header
 | 
			
		||||
from rest_framework.request import Request
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import Token, TokenIntents, User
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -19,10 +19,7 @@ from authentik.core.api.sources import SourceViewSet
 | 
			
		||||
from authentik.core.api.tokens import TokenViewSet
 | 
			
		||||
from authentik.core.api.users import UserViewSet
 | 
			
		||||
from authentik.crypto.api import CertificateKeyPairViewSet
 | 
			
		||||
from authentik.events.api.event import EventViewSet
 | 
			
		||||
from authentik.events.api.notification import NotificationViewSet
 | 
			
		||||
from authentik.events.api.notification_rule import NotificationRuleViewSet
 | 
			
		||||
from authentik.events.api.notification_transport import NotificationTransportViewSet
 | 
			
		||||
from authentik.events.api import EventViewSet
 | 
			
		||||
from authentik.flows.api import (
 | 
			
		||||
    FlowCacheViewSet,
 | 
			
		||||
    FlowStageBindingViewSet,
 | 
			
		||||
@ -40,7 +37,6 @@ from authentik.policies.api import (
 | 
			
		||||
    PolicyViewSet,
 | 
			
		||||
)
 | 
			
		||||
from authentik.policies.dummy.api import DummyPolicyViewSet
 | 
			
		||||
from authentik.policies.event_matcher.api import EventMatcherPolicyViewSet
 | 
			
		||||
from authentik.policies.expiry.api import PasswordExpiryPolicyViewSet
 | 
			
		||||
from authentik.policies.expression.api import ExpressionPolicyViewSet
 | 
			
		||||
from authentik.policies.group_membership.api import GroupMembershipPolicyViewSet
 | 
			
		||||
@ -101,9 +97,6 @@ router.register("flows/bindings", FlowStageBindingViewSet)
 | 
			
		||||
router.register("crypto/certificatekeypairs", CertificateKeyPairViewSet)
 | 
			
		||||
 | 
			
		||||
router.register("events/events", EventViewSet)
 | 
			
		||||
router.register("events/notifications", NotificationViewSet)
 | 
			
		||||
router.register("events/transports", NotificationTransportViewSet)
 | 
			
		||||
router.register("events/rules", NotificationRuleViewSet)
 | 
			
		||||
 | 
			
		||||
router.register("sources/all", SourceViewSet)
 | 
			
		||||
router.register("sources/ldap", LDAPSourceViewSet)
 | 
			
		||||
@ -114,7 +107,6 @@ router.register("policies/all", PolicyViewSet)
 | 
			
		||||
router.register("policies/cached", PolicyCacheViewSet, basename="policies_cache")
 | 
			
		||||
router.register("policies/bindings", PolicyBindingViewSet)
 | 
			
		||||
router.register("policies/expression", ExpressionPolicyViewSet)
 | 
			
		||||
router.register("policies/event_matcher", EventMatcherPolicyViewSet)
 | 
			
		||||
router.register("policies/group_membership", GroupMembershipPolicyViewSet)
 | 
			
		||||
router.register("policies/haveibeenpwned", HaveIBeenPwendPolicyViewSet)
 | 
			
		||||
router.register("policies/password_expiry", PasswordExpiryPolicyViewSet)
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ from django.apps import AppConfig, apps
 | 
			
		||||
from django.contrib import admin
 | 
			
		||||
from django.contrib.admin.sites import AlreadyRegistered
 | 
			
		||||
from guardian.admin import GuardedModelAdmin
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,4 @@
 | 
			
		||||
"""Application API Views"""
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from django.db.models import QuerySet
 | 
			
		||||
from django.http.response import Http404
 | 
			
		||||
from guardian.shortcuts import get_objects_for_user
 | 
			
		||||
@ -11,7 +10,6 @@ from rest_framework.response import Response
 | 
			
		||||
from rest_framework.serializers import ModelSerializer
 | 
			
		||||
from rest_framework.viewsets import ModelViewSet
 | 
			
		||||
from rest_framework_guardian.filters import ObjectPermissionsFilter
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.admin.api.metrics import get_events_per_1h
 | 
			
		||||
from authentik.core.api.providers import ProviderSerializer
 | 
			
		||||
@ -19,13 +17,6 @@ from authentik.core.models import Application
 | 
			
		||||
from authentik.events.models import EventAction
 | 
			
		||||
from authentik.policies.engine import PolicyEngine
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def user_app_cache_key(user_pk: str) -> str:
 | 
			
		||||
    """Cache key where application list for user is saved"""
 | 
			
		||||
    return f"user_app_cache_{user_pk}"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ApplicationSerializer(ModelSerializer):
 | 
			
		||||
    """Application Serializer"""
 | 
			
		||||
@ -77,35 +68,16 @@ class ApplicationViewSet(ModelViewSet):
 | 
			
		||||
            queryset = backend().filter_queryset(self.request, queryset, self)
 | 
			
		||||
        return queryset
 | 
			
		||||
 | 
			
		||||
    def _get_allowed_applications(self, queryset: QuerySet) -> list[Application]:
 | 
			
		||||
        applications = []
 | 
			
		||||
        for application in queryset:
 | 
			
		||||
            engine = PolicyEngine(application, self.request.user, self.request)
 | 
			
		||||
            engine.build()
 | 
			
		||||
            if engine.passing:
 | 
			
		||||
                applications.append(application)
 | 
			
		||||
        return applications
 | 
			
		||||
 | 
			
		||||
    def list(self, request: Request) -> Response:
 | 
			
		||||
        """Custom list method that checks Policy based access instead of guardian"""
 | 
			
		||||
        queryset = self._filter_queryset_for_list(self.get_queryset())
 | 
			
		||||
        self.paginate_queryset(queryset)
 | 
			
		||||
 | 
			
		||||
        should_cache = "search" not in request.GET
 | 
			
		||||
 | 
			
		||||
        allowed_applications = []
 | 
			
		||||
        if not should_cache:
 | 
			
		||||
            allowed_applications = self._get_allowed_applications(queryset)
 | 
			
		||||
        if should_cache:
 | 
			
		||||
            LOGGER.debug("Caching allowed application list")
 | 
			
		||||
            allowed_applications = cache.get(user_app_cache_key(self.request.user.pk))
 | 
			
		||||
            if not allowed_applications:
 | 
			
		||||
                allowed_applications = self._get_allowed_applications(queryset)
 | 
			
		||||
                cache.set(
 | 
			
		||||
                    user_app_cache_key(self.request.user.pk),
 | 
			
		||||
                    allowed_applications,
 | 
			
		||||
                    timeout=86400,
 | 
			
		||||
                )
 | 
			
		||||
        for application in queryset:
 | 
			
		||||
            engine = PolicyEngine(application, self.request.user, self.request)
 | 
			
		||||
            engine.build()
 | 
			
		||||
            if engine.passing:
 | 
			
		||||
                allowed_applications.append(application)
 | 
			
		||||
        serializer = self.get_serializer(allowed_applications, many=True)
 | 
			
		||||
        return self.get_paginated_response(serializer.data)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -23,7 +23,7 @@ class PropertyMappingSerializer(ModelSerializer):
 | 
			
		||||
class PropertyMappingViewSet(ReadOnlyModelViewSet):
 | 
			
		||||
    """PropertyMapping Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = PropertyMapping.objects.none()
 | 
			
		||||
    queryset = PropertyMapping.objects.all()
 | 
			
		||||
    serializer_class = PropertyMappingSerializer
 | 
			
		||||
 | 
			
		||||
    def get_queryset(self):
 | 
			
		||||
 | 
			
		||||
@ -39,7 +39,7 @@ class ProviderSerializer(ModelSerializer, MetaNameSerializer):
 | 
			
		||||
class ProviderViewSet(ModelViewSet):
 | 
			
		||||
    """Provider Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = Provider.objects.none()
 | 
			
		||||
    queryset = Provider.objects.all()
 | 
			
		||||
    serializer_class = ProviderSerializer
 | 
			
		||||
    filterset_fields = {
 | 
			
		||||
        "application": ["isnull"],
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@ class SourceSerializer(ModelSerializer, MetaNameSerializer):
 | 
			
		||||
class SourceViewSet(ReadOnlyModelViewSet):
 | 
			
		||||
    """Source Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = Source.objects.none()
 | 
			
		||||
    queryset = Source.objects.all()
 | 
			
		||||
    serializer_class = SourceSerializer
 | 
			
		||||
    lookup_field = "slug"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -34,7 +34,7 @@ class UserSerializer(ModelSerializer):
 | 
			
		||||
class UserViewSet(ModelViewSet):
 | 
			
		||||
    """User Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = User.objects.none()
 | 
			
		||||
    queryset = User.objects.all()
 | 
			
		||||
    serializer_class = UserSerializer
 | 
			
		||||
 | 
			
		||||
    def get_queryset(self):
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
"""Channels base classes"""
 | 
			
		||||
from channels.exceptions import DenyConnection
 | 
			
		||||
from channels.generic.websocket import JsonWebsocketConsumer
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.api.auth import token_from_header
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
 | 
			
		||||
@ -28,7 +28,7 @@ class PropertyMappingEvaluator(BaseEvaluator):
 | 
			
		||||
        event = Event.new(
 | 
			
		||||
            EventAction.PROPERTY_MAPPING_EXCEPTION,
 | 
			
		||||
            expression=expression_source,
 | 
			
		||||
            message=error_string,
 | 
			
		||||
            error=error_string,
 | 
			
		||||
        )
 | 
			
		||||
        if "user" in self._context:
 | 
			
		||||
            event.set_user(self._context["user"])
 | 
			
		||||
 | 
			
		||||
@ -15,7 +15,7 @@ from django.utils.translation import gettext_lazy as _
 | 
			
		||||
from guardian.mixins import GuardianUserMixin
 | 
			
		||||
from model_utils.managers import InheritanceManager
 | 
			
		||||
from rest_framework.serializers import Serializer
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.exceptions import PropertyMappingExpressionException
 | 
			
		||||
from authentik.core.signals import password_changed
 | 
			
		||||
 | 
			
		||||
@ -8,10 +8,10 @@ from dbbackup.db.exceptions import CommandConnectorError
 | 
			
		||||
from django.contrib.humanize.templatetags.humanize import naturaltime
 | 
			
		||||
from django.core import management
 | 
			
		||||
from django.utils.timezone import now
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import ExpiringModel
 | 
			
		||||
from authentik.events.monitored_tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.lib.tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.root.celery import CELERY_APP
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
@ -9,14 +9,14 @@
 | 
			
		||||
        <meta charset="UTF-8">
 | 
			
		||||
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | 
			
		||||
        <title>{% block title %}{% trans title|default:config.authentik.branding.title %}{% endblock %}</title>
 | 
			
		||||
        <link rel="icon" type="image/png" href="{% static 'dist/assets/icons/icon.png' %}?v={{ ak_version }}">
 | 
			
		||||
        <link rel="shortcut icon" type="image/png" href="{% static 'dist/assets/icons/icon.png' %}?v={{ ak_version }}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/patternfly.css' %}?v={{ ak_version }}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/patternfly-addons.css' %}?v={{ ak_version }}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/fontawesome.min.css' %}?v={{ ak_version }}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/authentik.css' %}?v={{ ak_version }}">
 | 
			
		||||
        <script src="{% url 'javascript-catalog' %}?v={{ ak_version }}"></script>
 | 
			
		||||
        <script src="{% static 'dist/main.js' %}?v={{ ak_version }}" type="module"></script>
 | 
			
		||||
        <link rel="icon" type="image/png" href="{% static 'dist/assets/icons/icon.png' %}">
 | 
			
		||||
        <link rel="shortcut icon" type="image/png" href="{% static 'dist/assets/icons/icon.png' %}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/patternfly.css' %}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/patternfly-addons.css' %}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/fontawesome.min.css' %}">
 | 
			
		||||
        <link rel="stylesheet" type="text/css" href="{% static 'dist/authentik.css' %}">
 | 
			
		||||
        <script src="{% url 'javascript-catalog' %}"></script>
 | 
			
		||||
        <script src="{% static 'dist/main.js' %}" type="module"></script>
 | 
			
		||||
        {% block head %}
 | 
			
		||||
        {% endblock %}
 | 
			
		||||
    </head>
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,5 @@
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
{% load authentik_user_settings %}
 | 
			
		||||
{% load authentik_utils %}
 | 
			
		||||
 | 
			
		||||
<div class="pf-c-page">
 | 
			
		||||
    <main role="main" class="pf-c-page__main" tabindex="-1">
 | 
			
		||||
@ -13,8 +12,7 @@
 | 
			
		||||
                <p>{% trans "Configure settings relevant to your user profile." %}</p>
 | 
			
		||||
            </div>
 | 
			
		||||
        </section>
 | 
			
		||||
        <ak-tabs>
 | 
			
		||||
            <section slot="page-1" data-tab-title="{% trans 'User details' %}" class="pf-c-page__main-section pf-m-no-padding-mobile">
 | 
			
		||||
        <section class="pf-c-page__main-section">
 | 
			
		||||
            <div class="pf-u-display-flex pf-u-justify-content-center">
 | 
			
		||||
                <div class="pf-u-w-75">
 | 
			
		||||
                    <ak-site-shell url="{% url 'authentik_core:user-details' %}">
 | 
			
		||||
@ -23,17 +21,21 @@
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </section>
 | 
			
		||||
            <section slot="page-2" data-tab-title="{% trans 'Tokens' %}" class="pf-c-page__main-section pf-m-no-padding-mobile">
 | 
			
		||||
        <section class="pf-c-page__main-section">
 | 
			
		||||
            <div class="pf-u-display-flex pf-u-justify-content-center">
 | 
			
		||||
                <div class="pf-u-w-75">
 | 
			
		||||
                    <ak-site-shell url="{% url 'authentik_core:user-tokens' %}">
 | 
			
		||||
                        <div slot="body"></div>
 | 
			
		||||
                    </ak-site-shell>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </section>
 | 
			
		||||
        {% user_stages as user_stages_loc %}
 | 
			
		||||
            {% for stage, stage_link in user_stages_loc.items %}
 | 
			
		||||
            <section slot="page-{{ stage.pk }}" data-tab-title="{{ stage|verbose_name }}" class="pf-c-page__main-section pf-m-no-padding-mobile">
 | 
			
		||||
        {% for stage in user_stages_loc %}
 | 
			
		||||
        <section class="pf-c-page__main-section">
 | 
			
		||||
            <div class="pf-u-display-flex pf-u-justify-content-center">
 | 
			
		||||
                <div class="pf-u-w-75">
 | 
			
		||||
                        <ak-site-shell url="{{ stage_link }}">
 | 
			
		||||
                    <ak-site-shell url="{{ stage }}">
 | 
			
		||||
                        <div slot="body"></div>
 | 
			
		||||
                    </ak-site-shell>
 | 
			
		||||
                </div>
 | 
			
		||||
@ -41,17 +43,16 @@
 | 
			
		||||
        </section>
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
        {% user_sources as user_sources_loc %}
 | 
			
		||||
            {% for source, source_link in user_sources_loc.item %}
 | 
			
		||||
            <section slot="page-{{ source.pk }}" data-tab-title="{{ source|verbose_name }}" class="pf-c-page__main-section pf-m-no-padding-mobile">
 | 
			
		||||
        {% for source in user_sources_loc %}
 | 
			
		||||
        <section class="pf-c-page__main-section">
 | 
			
		||||
            <div class="pf-u-display-flex pf-u-justify-content-center">
 | 
			
		||||
                <div class="pf-u-w-75">
 | 
			
		||||
                        <ak-site-shell url="{{ source_link }}">
 | 
			
		||||
                    <ak-site-shell url="{{ source }}">
 | 
			
		||||
                        <div slot="body"></div>
 | 
			
		||||
                    </ak-site-shell>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </section>
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
        </ak-tabs>
 | 
			
		||||
    </main>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -13,26 +13,26 @@ register = template.Library()
 | 
			
		||||
 | 
			
		||||
@register.simple_tag(takes_context=True)
 | 
			
		||||
# pylint: disable=unused-argument
 | 
			
		||||
def user_stages(context: RequestContext) -> dict[Stage, str]:
 | 
			
		||||
def user_stages(context: RequestContext) -> list[str]:
 | 
			
		||||
    """Return list of all stages which apply to user"""
 | 
			
		||||
    _all_stages: Iterable[Stage] = Stage.objects.all().select_subclasses()
 | 
			
		||||
    matching_stages: dict[Stage, str] = {}
 | 
			
		||||
    matching_stages: list[str] = []
 | 
			
		||||
    for stage in _all_stages:
 | 
			
		||||
        user_settings = stage.ui_user_settings
 | 
			
		||||
        if not user_settings:
 | 
			
		||||
            continue
 | 
			
		||||
        matching_stages[stage] = user_settings
 | 
			
		||||
        matching_stages.append(user_settings)
 | 
			
		||||
    return matching_stages
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@register.simple_tag(takes_context=True)
 | 
			
		||||
def user_sources(context: RequestContext) -> dict[Source, str]:
 | 
			
		||||
def user_sources(context: RequestContext) -> list[str]:
 | 
			
		||||
    """Return a list of all sources which are enabled for the user"""
 | 
			
		||||
    user = context.get("request").user
 | 
			
		||||
    _all_sources: Iterable[Source] = Source.objects.filter(
 | 
			
		||||
        enabled=True
 | 
			
		||||
    ).select_subclasses()
 | 
			
		||||
    matching_sources: dict[Source, str] = {}
 | 
			
		||||
    matching_sources: list[str] = []
 | 
			
		||||
    for source in _all_sources:
 | 
			
		||||
        user_settings = source.ui_user_settings
 | 
			
		||||
        if not user_settings:
 | 
			
		||||
@ -40,5 +40,5 @@ def user_sources(context: RequestContext) -> dict[Source, str]:
 | 
			
		||||
        policy_engine = PolicyEngine(source, user, context.get("request"))
 | 
			
		||||
        policy_engine.build()
 | 
			
		||||
        if policy_engine.passing:
 | 
			
		||||
            matching_sources[source] = user_settings
 | 
			
		||||
            matching_sources.append(user_settings)
 | 
			
		||||
    return matching_sources
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@
 | 
			
		||||
from django.http import HttpRequest, HttpResponse
 | 
			
		||||
from django.shortcuts import get_object_or_404, redirect
 | 
			
		||||
from django.views import View
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.middleware import (
 | 
			
		||||
    SESSION_IMPERSONATE_ORIGINAL_USER,
 | 
			
		||||
 | 
			
		||||
@ -1,53 +0,0 @@
 | 
			
		||||
"""Notification API Views"""
 | 
			
		||||
from rest_framework import mixins
 | 
			
		||||
from rest_framework.fields import ReadOnlyField
 | 
			
		||||
from rest_framework.serializers import ModelSerializer
 | 
			
		||||
from rest_framework.viewsets import GenericViewSet
 | 
			
		||||
 | 
			
		||||
from authentik.events.api.event import EventSerializer
 | 
			
		||||
from authentik.events.models import Notification
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationSerializer(ModelSerializer):
 | 
			
		||||
    """Notification Serializer"""
 | 
			
		||||
 | 
			
		||||
    body = ReadOnlyField()
 | 
			
		||||
    severity = ReadOnlyField()
 | 
			
		||||
    event = EventSerializer()
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        model = Notification
 | 
			
		||||
        fields = [
 | 
			
		||||
            "pk",
 | 
			
		||||
            "severity",
 | 
			
		||||
            "body",
 | 
			
		||||
            "created",
 | 
			
		||||
            "event",
 | 
			
		||||
            "seen",
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationViewSet(
 | 
			
		||||
    mixins.RetrieveModelMixin,
 | 
			
		||||
    mixins.UpdateModelMixin,
 | 
			
		||||
    mixins.DestroyModelMixin,
 | 
			
		||||
    mixins.ListModelMixin,
 | 
			
		||||
    GenericViewSet,
 | 
			
		||||
):
 | 
			
		||||
    """Notification Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = Notification.objects.all()
 | 
			
		||||
    serializer_class = NotificationSerializer
 | 
			
		||||
    filterset_fields = [
 | 
			
		||||
        "severity",
 | 
			
		||||
        "body",
 | 
			
		||||
        "created",
 | 
			
		||||
        "event",
 | 
			
		||||
        "seen",
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    def get_queryset(self):
 | 
			
		||||
        if not self.request:
 | 
			
		||||
            return super().get_queryset()
 | 
			
		||||
        return Notification.objects.filter(user=self.request.user)
 | 
			
		||||
@ -1,28 +0,0 @@
 | 
			
		||||
"""NotificationRule API Views"""
 | 
			
		||||
from rest_framework.serializers import ModelSerializer
 | 
			
		||||
from rest_framework.viewsets import ModelViewSet
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import NotificationRule
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationRuleSerializer(ModelSerializer):
 | 
			
		||||
    """NotificationRule Serializer"""
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        model = NotificationRule
 | 
			
		||||
        depth = 2
 | 
			
		||||
        fields = [
 | 
			
		||||
            "pk",
 | 
			
		||||
            "name",
 | 
			
		||||
            "transports",
 | 
			
		||||
            "severity",
 | 
			
		||||
            "group",
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationRuleViewSet(ModelViewSet):
 | 
			
		||||
    """NotificationRule Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = NotificationRule.objects.all()
 | 
			
		||||
    serializer_class = NotificationRuleSerializer
 | 
			
		||||
@ -1,66 +0,0 @@
 | 
			
		||||
"""NotificationTransport API Views"""
 | 
			
		||||
from django.http.response import Http404
 | 
			
		||||
from guardian.shortcuts import get_objects_for_user
 | 
			
		||||
from rest_framework.decorators import action
 | 
			
		||||
from rest_framework.fields import SerializerMethodField
 | 
			
		||||
from rest_framework.request import Request
 | 
			
		||||
from rest_framework.response import Response
 | 
			
		||||
from rest_framework.serializers import ModelSerializer
 | 
			
		||||
from rest_framework.viewsets import ModelViewSet
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import (
 | 
			
		||||
    Notification,
 | 
			
		||||
    NotificationSeverity,
 | 
			
		||||
    NotificationTransport,
 | 
			
		||||
    NotificationTransportError,
 | 
			
		||||
    TransportMode,
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransportSerializer(ModelSerializer):
 | 
			
		||||
    """NotificationTransport Serializer"""
 | 
			
		||||
 | 
			
		||||
    mode_verbose = SerializerMethodField()
 | 
			
		||||
 | 
			
		||||
    def get_mode_verbose(self, instance: NotificationTransport):
 | 
			
		||||
        """Return selected mode with a UI Label"""
 | 
			
		||||
        return TransportMode(instance.mode).label
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        model = NotificationTransport
 | 
			
		||||
        fields = [
 | 
			
		||||
            "pk",
 | 
			
		||||
            "name",
 | 
			
		||||
            "mode",
 | 
			
		||||
            "mode_verbose",
 | 
			
		||||
            "webhook_url",
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransportViewSet(ModelViewSet):
 | 
			
		||||
    """NotificationTransport Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = NotificationTransport.objects.all()
 | 
			
		||||
    serializer_class = NotificationTransportSerializer
 | 
			
		||||
 | 
			
		||||
    @action(detail=True, methods=["post"])
 | 
			
		||||
    # pylint: disable=invalid-name
 | 
			
		||||
    def test(self, request: Request, pk=None) -> Response:
 | 
			
		||||
        """Send example notification using selected transport. Requires
 | 
			
		||||
        Modify permissions."""
 | 
			
		||||
        transports = get_objects_for_user(
 | 
			
		||||
            request.user, "authentik_events.change_notificationtransport"
 | 
			
		||||
        ).filter(pk=pk)
 | 
			
		||||
        if not transports.exists():
 | 
			
		||||
            raise Http404
 | 
			
		||||
        transport: NotificationTransport = transports.first()
 | 
			
		||||
        notification = Notification(
 | 
			
		||||
            severity=NotificationSeverity.NOTICE,
 | 
			
		||||
            body=f"Test Notification from transport {transport.name}",
 | 
			
		||||
            user=request.user,
 | 
			
		||||
        )
 | 
			
		||||
        try:
 | 
			
		||||
            return Response(transport.send(notification))
 | 
			
		||||
        except NotificationTransportError as exc:
 | 
			
		||||
            return Response(str(exc.__cause__ or None), status=503)
 | 
			
		||||
@ -1,47 +0,0 @@
 | 
			
		||||
"""authentik events NotificationTransport forms"""
 | 
			
		||||
from django import forms
 | 
			
		||||
from django.utils.translation import gettext_lazy as _
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import NotificationRule, NotificationTransport
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransportForm(forms.ModelForm):
 | 
			
		||||
    """NotificationTransport Form"""
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        model = NotificationTransport
 | 
			
		||||
        fields = [
 | 
			
		||||
            "name",
 | 
			
		||||
            "mode",
 | 
			
		||||
            "webhook_url",
 | 
			
		||||
        ]
 | 
			
		||||
        widgets = {
 | 
			
		||||
            "name": forms.TextInput(),
 | 
			
		||||
            "webhook_url": forms.TextInput(),
 | 
			
		||||
        }
 | 
			
		||||
        labels = {
 | 
			
		||||
            "webhook_url": _("Webhook URL"),
 | 
			
		||||
        }
 | 
			
		||||
        help_texts = {
 | 
			
		||||
            "webhook_url": _(
 | 
			
		||||
                ("Only required when the Generic or Slack Webhook is used.")
 | 
			
		||||
            ),
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationRuleForm(forms.ModelForm):
 | 
			
		||||
    """NotificationRule Form"""
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        model = NotificationRule
 | 
			
		||||
        fields = [
 | 
			
		||||
            "name",
 | 
			
		||||
            "group",
 | 
			
		||||
            "transports",
 | 
			
		||||
            "severity",
 | 
			
		||||
        ]
 | 
			
		||||
        widgets = {
 | 
			
		||||
            "name": forms.TextInput(),
 | 
			
		||||
        }
 | 
			
		||||
@ -6,10 +6,9 @@ from django.contrib.auth.models import User
 | 
			
		||||
from django.db.models import Model
 | 
			
		||||
from django.db.models.signals import post_save, pre_delete
 | 
			
		||||
from django.http import HttpRequest, HttpResponse
 | 
			
		||||
from guardian.models import UserObjectPermission
 | 
			
		||||
 | 
			
		||||
from authentik.core.middleware import LOCAL
 | 
			
		||||
from authentik.events.models import Event, EventAction, Notification
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.events.signals import EventNewThread
 | 
			
		||||
from authentik.events.utils import model_to_dict
 | 
			
		||||
 | 
			
		||||
@ -64,7 +63,7 @@ class AuditMiddleware:
 | 
			
		||||
        user: User, request: HttpRequest, sender, instance: Model, created: bool, **_
 | 
			
		||||
    ):
 | 
			
		||||
        """Signal handler for all object's post_save"""
 | 
			
		||||
        if isinstance(instance, (Event, Notification, UserObjectPermission)):
 | 
			
		||||
        if isinstance(instance, Event):
 | 
			
		||||
            return
 | 
			
		||||
 | 
			
		||||
        action = EventAction.MODEL_CREATED if created else EventAction.MODEL_UPDATED
 | 
			
		||||
@ -76,7 +75,7 @@ class AuditMiddleware:
 | 
			
		||||
        user: User, request: HttpRequest, sender, instance: Model, **_
 | 
			
		||||
    ):
 | 
			
		||||
        """Signal handler for all object's pre_delete"""
 | 
			
		||||
        if isinstance(instance, (Event, Notification, UserObjectPermission)):
 | 
			
		||||
        if isinstance(instance, Event):
 | 
			
		||||
            return
 | 
			
		||||
 | 
			
		||||
        EventNewThread(
 | 
			
		||||
 | 
			
		||||
@ -1,148 +0,0 @@
 | 
			
		||||
# Generated by Django 3.1.4 on 2021-01-11 16:36
 | 
			
		||||
 | 
			
		||||
import uuid
 | 
			
		||||
 | 
			
		||||
import django.db.models.deletion
 | 
			
		||||
from django.conf import settings
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        migrations.swappable_dependency(settings.AUTH_USER_MODEL),
 | 
			
		||||
        ("authentik_policies", "0004_policy_execution_logging"),
 | 
			
		||||
        ("authentik_core", "0016_auto_20201202_2234"),
 | 
			
		||||
        ("authentik_events", "0009_auto_20201227_1210"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.CreateModel(
 | 
			
		||||
            name="NotificationTransport",
 | 
			
		||||
            fields=[
 | 
			
		||||
                (
 | 
			
		||||
                    "uuid",
 | 
			
		||||
                    models.UUIDField(
 | 
			
		||||
                        default=uuid.uuid4,
 | 
			
		||||
                        editable=False,
 | 
			
		||||
                        primary_key=True,
 | 
			
		||||
                        serialize=False,
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                ("name", models.TextField(unique=True)),
 | 
			
		||||
                (
 | 
			
		||||
                    "mode",
 | 
			
		||||
                    models.TextField(
 | 
			
		||||
                        choices=[
 | 
			
		||||
                            ("webhook", "Generic Webhook"),
 | 
			
		||||
                            ("webhook_slack", "Slack Webhook (Slack/Discord)"),
 | 
			
		||||
                            ("email", "Email"),
 | 
			
		||||
                        ]
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                ("webhook_url", models.TextField(blank=True)),
 | 
			
		||||
            ],
 | 
			
		||||
            options={
 | 
			
		||||
                "verbose_name": "Notification Transport",
 | 
			
		||||
                "verbose_name_plural": "Notification Transports",
 | 
			
		||||
            },
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.CreateModel(
 | 
			
		||||
            name="NotificationRule",
 | 
			
		||||
            fields=[
 | 
			
		||||
                (
 | 
			
		||||
                    "policybindingmodel_ptr",
 | 
			
		||||
                    models.OneToOneField(
 | 
			
		||||
                        auto_created=True,
 | 
			
		||||
                        on_delete=django.db.models.deletion.CASCADE,
 | 
			
		||||
                        parent_link=True,
 | 
			
		||||
                        primary_key=True,
 | 
			
		||||
                        serialize=False,
 | 
			
		||||
                        to="authentik_policies.policybindingmodel",
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                ("name", models.TextField(unique=True)),
 | 
			
		||||
                (
 | 
			
		||||
                    "severity",
 | 
			
		||||
                    models.TextField(
 | 
			
		||||
                        choices=[
 | 
			
		||||
                            ("notice", "Notice"),
 | 
			
		||||
                            ("warning", "Warning"),
 | 
			
		||||
                            ("alert", "Alert"),
 | 
			
		||||
                        ],
 | 
			
		||||
                        default="notice",
 | 
			
		||||
                        help_text="Controls which severity level the created notifications will have.",
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                (
 | 
			
		||||
                    "group",
 | 
			
		||||
                    models.ForeignKey(
 | 
			
		||||
                        blank=True,
 | 
			
		||||
                        help_text="Define which group of users this notification should be sent and shown to. If left empty, Notification won't ben sent.",
 | 
			
		||||
                        null=True,
 | 
			
		||||
                        on_delete=django.db.models.deletion.SET_NULL,
 | 
			
		||||
                        to="authentik_core.group",
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                (
 | 
			
		||||
                    "transports",
 | 
			
		||||
                    models.ManyToManyField(
 | 
			
		||||
                        help_text="Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI.",
 | 
			
		||||
                        to="authentik_events.NotificationTransport",
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
            ],
 | 
			
		||||
            options={
 | 
			
		||||
                "verbose_name": "Notification Rule",
 | 
			
		||||
                "verbose_name_plural": "Notification Rules",
 | 
			
		||||
            },
 | 
			
		||||
            bases=("authentik_policies.policybindingmodel",),
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.CreateModel(
 | 
			
		||||
            name="Notification",
 | 
			
		||||
            fields=[
 | 
			
		||||
                (
 | 
			
		||||
                    "uuid",
 | 
			
		||||
                    models.UUIDField(
 | 
			
		||||
                        default=uuid.uuid4,
 | 
			
		||||
                        editable=False,
 | 
			
		||||
                        primary_key=True,
 | 
			
		||||
                        serialize=False,
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                (
 | 
			
		||||
                    "severity",
 | 
			
		||||
                    models.TextField(
 | 
			
		||||
                        choices=[
 | 
			
		||||
                            ("notice", "Notice"),
 | 
			
		||||
                            ("warning", "Warning"),
 | 
			
		||||
                            ("alert", "Alert"),
 | 
			
		||||
                        ]
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                ("body", models.TextField()),
 | 
			
		||||
                ("created", models.DateTimeField(auto_now_add=True)),
 | 
			
		||||
                ("seen", models.BooleanField(default=False)),
 | 
			
		||||
                (
 | 
			
		||||
                    "event",
 | 
			
		||||
                    models.ForeignKey(
 | 
			
		||||
                        blank=True,
 | 
			
		||||
                        null=True,
 | 
			
		||||
                        on_delete=django.db.models.deletion.SET_NULL,
 | 
			
		||||
                        to="authentik_events.event",
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                (
 | 
			
		||||
                    "user",
 | 
			
		||||
                    models.ForeignKey(
 | 
			
		||||
                        on_delete=django.db.models.deletion.CASCADE,
 | 
			
		||||
                        to=settings.AUTH_USER_MODEL,
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
            ],
 | 
			
		||||
            options={
 | 
			
		||||
                "verbose_name": "Notification",
 | 
			
		||||
                "verbose_name_plural": "Notifications",
 | 
			
		||||
            },
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
@ -1,165 +0,0 @@
 | 
			
		||||
# Generated by Django 3.1.4 on 2021-01-10 18:57
 | 
			
		||||
 | 
			
		||||
from django.apps.registry import Apps
 | 
			
		||||
from django.db import migrations
 | 
			
		||||
from django.db.backends.base.schema import BaseDatabaseSchemaEditor
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import EventAction, NotificationSeverity, TransportMode
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def notify_configuration_error(apps: Apps, schema_editor: BaseDatabaseSchemaEditor):
 | 
			
		||||
    db_alias = schema_editor.connection.alias
 | 
			
		||||
    Group = apps.get_model("authentik_core", "Group")
 | 
			
		||||
    PolicyBinding = apps.get_model("authentik_policies", "PolicyBinding")
 | 
			
		||||
    EventMatcherPolicy = apps.get_model(
 | 
			
		||||
        "authentik_policies_event_matcher", "EventMatcherPolicy"
 | 
			
		||||
    )
 | 
			
		||||
    NotificationRule = apps.get_model("authentik_events", "NotificationRule")
 | 
			
		||||
    NotificationTransport = apps.get_model("authentik_events", "NotificationTransport")
 | 
			
		||||
 | 
			
		||||
    admin_group = (
 | 
			
		||||
        Group.objects.using(db_alias)
 | 
			
		||||
        .filter(name="authentik Admins", is_superuser=True)
 | 
			
		||||
        .first()
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    policy, _ = EventMatcherPolicy.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-match-configuration-error",
 | 
			
		||||
        defaults={"action": EventAction.CONFIGURATION_ERROR},
 | 
			
		||||
    )
 | 
			
		||||
    trigger, _ = NotificationRule.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-notify-configuration-error",
 | 
			
		||||
        defaults={"group": admin_group, "severity": NotificationSeverity.ALERT},
 | 
			
		||||
    )
 | 
			
		||||
    trigger.transports.set(
 | 
			
		||||
        NotificationTransport.objects.using(db_alias).filter(
 | 
			
		||||
            name="default-email-transport"
 | 
			
		||||
        )
 | 
			
		||||
    )
 | 
			
		||||
    trigger.save()
 | 
			
		||||
    PolicyBinding.objects.using(db_alias).update_or_create(
 | 
			
		||||
        target=trigger,
 | 
			
		||||
        policy=policy,
 | 
			
		||||
        defaults={
 | 
			
		||||
            "order": 0,
 | 
			
		||||
        },
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def notify_update(apps: Apps, schema_editor: BaseDatabaseSchemaEditor):
 | 
			
		||||
    db_alias = schema_editor.connection.alias
 | 
			
		||||
    Group = apps.get_model("authentik_core", "Group")
 | 
			
		||||
    PolicyBinding = apps.get_model("authentik_policies", "PolicyBinding")
 | 
			
		||||
    EventMatcherPolicy = apps.get_model(
 | 
			
		||||
        "authentik_policies_event_matcher", "EventMatcherPolicy"
 | 
			
		||||
    )
 | 
			
		||||
    NotificationRule = apps.get_model("authentik_events", "NotificationRule")
 | 
			
		||||
    NotificationTransport = apps.get_model("authentik_events", "NotificationTransport")
 | 
			
		||||
 | 
			
		||||
    admin_group = (
 | 
			
		||||
        Group.objects.using(db_alias)
 | 
			
		||||
        .filter(name="authentik Admins", is_superuser=True)
 | 
			
		||||
        .first()
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    policy, _ = EventMatcherPolicy.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-match-update",
 | 
			
		||||
        defaults={"action": EventAction.UPDATE_AVAILABLE},
 | 
			
		||||
    )
 | 
			
		||||
    trigger, _ = NotificationRule.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-notify-update",
 | 
			
		||||
        defaults={"group": admin_group, "severity": NotificationSeverity.ALERT},
 | 
			
		||||
    )
 | 
			
		||||
    trigger.transports.set(
 | 
			
		||||
        NotificationTransport.objects.using(db_alias).filter(
 | 
			
		||||
            name="default-email-transport"
 | 
			
		||||
        )
 | 
			
		||||
    )
 | 
			
		||||
    trigger.save()
 | 
			
		||||
    PolicyBinding.objects.using(db_alias).update_or_create(
 | 
			
		||||
        target=trigger,
 | 
			
		||||
        policy=policy,
 | 
			
		||||
        defaults={
 | 
			
		||||
            "order": 0,
 | 
			
		||||
        },
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def notify_exception(apps: Apps, schema_editor: BaseDatabaseSchemaEditor):
 | 
			
		||||
    db_alias = schema_editor.connection.alias
 | 
			
		||||
    Group = apps.get_model("authentik_core", "Group")
 | 
			
		||||
    PolicyBinding = apps.get_model("authentik_policies", "PolicyBinding")
 | 
			
		||||
    EventMatcherPolicy = apps.get_model(
 | 
			
		||||
        "authentik_policies_event_matcher", "EventMatcherPolicy"
 | 
			
		||||
    )
 | 
			
		||||
    NotificationRule = apps.get_model("authentik_events", "NotificationRule")
 | 
			
		||||
    NotificationTransport = apps.get_model("authentik_events", "NotificationTransport")
 | 
			
		||||
 | 
			
		||||
    admin_group = (
 | 
			
		||||
        Group.objects.using(db_alias)
 | 
			
		||||
        .filter(name="authentik Admins", is_superuser=True)
 | 
			
		||||
        .first()
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    policy_policy_exc, _ = EventMatcherPolicy.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-match-policy-exception",
 | 
			
		||||
        defaults={"action": EventAction.POLICY_EXCEPTION},
 | 
			
		||||
    )
 | 
			
		||||
    policy_pm_exc, _ = EventMatcherPolicy.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-match-property-mapping-exception",
 | 
			
		||||
        defaults={"action": EventAction.PROPERTY_MAPPING_EXCEPTION},
 | 
			
		||||
    )
 | 
			
		||||
    trigger, _ = NotificationRule.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-notify-exception",
 | 
			
		||||
        defaults={"group": admin_group, "severity": NotificationSeverity.ALERT},
 | 
			
		||||
    )
 | 
			
		||||
    trigger.transports.set(
 | 
			
		||||
        NotificationTransport.objects.using(db_alias).filter(
 | 
			
		||||
            name="default-email-transport"
 | 
			
		||||
        )
 | 
			
		||||
    )
 | 
			
		||||
    trigger.save()
 | 
			
		||||
    PolicyBinding.objects.using(db_alias).update_or_create(
 | 
			
		||||
        target=trigger,
 | 
			
		||||
        policy=policy_policy_exc,
 | 
			
		||||
        defaults={
 | 
			
		||||
            "order": 0,
 | 
			
		||||
        },
 | 
			
		||||
    )
 | 
			
		||||
    PolicyBinding.objects.using(db_alias).update_or_create(
 | 
			
		||||
        target=trigger,
 | 
			
		||||
        policy=policy_pm_exc,
 | 
			
		||||
        defaults={
 | 
			
		||||
            "order": 1,
 | 
			
		||||
        },
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def transport_email_global(apps: Apps, schema_editor: BaseDatabaseSchemaEditor):
 | 
			
		||||
    db_alias = schema_editor.connection.alias
 | 
			
		||||
    NotificationTransport = apps.get_model("authentik_events", "NotificationTransport")
 | 
			
		||||
 | 
			
		||||
    NotificationTransport.objects.using(db_alias).update_or_create(
 | 
			
		||||
        name="default-email-transport",
 | 
			
		||||
        defaults={"mode": TransportMode.EMAIL},
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        (
 | 
			
		||||
            "authentik_events",
 | 
			
		||||
            "0010_notification_notificationtransport_notificationrule",
 | 
			
		||||
        ),
 | 
			
		||||
        ("authentik_core", "0016_auto_20201202_2234"),
 | 
			
		||||
        ("authentik_policies_event_matcher", "0003_auto_20210110_1907"),
 | 
			
		||||
        ("authentik_policies", "0004_policy_execution_logging"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.RunPython(transport_email_global),
 | 
			
		||||
        migrations.RunPython(notify_configuration_error),
 | 
			
		||||
        migrations.RunPython(notify_update),
 | 
			
		||||
        migrations.RunPython(notify_exception),
 | 
			
		||||
    ]
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
"""authentik events models"""
 | 
			
		||||
 | 
			
		||||
from inspect import getmodule, stack
 | 
			
		||||
from smtplib import SMTPException
 | 
			
		||||
from typing import Optional, Union
 | 
			
		||||
from uuid import uuid4
 | 
			
		||||
 | 
			
		||||
@ -9,28 +9,19 @@ from django.core.exceptions import ValidationError
 | 
			
		||||
from django.db import models
 | 
			
		||||
from django.http import HttpRequest
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from requests import RequestException, post
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik import __version__
 | 
			
		||||
from authentik.core.middleware import (
 | 
			
		||||
    SESSION_IMPERSONATE_ORIGINAL_USER,
 | 
			
		||||
    SESSION_IMPERSONATE_USER,
 | 
			
		||||
)
 | 
			
		||||
from authentik.core.models import Group, User
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.events.utils import cleanse_dict, get_user, sanitize_dict
 | 
			
		||||
from authentik.lib.sentry import SentryIgnoredException
 | 
			
		||||
from authentik.lib.utils.http import get_client_ip
 | 
			
		||||
from authentik.policies.models import PolicyBindingModel
 | 
			
		||||
from authentik.stages.email.utils import TemplateEmailMessage
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger("authentik.events")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransportError(SentryIgnoredException):
 | 
			
		||||
    """Error raised when a notification fails to be delivered"""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class EventAction(models.TextChoices):
 | 
			
		||||
    """All possible actions to save into the events log"""
 | 
			
		||||
 | 
			
		||||
@ -56,9 +47,6 @@ class EventAction(models.TextChoices):
 | 
			
		||||
    POLICY_EXCEPTION = "policy_exception"
 | 
			
		||||
    PROPERTY_MAPPING_EXCEPTION = "property_mapping_exception"
 | 
			
		||||
 | 
			
		||||
    SYSTEM_TASK_EXECUTION = "system_task_execution"
 | 
			
		||||
    SYSTEM_TASK_EXCEPTION = "system_task_exception"
 | 
			
		||||
 | 
			
		||||
    CONFIGURATION_ERROR = "configuration_error"
 | 
			
		||||
 | 
			
		||||
    MODEL_CREATED = "model_created"
 | 
			
		||||
@ -116,12 +104,10 @@ class Event(models.Model):
 | 
			
		||||
        Events independently from requests.
 | 
			
		||||
        `user` arguments optionally overrides user from requests."""
 | 
			
		||||
        if hasattr(request, "user"):
 | 
			
		||||
            original_user = None
 | 
			
		||||
            if hasattr(request, "session"):
 | 
			
		||||
                original_user = request.session.get(
 | 
			
		||||
                    SESSION_IMPERSONATE_ORIGINAL_USER, None
 | 
			
		||||
            self.user = get_user(
 | 
			
		||||
                request.user,
 | 
			
		||||
                request.session.get(SESSION_IMPERSONATE_ORIGINAL_USER, None),
 | 
			
		||||
            )
 | 
			
		||||
            self.user = get_user(request.user, original_user)
 | 
			
		||||
        if user:
 | 
			
		||||
            self.user = get_user(user)
 | 
			
		||||
        # Check if we're currently impersonating, and add that user
 | 
			
		||||
@ -141,7 +127,9 @@ class Event(models.Model):
 | 
			
		||||
 | 
			
		||||
    def save(self, *args, **kwargs):
 | 
			
		||||
        if not self._state.adding:
 | 
			
		||||
            raise ValidationError("you may not edit an existing Event")
 | 
			
		||||
            raise ValidationError(
 | 
			
		||||
                "you may not edit an existing %s" % self._meta.model_name
 | 
			
		||||
            )
 | 
			
		||||
        LOGGER.debug(
 | 
			
		||||
            "Created Event",
 | 
			
		||||
            action=self.action,
 | 
			
		||||
@ -151,219 +139,7 @@ class Event(models.Model):
 | 
			
		||||
        )
 | 
			
		||||
        return super().save(*args, **kwargs)
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def summary(self) -> str:
 | 
			
		||||
        """Return a summary of this event."""
 | 
			
		||||
        if "message" in self.context:
 | 
			
		||||
            return self.context["message"]
 | 
			
		||||
        return f"{self.action}: {self.context}"
 | 
			
		||||
 | 
			
		||||
    def __str__(self) -> str:
 | 
			
		||||
        return f"<Event action={self.action} user={self.user} context={self.context}>"
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        verbose_name = _("Event")
 | 
			
		||||
        verbose_name_plural = _("Events")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TransportMode(models.TextChoices):
 | 
			
		||||
    """Modes that a notification transport can send a notification"""
 | 
			
		||||
 | 
			
		||||
    WEBHOOK = "webhook", _("Generic Webhook")
 | 
			
		||||
    WEBHOOK_SLACK = "webhook_slack", _("Slack Webhook (Slack/Discord)")
 | 
			
		||||
    EMAIL = "email", _("Email")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationTransport(models.Model):
 | 
			
		||||
    """Action which is executed when a Rule matches"""
 | 
			
		||||
 | 
			
		||||
    uuid = models.UUIDField(primary_key=True, editable=False, default=uuid4)
 | 
			
		||||
 | 
			
		||||
    name = models.TextField(unique=True)
 | 
			
		||||
    mode = models.TextField(choices=TransportMode.choices)
 | 
			
		||||
 | 
			
		||||
    webhook_url = models.TextField(blank=True)
 | 
			
		||||
 | 
			
		||||
    def send(self, notification: "Notification") -> list[str]:
 | 
			
		||||
        """Send notification to user, called from async task"""
 | 
			
		||||
        if self.mode == TransportMode.WEBHOOK:
 | 
			
		||||
            return self.send_webhook(notification)
 | 
			
		||||
        if self.mode == TransportMode.WEBHOOK_SLACK:
 | 
			
		||||
            return self.send_webhook_slack(notification)
 | 
			
		||||
        if self.mode == TransportMode.EMAIL:
 | 
			
		||||
            return self.send_email(notification)
 | 
			
		||||
        raise ValueError(f"Invalid mode {self.mode} set")
 | 
			
		||||
 | 
			
		||||
    def send_webhook(self, notification: "Notification") -> list[str]:
 | 
			
		||||
        """Send notification to generic webhook"""
 | 
			
		||||
        try:
 | 
			
		||||
            response = post(
 | 
			
		||||
                self.webhook_url,
 | 
			
		||||
                json={
 | 
			
		||||
                    "body": notification.body,
 | 
			
		||||
                    "severity": notification.severity,
 | 
			
		||||
                    "user_email": notification.user.email,
 | 
			
		||||
                    "user_username": notification.user.username,
 | 
			
		||||
                },
 | 
			
		||||
            )
 | 
			
		||||
            response.raise_for_status()
 | 
			
		||||
        except RequestException as exc:
 | 
			
		||||
            raise NotificationTransportError(exc.response.text) from exc
 | 
			
		||||
        return [
 | 
			
		||||
            response.status_code,
 | 
			
		||||
            response.text,
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
    def send_webhook_slack(self, notification: "Notification") -> list[str]:
 | 
			
		||||
        """Send notification to slack or slack-compatible endpoints"""
 | 
			
		||||
        fields = [
 | 
			
		||||
            {
 | 
			
		||||
                "title": _("Severity"),
 | 
			
		||||
                "value": notification.severity,
 | 
			
		||||
                "short": True,
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "title": _("Dispatched for user"),
 | 
			
		||||
                "value": str(notification.user),
 | 
			
		||||
                "short": True,
 | 
			
		||||
            },
 | 
			
		||||
        ]
 | 
			
		||||
        if notification.event:
 | 
			
		||||
            for key, value in notification.event.context.items():
 | 
			
		||||
                if not isinstance(value, str):
 | 
			
		||||
                    continue
 | 
			
		||||
                # https://birdie0.github.io/discord-webhooks-guide/other/field_limits.html
 | 
			
		||||
                if len(fields) >= 25:
 | 
			
		||||
                    continue
 | 
			
		||||
                fields.append({"title": key[:256], "value": value[:1024]})
 | 
			
		||||
        body = {
 | 
			
		||||
            "username": "authentik",
 | 
			
		||||
            "icon_url": "https://goauthentik.io/img/icon.png",
 | 
			
		||||
            "attachments": [
 | 
			
		||||
                {
 | 
			
		||||
                    "author_name": "authentik",
 | 
			
		||||
                    "author_link": "https://goauthentik.io",
 | 
			
		||||
                    "author_icon": "https://goauthentik.io/img/icon.png",
 | 
			
		||||
                    "title": notification.body,
 | 
			
		||||
                    "color": "#fd4b2d",
 | 
			
		||||
                    "fields": fields,
 | 
			
		||||
                    "footer": f"authentik v{__version__}",
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
        }
 | 
			
		||||
        if notification.event:
 | 
			
		||||
            body["attachments"][0]["title"] = notification.event.action
 | 
			
		||||
            body["attachments"][0]["text"] = notification.event.action
 | 
			
		||||
        try:
 | 
			
		||||
            response = post(self.webhook_url, json=body)
 | 
			
		||||
            response.raise_for_status()
 | 
			
		||||
        except RequestException as exc:
 | 
			
		||||
            raise NotificationTransportError(exc.response.text) from exc
 | 
			
		||||
        return [
 | 
			
		||||
            response.status_code,
 | 
			
		||||
            response.text,
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
    def send_email(self, notification: "Notification") -> list[str]:
 | 
			
		||||
        """Send notification via global email configuration"""
 | 
			
		||||
        body_trunc = (
 | 
			
		||||
            (notification.body[:75] + "..")
 | 
			
		||||
            if len(notification.body) > 75
 | 
			
		||||
            else notification.body
 | 
			
		||||
        )
 | 
			
		||||
        mail = TemplateEmailMessage(
 | 
			
		||||
            subject=f"authentik Notification: {body_trunc}",
 | 
			
		||||
            template_name="email/generic.html",
 | 
			
		||||
            to=[notification.user.email],
 | 
			
		||||
            template_context={
 | 
			
		||||
                "body": notification.body,
 | 
			
		||||
            },
 | 
			
		||||
        )
 | 
			
		||||
        # Email is sent directly here, as the call to send() should have been from a task.
 | 
			
		||||
        try:
 | 
			
		||||
            from authentik.stages.email.tasks import send_mail
 | 
			
		||||
 | 
			
		||||
            # pyright: reportGeneralTypeIssues=false
 | 
			
		||||
            return send_mail(mail.__dict__)  # pylint: disable=no-value-for-parameter
 | 
			
		||||
        except (SMTPException, ConnectionError, OSError) as exc:
 | 
			
		||||
            raise NotificationTransportError from exc
 | 
			
		||||
 | 
			
		||||
    def __str__(self) -> str:
 | 
			
		||||
        return f"Notification Transport {self.name}"
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        verbose_name = _("Notification Transport")
 | 
			
		||||
        verbose_name_plural = _("Notification Transports")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationSeverity(models.TextChoices):
 | 
			
		||||
    """Severity images that a notification can have"""
 | 
			
		||||
 | 
			
		||||
    NOTICE = "notice", _("Notice")
 | 
			
		||||
    WARNING = "warning", _("Warning")
 | 
			
		||||
    ALERT = "alert", _("Alert")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Notification(models.Model):
 | 
			
		||||
    """Event Notification"""
 | 
			
		||||
 | 
			
		||||
    uuid = models.UUIDField(primary_key=True, editable=False, default=uuid4)
 | 
			
		||||
    severity = models.TextField(choices=NotificationSeverity.choices)
 | 
			
		||||
    body = models.TextField()
 | 
			
		||||
    created = models.DateTimeField(auto_now_add=True)
 | 
			
		||||
    event = models.ForeignKey(Event, on_delete=models.SET_NULL, null=True, blank=True)
 | 
			
		||||
    seen = models.BooleanField(default=False)
 | 
			
		||||
    user = models.ForeignKey(User, on_delete=models.CASCADE)
 | 
			
		||||
 | 
			
		||||
    def __str__(self) -> str:
 | 
			
		||||
        body_trunc = (self.body[:75] + "..") if len(self.body) > 75 else self.body
 | 
			
		||||
        return f"Notification for user {self.user}: {body_trunc}"
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        verbose_name = _("Notification")
 | 
			
		||||
        verbose_name_plural = _("Notifications")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotificationRule(PolicyBindingModel):
 | 
			
		||||
    """Decide when to create a Notification based on policies attached to this object."""
 | 
			
		||||
 | 
			
		||||
    name = models.TextField(unique=True)
 | 
			
		||||
    transports = models.ManyToManyField(
 | 
			
		||||
        NotificationTransport,
 | 
			
		||||
        help_text=_(
 | 
			
		||||
            (
 | 
			
		||||
                "Select which transports should be used to notify the user. If none are "
 | 
			
		||||
                "selected, the notification will only be shown in the authentik UI."
 | 
			
		||||
            )
 | 
			
		||||
        ),
 | 
			
		||||
    )
 | 
			
		||||
    severity = models.TextField(
 | 
			
		||||
        choices=NotificationSeverity.choices,
 | 
			
		||||
        default=NotificationSeverity.NOTICE,
 | 
			
		||||
        help_text=_(
 | 
			
		||||
            "Controls which severity level the created notifications will have."
 | 
			
		||||
        ),
 | 
			
		||||
    )
 | 
			
		||||
    group = models.ForeignKey(
 | 
			
		||||
        Group,
 | 
			
		||||
        help_text=_(
 | 
			
		||||
            (
 | 
			
		||||
                "Define which group of users this notification should be sent and shown to. "
 | 
			
		||||
                "If left empty, Notification won't ben sent."
 | 
			
		||||
            )
 | 
			
		||||
        ),
 | 
			
		||||
        null=True,
 | 
			
		||||
        blank=True,
 | 
			
		||||
        on_delete=models.SET_NULL,
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    def __str__(self) -> str:
 | 
			
		||||
        return f"Notification Rule {self.name}"
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        verbose_name = _("Notification Rule")
 | 
			
		||||
        verbose_name_plural = _("Notification Rules")
 | 
			
		||||
 | 
			
		||||
@ -7,16 +7,12 @@ from django.contrib.auth.signals import (
 | 
			
		||||
    user_logged_out,
 | 
			
		||||
    user_login_failed,
 | 
			
		||||
)
 | 
			
		||||
from django.db.models.signals import post_save
 | 
			
		||||
from django.dispatch import receiver
 | 
			
		||||
from django.http import HttpRequest
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.core.signals import password_changed
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.events.tasks import event_notification_handler
 | 
			
		||||
from authentik.flows.planner import PLAN_CONTEXT_SOURCE, FlowPlan
 | 
			
		||||
from authentik.flows.views import SESSION_KEY_PLAN
 | 
			
		||||
from authentik.stages.invitation.models import Invitation
 | 
			
		||||
from authentik.stages.invitation.signals import invitation_used
 | 
			
		||||
from authentik.stages.user_write.signals import user_write
 | 
			
		||||
@ -48,11 +44,6 @@ class EventNewThread(Thread):
 | 
			
		||||
def on_user_logged_in(sender, request: HttpRequest, user: User, **_):
 | 
			
		||||
    """Log successful login"""
 | 
			
		||||
    thread = EventNewThread(EventAction.LOGIN, request)
 | 
			
		||||
    if SESSION_KEY_PLAN in request.session:
 | 
			
		||||
        flow_plan: FlowPlan = request.session[SESSION_KEY_PLAN]
 | 
			
		||||
        if PLAN_CONTEXT_SOURCE in flow_plan.context:
 | 
			
		||||
            # Login request came from an external source, save it in the context
 | 
			
		||||
            thread.kwargs["using_source"] = flow_plan.context[PLAN_CONTEXT_SOURCE]
 | 
			
		||||
    thread.user = user
 | 
			
		||||
    thread.run()
 | 
			
		||||
 | 
			
		||||
@ -104,10 +95,3 @@ def on_password_changed(sender, user: User, password: str, **_):
 | 
			
		||||
    """Log password change"""
 | 
			
		||||
    thread = EventNewThread(EventAction.PASSWORD_SET, None, user=user)
 | 
			
		||||
    thread.run()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@receiver(post_save, sender=Event)
 | 
			
		||||
# pylint: disable=unused-argument
 | 
			
		||||
def event_post_save_notification(sender, instance: Event, **_):
 | 
			
		||||
    """Start task to check if any policies trigger an notification on this event"""
 | 
			
		||||
    event_notification_handler.delay(instance.event_uuid.hex)
 | 
			
		||||
 | 
			
		||||
@ -1,99 +0,0 @@
 | 
			
		||||
"""Event notification tasks"""
 | 
			
		||||
from guardian.shortcuts import get_anonymous_user
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import (
 | 
			
		||||
    Event,
 | 
			
		||||
    Notification,
 | 
			
		||||
    NotificationRule,
 | 
			
		||||
    NotificationTransport,
 | 
			
		||||
    NotificationTransportError,
 | 
			
		||||
)
 | 
			
		||||
from authentik.events.monitored_tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.policies.engine import PolicyEngine, PolicyEngineMode
 | 
			
		||||
from authentik.policies.models import PolicyBinding
 | 
			
		||||
from authentik.root.celery import CELERY_APP
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@CELERY_APP.task()
 | 
			
		||||
def event_notification_handler(event_uuid: str):
 | 
			
		||||
    """Start task for each trigger definition"""
 | 
			
		||||
    for trigger in NotificationRule.objects.all():
 | 
			
		||||
        event_trigger_handler.apply_async(
 | 
			
		||||
            args=[event_uuid, trigger.name], queue="authentik_events"
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@CELERY_APP.task()
 | 
			
		||||
def event_trigger_handler(event_uuid: str, trigger_name: str):
 | 
			
		||||
    """Check if policies attached to NotificationRule match event"""
 | 
			
		||||
    event: Event = Event.objects.get(event_uuid=event_uuid)
 | 
			
		||||
    trigger: NotificationRule = NotificationRule.objects.get(name=trigger_name)
 | 
			
		||||
 | 
			
		||||
    if "policy_uuid" in event.context:
 | 
			
		||||
        policy_uuid = event.context["policy_uuid"]
 | 
			
		||||
        if PolicyBinding.objects.filter(
 | 
			
		||||
            target__in=NotificationRule.objects.all().values_list(
 | 
			
		||||
                "pbm_uuid", flat=True
 | 
			
		||||
            ),
 | 
			
		||||
            policy=policy_uuid,
 | 
			
		||||
        ).exists():
 | 
			
		||||
            # If policy that caused this event to be created is attached
 | 
			
		||||
            # to *any* NotificationRule, we return early.
 | 
			
		||||
            # This is the most effective way to prevent infinite loops.
 | 
			
		||||
            LOGGER.debug(
 | 
			
		||||
                "e(trigger): attempting to prevent infinite loop", trigger=trigger
 | 
			
		||||
            )
 | 
			
		||||
            return
 | 
			
		||||
 | 
			
		||||
    if not trigger.group:
 | 
			
		||||
        LOGGER.debug("e(trigger): trigger has no group", trigger=trigger)
 | 
			
		||||
        return
 | 
			
		||||
 | 
			
		||||
    LOGGER.debug("e(trigger): checking if trigger applies", trigger=trigger)
 | 
			
		||||
    policy_engine = PolicyEngine(trigger, get_anonymous_user())
 | 
			
		||||
    policy_engine.mode = PolicyEngineMode.MODE_OR
 | 
			
		||||
    policy_engine.empty_result = False
 | 
			
		||||
    policy_engine.use_cache = False
 | 
			
		||||
    policy_engine.request.context["event"] = event
 | 
			
		||||
    policy_engine.build()
 | 
			
		||||
    result = policy_engine.result
 | 
			
		||||
    if not result.passing:
 | 
			
		||||
        return
 | 
			
		||||
 | 
			
		||||
    LOGGER.debug("e(trigger): event trigger matched", trigger=trigger)
 | 
			
		||||
    # Create the notification objects
 | 
			
		||||
    for user in trigger.group.users.all():
 | 
			
		||||
        notification = Notification.objects.create(
 | 
			
		||||
            severity=trigger.severity, body=event.summary, event=event, user=user
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
        for transport in trigger.transports.all():
 | 
			
		||||
            notification_transport.apply_async(
 | 
			
		||||
                args=[notification.pk, transport.pk], queue="authentik_events"
 | 
			
		||||
            )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@CELERY_APP.task(
 | 
			
		||||
    bind=True,
 | 
			
		||||
    autoretry_for=(NotificationTransportError,),
 | 
			
		||||
    retry_backoff=True,
 | 
			
		||||
    base=MonitoredTask,
 | 
			
		||||
)
 | 
			
		||||
def notification_transport(
 | 
			
		||||
    self: MonitoredTask, notification_pk: int, transport_pk: int
 | 
			
		||||
):
 | 
			
		||||
    """Send notification over specified transport"""
 | 
			
		||||
    self.save_on_success = False
 | 
			
		||||
    try:
 | 
			
		||||
        notification: Notification = Notification.objects.get(pk=notification_pk)
 | 
			
		||||
        transport: NotificationTransport = NotificationTransport.objects.get(
 | 
			
		||||
            pk=transport_pk
 | 
			
		||||
        )
 | 
			
		||||
        transport.send(notification)
 | 
			
		||||
        self.set_status(TaskResult(TaskResultStatus.SUCCESSFUL))
 | 
			
		||||
    except NotificationTransportError as exc:
 | 
			
		||||
        self.set_status(TaskResult(TaskResultStatus.ERROR).with_error(exc))
 | 
			
		||||
        raise exc
 | 
			
		||||
@ -1,24 +0,0 @@
 | 
			
		||||
"""Event API tests"""
 | 
			
		||||
 | 
			
		||||
from django.shortcuts import reverse
 | 
			
		||||
from rest_framework.test import APITestCase
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TestEventsAPI(APITestCase):
 | 
			
		||||
    """Test Event API"""
 | 
			
		||||
 | 
			
		||||
    def test_top_n(self):
 | 
			
		||||
        """Test top_per_user"""
 | 
			
		||||
        user = User.objects.get(username="akadmin")
 | 
			
		||||
        self.client.force_login(user)
 | 
			
		||||
 | 
			
		||||
        event = Event.new(EventAction.AUTHORIZE_APPLICATION)
 | 
			
		||||
        event.save()  # We save to ensure nothing is un-saveable
 | 
			
		||||
        response = self.client.get(
 | 
			
		||||
            reverse("authentik_api:event-top-per-user"),
 | 
			
		||||
            data={"filter_action": EventAction.AUTHORIZE_APPLICATION},
 | 
			
		||||
        )
 | 
			
		||||
        self.assertEqual(response.status_code, 200)
 | 
			
		||||
@ -1,10 +1,9 @@
 | 
			
		||||
"""event tests"""
 | 
			
		||||
"""events event tests"""
 | 
			
		||||
 | 
			
		||||
from django.contrib.contenttypes.models import ContentType
 | 
			
		||||
from django.test import TestCase
 | 
			
		||||
from guardian.shortcuts import get_anonymous_user
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import Group
 | 
			
		||||
from authentik.events.models import Event
 | 
			
		||||
from authentik.policies.dummy.models import DummyPolicy
 | 
			
		||||
 | 
			
		||||
@ -14,24 +13,14 @@ class TestEvents(TestCase):
 | 
			
		||||
 | 
			
		||||
    def test_new_with_model(self):
 | 
			
		||||
        """Create a new Event passing a model as kwarg"""
 | 
			
		||||
        test_model = Group.objects.create(name="test")
 | 
			
		||||
        event = Event.new("unittest", test={"model": test_model})
 | 
			
		||||
        event = Event.new("unittest", test={"model": get_anonymous_user()})
 | 
			
		||||
        event.save()  # We save to ensure nothing is un-saveable
 | 
			
		||||
        model_content_type = ContentType.objects.get_for_model(test_model)
 | 
			
		||||
        model_content_type = ContentType.objects.get_for_model(get_anonymous_user())
 | 
			
		||||
        self.assertEqual(
 | 
			
		||||
            event.context.get("test").get("model").get("app"),
 | 
			
		||||
            model_content_type.app_label,
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def test_new_with_user(self):
 | 
			
		||||
        """Create a new Event passing a user as kwarg"""
 | 
			
		||||
        event = Event.new("unittest", test={"model": get_anonymous_user()})
 | 
			
		||||
        event.save()  # We save to ensure nothing is un-saveable
 | 
			
		||||
        self.assertEqual(
 | 
			
		||||
            event.context.get("test").get("model").get("username"),
 | 
			
		||||
            get_anonymous_user().username,
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def test_new_with_uuid_model(self):
 | 
			
		||||
        """Create a new Event passing a model (with UUID PK) as kwarg"""
 | 
			
		||||
        temp_model = DummyPolicy.objects.create(name="test", result=True)
 | 
			
		||||
 | 
			
		||||
@ -1,48 +0,0 @@
 | 
			
		||||
"""Event Middleware tests"""
 | 
			
		||||
 | 
			
		||||
from django.shortcuts import reverse
 | 
			
		||||
from rest_framework.test import APITestCase
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import Application, User
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TestEventsMiddleware(APITestCase):
 | 
			
		||||
    """Test Event Middleware"""
 | 
			
		||||
 | 
			
		||||
    def setUp(self) -> None:
 | 
			
		||||
        super().setUp()
 | 
			
		||||
        self.user = User.objects.get(username="akadmin")
 | 
			
		||||
        self.client.force_login(self.user)
 | 
			
		||||
 | 
			
		||||
    def test_create(self):
 | 
			
		||||
        """Test model creation event"""
 | 
			
		||||
        self.client.post(
 | 
			
		||||
            reverse("authentik_api:application-list"),
 | 
			
		||||
            data={"name": "test-create", "slug": "test-create"},
 | 
			
		||||
        )
 | 
			
		||||
        self.assertTrue(Application.objects.filter(name="test-create").exists())
 | 
			
		||||
        self.assertTrue(
 | 
			
		||||
            Event.objects.filter(
 | 
			
		||||
                action=EventAction.MODEL_CREATED,
 | 
			
		||||
                context__model__model_name="application",
 | 
			
		||||
                context__model__app="authentik_core",
 | 
			
		||||
                context__model__name="test-create",
 | 
			
		||||
            ).exists()
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def test_delete(self):
 | 
			
		||||
        """Test model creation event"""
 | 
			
		||||
        Application.objects.create(name="test-delete", slug="test-delete")
 | 
			
		||||
        self.client.delete(
 | 
			
		||||
            reverse("authentik_api:application-detail", kwargs={"slug": "test-delete"})
 | 
			
		||||
        )
 | 
			
		||||
        self.assertFalse(Application.objects.filter(name="test").exists())
 | 
			
		||||
        self.assertTrue(
 | 
			
		||||
            Event.objects.filter(
 | 
			
		||||
                action=EventAction.MODEL_DELETED,
 | 
			
		||||
                context__model__model_name="application",
 | 
			
		||||
                context__model__app="authentik_core",
 | 
			
		||||
                context__model__name="test-delete",
 | 
			
		||||
            ).exists()
 | 
			
		||||
        )
 | 
			
		||||
@ -1,90 +0,0 @@
 | 
			
		||||
"""Notification tests"""
 | 
			
		||||
 | 
			
		||||
from unittest.mock import MagicMock, patch
 | 
			
		||||
 | 
			
		||||
from django.test import TestCase
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import Group, User
 | 
			
		||||
from authentik.events.models import (
 | 
			
		||||
    Event,
 | 
			
		||||
    EventAction,
 | 
			
		||||
    NotificationRule,
 | 
			
		||||
    NotificationTransport,
 | 
			
		||||
)
 | 
			
		||||
from authentik.policies.event_matcher.models import EventMatcherPolicy
 | 
			
		||||
from authentik.policies.exceptions import PolicyException
 | 
			
		||||
from authentik.policies.models import PolicyBinding
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TestEventsNotifications(TestCase):
 | 
			
		||||
    """Test Event Notifications"""
 | 
			
		||||
 | 
			
		||||
    def setUp(self) -> None:
 | 
			
		||||
        self.group = Group.objects.create(name="test-group")
 | 
			
		||||
        self.user = User.objects.create(name="test-user")
 | 
			
		||||
        self.group.users.add(self.user)
 | 
			
		||||
        self.group.save()
 | 
			
		||||
 | 
			
		||||
    def test_trigger_empty(self):
 | 
			
		||||
        """Test trigger without any policies attached"""
 | 
			
		||||
        transport = NotificationTransport.objects.create(name="transport")
 | 
			
		||||
        trigger = NotificationRule.objects.create(name="trigger", group=self.group)
 | 
			
		||||
        trigger.transports.add(transport)
 | 
			
		||||
        trigger.save()
 | 
			
		||||
 | 
			
		||||
        execute_mock = MagicMock()
 | 
			
		||||
        with patch("authentik.events.models.NotificationTransport.send", execute_mock):
 | 
			
		||||
            Event.new(EventAction.CUSTOM_PREFIX).save()
 | 
			
		||||
        self.assertEqual(execute_mock.call_count, 0)
 | 
			
		||||
 | 
			
		||||
    def test_trigger_single(self):
 | 
			
		||||
        """Test simple transport triggering"""
 | 
			
		||||
        transport = NotificationTransport.objects.create(name="transport")
 | 
			
		||||
        trigger = NotificationRule.objects.create(name="trigger", group=self.group)
 | 
			
		||||
        trigger.transports.add(transport)
 | 
			
		||||
        trigger.save()
 | 
			
		||||
        matcher = EventMatcherPolicy.objects.create(
 | 
			
		||||
            name="matcher", action=EventAction.CUSTOM_PREFIX
 | 
			
		||||
        )
 | 
			
		||||
        PolicyBinding.objects.create(target=trigger, policy=matcher, order=0)
 | 
			
		||||
 | 
			
		||||
        execute_mock = MagicMock()
 | 
			
		||||
        with patch("authentik.events.models.NotificationTransport.send", execute_mock):
 | 
			
		||||
            Event.new(EventAction.CUSTOM_PREFIX).save()
 | 
			
		||||
        self.assertEqual(execute_mock.call_count, 1)
 | 
			
		||||
 | 
			
		||||
    def test_trigger_no_group(self):
 | 
			
		||||
        """Test trigger without group"""
 | 
			
		||||
        trigger = NotificationRule.objects.create(name="trigger")
 | 
			
		||||
        matcher = EventMatcherPolicy.objects.create(
 | 
			
		||||
            name="matcher", action=EventAction.CUSTOM_PREFIX
 | 
			
		||||
        )
 | 
			
		||||
        PolicyBinding.objects.create(target=trigger, policy=matcher, order=0)
 | 
			
		||||
 | 
			
		||||
        execute_mock = MagicMock()
 | 
			
		||||
        with patch("authentik.events.models.NotificationTransport.send", execute_mock):
 | 
			
		||||
            Event.new(EventAction.CUSTOM_PREFIX).save()
 | 
			
		||||
        self.assertEqual(execute_mock.call_count, 0)
 | 
			
		||||
 | 
			
		||||
    def test_policy_error_recursive(self):
 | 
			
		||||
        """Test Policy error which would cause recursion"""
 | 
			
		||||
        transport = NotificationTransport.objects.create(name="transport")
 | 
			
		||||
        NotificationRule.objects.filter(name__startswith="default").delete()
 | 
			
		||||
        trigger = NotificationRule.objects.create(name="trigger", group=self.group)
 | 
			
		||||
        trigger.transports.add(transport)
 | 
			
		||||
        trigger.save()
 | 
			
		||||
        matcher = EventMatcherPolicy.objects.create(
 | 
			
		||||
            name="matcher", action=EventAction.CUSTOM_PREFIX
 | 
			
		||||
        )
 | 
			
		||||
        PolicyBinding.objects.create(target=trigger, policy=matcher, order=0)
 | 
			
		||||
 | 
			
		||||
        execute_mock = MagicMock()
 | 
			
		||||
        passes = MagicMock(side_effect=PolicyException)
 | 
			
		||||
        with patch(
 | 
			
		||||
            "authentik.policies.event_matcher.models.EventMatcherPolicy.passes", passes
 | 
			
		||||
        ):
 | 
			
		||||
            with patch(
 | 
			
		||||
                "authentik.events.models.NotificationTransport.send", execute_mock
 | 
			
		||||
            ):
 | 
			
		||||
                Event.new(EventAction.CUSTOM_PREFIX).save()
 | 
			
		||||
        self.assertEqual(passes.call_count, 1)
 | 
			
		||||
@ -5,15 +5,12 @@ from typing import Any, Dict, Optional
 | 
			
		||||
from uuid import UUID
 | 
			
		||||
 | 
			
		||||
from django.contrib.auth.models import AnonymousUser
 | 
			
		||||
from django.core.handlers.wsgi import WSGIRequest
 | 
			
		||||
from django.db import models
 | 
			
		||||
from django.db.models.base import Model
 | 
			
		||||
from django.http.request import HttpRequest
 | 
			
		||||
from django.views.debug import SafeExceptionReporterFilter
 | 
			
		||||
from guardian.utils import get_anonymous_user
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.policies.types import PolicyRequest
 | 
			
		||||
 | 
			
		||||
# Special keys which are *not* cleaned, even when the default filter
 | 
			
		||||
# is matched
 | 
			
		||||
@ -77,22 +74,13 @@ def sanitize_dict(source: Dict[Any, Any]) -> Dict[Any, Any]:
 | 
			
		||||
    final_dict = {}
 | 
			
		||||
    for key, value in source.items():
 | 
			
		||||
        if is_dataclass(value):
 | 
			
		||||
            # Because asdict calls `copy.deepcopy(obj)` on everything thats not tuple/dict,
 | 
			
		||||
            # and deepcopy doesn't work with HttpRequests (neither django nor rest_framework).
 | 
			
		||||
            # Currently, the only dataclass that actually holds an http request is a PolicyRequest
 | 
			
		||||
            if isinstance(value, PolicyRequest):
 | 
			
		||||
                value.http_request = None
 | 
			
		||||
            value = asdict(value)
 | 
			
		||||
        if isinstance(value, dict):
 | 
			
		||||
            final_dict[key] = sanitize_dict(value)
 | 
			
		||||
        elif isinstance(value, User):
 | 
			
		||||
            final_dict[key] = sanitize_dict(get_user(value))
 | 
			
		||||
        elif isinstance(value, models.Model):
 | 
			
		||||
            final_dict[key] = sanitize_dict(model_to_dict(value))
 | 
			
		||||
        elif isinstance(value, UUID):
 | 
			
		||||
            final_dict[key] = value.hex
 | 
			
		||||
        elif isinstance(value, (HttpRequest, WSGIRequest)):
 | 
			
		||||
            continue
 | 
			
		||||
        else:
 | 
			
		||||
            final_dict[key] = value
 | 
			
		||||
    return final_dict
 | 
			
		||||
 | 
			
		||||
@ -1,11 +1,9 @@
 | 
			
		||||
"""flow exceptions"""
 | 
			
		||||
 | 
			
		||||
from authentik.lib.sentry import SentryIgnoredException
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class FlowNonApplicableException(SentryIgnoredException):
 | 
			
		||||
class FlowNonApplicableException(BaseException):
 | 
			
		||||
    """Flow does not apply to current user (denied by policy)."""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class EmptyFlowException(SentryIgnoredException):
 | 
			
		||||
class EmptyFlowException(BaseException):
 | 
			
		||||
    """Flow has no stages."""
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ from time import time
 | 
			
		||||
from django import db
 | 
			
		||||
from django.core.management.base import BaseCommand
 | 
			
		||||
from django.test import RequestFactory
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik import __version__
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ from dataclasses import dataclass
 | 
			
		||||
from typing import TYPE_CHECKING, Optional
 | 
			
		||||
 | 
			
		||||
from django.http.request import HttpRequest
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.flows.models import Stage
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,7 @@ from django.http import HttpRequest
 | 
			
		||||
from django.utils.translation import gettext_lazy as _
 | 
			
		||||
from model_utils.managers import InheritanceManager
 | 
			
		||||
from rest_framework.serializers import BaseSerializer
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.lib.models import InheritanceForeignKey, SerializerModel
 | 
			
		||||
from authentik.policies.models import PolicyBindingModel
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ from django.core.cache import cache
 | 
			
		||||
from django.http import HttpRequest
 | 
			
		||||
from sentry_sdk.hub import Hub
 | 
			
		||||
from sentry_sdk.tracing import Span
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.events.models import cleanse_dict
 | 
			
		||||
@ -21,7 +21,6 @@ PLAN_CONTEXT_PENDING_USER = "pending_user"
 | 
			
		||||
PLAN_CONTEXT_SSO = "is_sso"
 | 
			
		||||
PLAN_CONTEXT_REDIRECT = "redirect"
 | 
			
		||||
PLAN_CONTEXT_APPLICATION = "application"
 | 
			
		||||
PLAN_CONTEXT_SOURCE = "source"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def cache_key(flow: Flow, user: Optional[User] = None) -> str:
 | 
			
		||||
@ -120,7 +119,7 @@ class FlowPlanner:
 | 
			
		||||
            engine.build()
 | 
			
		||||
            result = engine.result
 | 
			
		||||
            if not result.passing:
 | 
			
		||||
                raise FlowNonApplicableException(",".join(result.messages))
 | 
			
		||||
                raise FlowNonApplicableException(result.messages)
 | 
			
		||||
            # User is passing so far, check if we have a cached plan
 | 
			
		||||
            cached_plan_key = cache_key(self.flow, user)
 | 
			
		||||
            cached_plan = cache.get(cached_plan_key, None)
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from django.db.models.signals import post_save
 | 
			
		||||
from django.dispatch import receiver
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -15,7 +15,7 @@ from django.template.response import TemplateResponse
 | 
			
		||||
from django.utils.decorators import method_decorator
 | 
			
		||||
from django.views.decorators.clickjacking import xframe_options_sameorigin
 | 
			
		||||
from django.views.generic import TemplateView, View
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import USER_ATTRIBUTE_DEBUG
 | 
			
		||||
from authentik.events.models import cleanse_dict
 | 
			
		||||
 | 
			
		||||
@ -5,15 +5,13 @@ from contextlib import contextmanager
 | 
			
		||||
from glob import glob
 | 
			
		||||
from json import dumps
 | 
			
		||||
from time import time
 | 
			
		||||
from typing import Any
 | 
			
		||||
from typing import Any, Dict
 | 
			
		||||
from urllib.parse import urlparse
 | 
			
		||||
 | 
			
		||||
import yaml
 | 
			
		||||
from django.conf import ImproperlyConfigured
 | 
			
		||||
from django.http import HttpRequest
 | 
			
		||||
 | 
			
		||||
from authentik import __version__
 | 
			
		||||
 | 
			
		||||
SEARCH_PATHS = ["authentik/lib/default.yml", "/etc/authentik/config.yml", ""] + glob(
 | 
			
		||||
    "/etc/authentik/config.d/*.yml", recursive=True
 | 
			
		||||
)
 | 
			
		||||
@ -21,9 +19,10 @@ ENV_PREFIX = "AUTHENTIK"
 | 
			
		||||
ENVIRONMENT = os.getenv(f"{ENV_PREFIX}_ENV", "local")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def context_processor(request: HttpRequest) -> dict[str, Any]:
 | 
			
		||||
def context_processor(request: HttpRequest) -> Dict[str, Any]:
 | 
			
		||||
    """Context Processor that injects config object into every template"""
 | 
			
		||||
    return {"config": CONFIG.raw, "ak_version": __version__}
 | 
			
		||||
    kwargs = {"config": CONFIG.raw}
 | 
			
		||||
    return kwargs
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ConfigLoader:
 | 
			
		||||
 | 
			
		||||
@ -21,17 +21,6 @@ error_reporting:
 | 
			
		||||
  environment: customer
 | 
			
		||||
  send_pii: false
 | 
			
		||||
 | 
			
		||||
# Global email settings
 | 
			
		||||
email:
 | 
			
		||||
  host: localhost
 | 
			
		||||
  port: 25
 | 
			
		||||
  username: ""
 | 
			
		||||
  password: ""
 | 
			
		||||
  use_tls: false
 | 
			
		||||
  use_ssl: false
 | 
			
		||||
  timeout: 10
 | 
			
		||||
  from: authentik@localhost
 | 
			
		||||
 | 
			
		||||
outposts:
 | 
			
		||||
  docker_image_base: "beryju/authentik" # this is prepended to -proxy:version
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ from django.core.exceptions import ValidationError
 | 
			
		||||
from requests import Session
 | 
			
		||||
from sentry_sdk.hub import Hub
 | 
			
		||||
from sentry_sdk.tracing import Span
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
 | 
			
		||||
@ -60,7 +60,7 @@ class BaseEvaluator:
 | 
			
		||||
    @staticmethod
 | 
			
		||||
    def expr_func_is_group_member(user: User, **group_filters) -> bool:
 | 
			
		||||
        """Check if `user` is member of group with name `group_name`"""
 | 
			
		||||
        return user.ak_groups.filter(**group_filters).exists()
 | 
			
		||||
        return user.groups.filter(**group_filters).exists()
 | 
			
		||||
 | 
			
		||||
    def wrap_expression(self, expression: str, params: Iterable[str]) -> str:
 | 
			
		||||
        """Wrap expression in a function, call it, and save the result as `result`"""
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,7 @@ from ldap3.core.exceptions import LDAPException
 | 
			
		||||
from redis.exceptions import ConnectionError as RedisConnectionError
 | 
			
		||||
from redis.exceptions import RedisError, ResponseError
 | 
			
		||||
from rest_framework.exceptions import APIException
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
from websockets.exceptions import WebSocketException
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
@ -8,8 +8,6 @@ from typing import Any, Dict, List, Optional
 | 
			
		||||
from celery import Task
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TaskResultStatus(Enum):
 | 
			
		||||
    """Possible states of tasks"""
 | 
			
		||||
@ -54,11 +52,6 @@ class TaskInfo:
 | 
			
		||||
 | 
			
		||||
    task_description: Optional[str] = field(default=None)
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def html_name(self) -> list[str]:
 | 
			
		||||
        """Get task_name, but split on underscores, so we can join in the html template."""
 | 
			
		||||
        return self.task_name.split("_")
 | 
			
		||||
 | 
			
		||||
    @staticmethod
 | 
			
		||||
    def all() -> Dict[str, "TaskInfo"]:
 | 
			
		||||
        """Get all TaskInfo objects"""
 | 
			
		||||
@ -124,13 +117,6 @@ class MonitoredTask(Task):
 | 
			
		||||
                task_call_args=args,
 | 
			
		||||
                task_call_kwargs=kwargs,
 | 
			
		||||
            ).save(self.result_timeout_hours)
 | 
			
		||||
            Event.new(
 | 
			
		||||
                EventAction.SYSTEM_TASK_EXECUTION,
 | 
			
		||||
                message=(
 | 
			
		||||
                    f"Task {self.__name__} finished successfully: "
 | 
			
		||||
                    "\n".join(self._result.messages)
 | 
			
		||||
                ),
 | 
			
		||||
            ).save()
 | 
			
		||||
        return super().after_return(status, retval, task_id, args, kwargs, einfo=einfo)
 | 
			
		||||
 | 
			
		||||
    # pylint: disable=too-many-arguments
 | 
			
		||||
@ -147,13 +133,6 @@ class MonitoredTask(Task):
 | 
			
		||||
            task_call_args=args,
 | 
			
		||||
            task_call_kwargs=kwargs,
 | 
			
		||||
        ).save(self.result_timeout_hours)
 | 
			
		||||
        Event.new(
 | 
			
		||||
            EventAction.SYSTEM_TASK_EXCEPTION,
 | 
			
		||||
            message=(
 | 
			
		||||
                f"Task {self.__name__} encountered an error: "
 | 
			
		||||
                "\n".join(self._result.messages)
 | 
			
		||||
            ),
 | 
			
		||||
        ).save()
 | 
			
		||||
        return super().on_failure(exc, task_id, args, kwargs, einfo=einfo)
 | 
			
		||||
 | 
			
		||||
    def run(self, *args, **kwargs):
 | 
			
		||||
@ -8,7 +8,7 @@ from django.http.request import HttpRequest
 | 
			
		||||
from django.template import Context
 | 
			
		||||
from django.templatetags.static import static
 | 
			
		||||
from django.utils.html import escape, mark_safe
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.lib.config import CONFIG
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@ from django.http import HttpResponse
 | 
			
		||||
from django.shortcuts import redirect, reverse
 | 
			
		||||
from django.urls import NoReverseMatch
 | 
			
		||||
from django.utils.http import urlencode
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,7 @@ from django.db import ProgrammingError
 | 
			
		||||
from docker.constants import DEFAULT_UNIX_SOCKET
 | 
			
		||||
from kubernetes.config.incluster_config import SERVICE_TOKEN_FILENAME
 | 
			
		||||
from kubernetes.config.kube_config import KUBE_CONFIG_DEFAULT_LOCATION
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,7 @@ from channels.exceptions import DenyConnection
 | 
			
		||||
from dacite import from_dict
 | 
			
		||||
from dacite.data import Data
 | 
			
		||||
from guardian.shortcuts import get_objects_for_user
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.channels import AuthJsonConsumer
 | 
			
		||||
from authentik.outposts.models import OUTPOST_HELLO_INTERVAL, Outpost, OutpostState
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
"""Base Controller"""
 | 
			
		||||
from dataclasses import dataclass
 | 
			
		||||
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
from structlog.testing import capture_logs
 | 
			
		||||
 | 
			
		||||
from authentik.lib.sentry import SentryIgnoredException
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ from typing import TYPE_CHECKING, Generic, TypeVar
 | 
			
		||||
 | 
			
		||||
from kubernetes.client import V1ObjectMeta
 | 
			
		||||
from kubernetes.client.rest import ApiException
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik import __version__
 | 
			
		||||
from authentik.lib.sentry import SentryIgnoredException
 | 
			
		||||
@ -93,7 +93,7 @@ class KubernetesObjectReconciler(Generic[T]):
 | 
			
		||||
    def reconcile(self, current: T, reference: T):
 | 
			
		||||
        """Check what operations should be done, should be raised as
 | 
			
		||||
        ReconcileTrigger"""
 | 
			
		||||
        if current.metadata.labels != reference.metadata.labels:
 | 
			
		||||
        if current.metadata.annotations != reference.metadata.annotations:
 | 
			
		||||
            raise NeedsUpdate()
 | 
			
		||||
 | 
			
		||||
    def create(self, reference: T):
 | 
			
		||||
 | 
			
		||||
@ -140,8 +140,5 @@ class DeploymentReconciler(KubernetesObjectReconciler[V1Deployment]):
 | 
			
		||||
 | 
			
		||||
    def update(self, current: V1Deployment, reference: V1Deployment):
 | 
			
		||||
        return self.api.patch_namespaced_deployment(
 | 
			
		||||
            current.metadata.name,
 | 
			
		||||
            self.namespace,
 | 
			
		||||
            reference,
 | 
			
		||||
            field_manager=FIELD_MANAGER,
 | 
			
		||||
            current.metadata.name, self.namespace, reference
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
@ -67,8 +67,5 @@ class SecretReconciler(KubernetesObjectReconciler[V1Secret]):
 | 
			
		||||
 | 
			
		||||
    def update(self, current: V1Secret, reference: V1Secret):
 | 
			
		||||
        return self.api.patch_namespaced_secret(
 | 
			
		||||
            current.metadata.name,
 | 
			
		||||
            self.namespace,
 | 
			
		||||
            reference,
 | 
			
		||||
            field_manager=FIELD_MANAGER,
 | 
			
		||||
            current.metadata.name, self.namespace, reference
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
@ -67,8 +67,5 @@ class ServiceReconciler(KubernetesObjectReconciler[V1Service]):
 | 
			
		||||
 | 
			
		||||
    def update(self, current: V1Service, reference: V1Service):
 | 
			
		||||
        return self.api.patch_namespaced_service(
 | 
			
		||||
            current.metadata.name,
 | 
			
		||||
            self.namespace,
 | 
			
		||||
            reference,
 | 
			
		||||
            field_manager=FIELD_MANAGER,
 | 
			
		||||
            current.metadata.name, self.namespace, reference
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
@ -24,7 +24,7 @@ from kubernetes.config.incluster_config import load_incluster_config
 | 
			
		||||
from kubernetes.config.kube_config import load_kube_config_from_dict
 | 
			
		||||
from model_utils.managers import InheritanceManager
 | 
			
		||||
from packaging.version import LegacyVersion, Version, parse
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
from urllib3.exceptions import HTTPError
 | 
			
		||||
 | 
			
		||||
from authentik import __version__
 | 
			
		||||
 | 
			
		||||
@ -2,24 +2,17 @@
 | 
			
		||||
from django.db.models import Model
 | 
			
		||||
from django.db.models.signals import post_save, pre_delete
 | 
			
		||||
from django.dispatch import receiver
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import Provider
 | 
			
		||||
from authentik.crypto.models import CertificateKeyPair
 | 
			
		||||
from authentik.lib.utils.reflection import class_to_path
 | 
			
		||||
from authentik.outposts.models import Outpost, OutpostServiceConnection
 | 
			
		||||
from authentik.outposts.models import Outpost
 | 
			
		||||
from authentik.outposts.tasks import outpost_post_save, outpost_pre_delete
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
UPDATE_TRIGGERING_MODELS = (
 | 
			
		||||
    Outpost,
 | 
			
		||||
    OutpostServiceConnection,
 | 
			
		||||
    Provider,
 | 
			
		||||
    CertificateKeyPair,
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@receiver(post_save)
 | 
			
		||||
# pylint: disable=unused-argument
 | 
			
		||||
def post_save_update(sender, instance: Model, **_):
 | 
			
		||||
    """If an Outpost is saved, Ensure that token is created/updated
 | 
			
		||||
 | 
			
		||||
@ -29,8 +22,6 @@ def post_save_update(sender, instance: Model, **_):
 | 
			
		||||
        return
 | 
			
		||||
    if instance.__module__ == "__fake__":
 | 
			
		||||
        return
 | 
			
		||||
    if sender not in UPDATE_TRIGGERING_MODELS:
 | 
			
		||||
        return
 | 
			
		||||
    outpost_post_save.delay(class_to_path(instance.__class__), instance.pk)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -6,9 +6,9 @@ from channels.layers import get_channel_layer
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from django.db.models.base import Model
 | 
			
		||||
from django.utils.text import slugify
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.events.monitored_tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.lib.tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.lib.utils.reflection import path_to_class
 | 
			
		||||
from authentik.outposts.controllers.base import ControllerException
 | 
			
		||||
from authentik.outposts.models import (
 | 
			
		||||
@ -49,15 +49,9 @@ def outpost_service_connection_state(connection_pk: Any):
 | 
			
		||||
@CELERY_APP.task(bind=True, base=MonitoredTask)
 | 
			
		||||
def outpost_service_connection_monitor(self: MonitoredTask):
 | 
			
		||||
    """Regularly check the state of Outpost Service Connections"""
 | 
			
		||||
    connections = OutpostServiceConnection.objects.all()
 | 
			
		||||
    for connection in connections.iterator():
 | 
			
		||||
    for connection in OutpostServiceConnection.objects.all():
 | 
			
		||||
        outpost_service_connection_state.delay(connection.pk)
 | 
			
		||||
    self.set_status(
 | 
			
		||||
        TaskResult(
 | 
			
		||||
            TaskResultStatus.SUCCESSFUL,
 | 
			
		||||
            [f"Successfully updated {len(connections)} connections."],
 | 
			
		||||
        )
 | 
			
		||||
    )
 | 
			
		||||
    self.set_status(TaskResult(TaskResultStatus.SUCCESSFUL))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@CELERY_APP.task(bind=True, base=MonitoredTask)
 | 
			
		||||
@ -130,12 +124,14 @@ def outpost_post_save(model_class: str, model_pk: Any):
 | 
			
		||||
        _ = instance.token
 | 
			
		||||
        LOGGER.debug("Trigger reconcile for outpost")
 | 
			
		||||
        outpost_controller.delay(instance.pk)
 | 
			
		||||
        return
 | 
			
		||||
 | 
			
		||||
    if isinstance(instance, (OutpostModel, Outpost)):
 | 
			
		||||
        LOGGER.debug(
 | 
			
		||||
            "triggering outpost update from outpostmodel/outpost", instance=instance
 | 
			
		||||
        )
 | 
			
		||||
        outpost_send_update(instance)
 | 
			
		||||
        return
 | 
			
		||||
 | 
			
		||||
    if isinstance(instance, OutpostServiceConnection):
 | 
			
		||||
        LOGGER.debug("triggering ServiceConnection state update", instance=instance)
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ from django.db import models
 | 
			
		||||
from django.forms import ModelForm
 | 
			
		||||
from django.utils.translation import gettext_lazy as _
 | 
			
		||||
from rest_framework.serializers import BaseSerializer
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.policies.models import Policy
 | 
			
		||||
from authentik.policies.types import PolicyRequest, PolicyResult
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,5 @@
 | 
			
		||||
"""authentik policy engine"""
 | 
			
		||||
from enum import Enum
 | 
			
		||||
from multiprocessing import Pipe, current_process
 | 
			
		||||
from multiprocessing import Pipe, set_start_method
 | 
			
		||||
from multiprocessing.connection import Connection
 | 
			
		||||
from typing import Iterator, List, Optional
 | 
			
		||||
 | 
			
		||||
@ -8,7 +7,7 @@ from django.core.cache import cache
 | 
			
		||||
from django.http import HttpRequest
 | 
			
		||||
from sentry_sdk.hub import Hub
 | 
			
		||||
from sentry_sdk.tracing import Span
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.policies.models import Policy, PolicyBinding, PolicyBindingModel
 | 
			
		||||
@ -16,7 +15,9 @@ from authentik.policies.process import PolicyProcess, cache_key
 | 
			
		||||
from authentik.policies.types import PolicyRequest, PolicyResult
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
CURRENT_PROCESS = current_process()
 | 
			
		||||
# This is only really needed for macOS, because Python 3.8 changed the default to spawn
 | 
			
		||||
# spawn causes issues with objects that aren't picklable, and also the django setup
 | 
			
		||||
set_start_method("fork")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PolicyProcessInfo:
 | 
			
		||||
@ -36,23 +37,12 @@ class PolicyProcessInfo:
 | 
			
		||||
        self.result = None
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PolicyEngineMode(Enum):
 | 
			
		||||
    """Decide how results of multiple policies should be combined."""
 | 
			
		||||
 | 
			
		||||
    MODE_AND = "and"
 | 
			
		||||
    MODE_OR = "or"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PolicyEngine:
 | 
			
		||||
    """Orchestrate policy checking, launch tasks and return result"""
 | 
			
		||||
 | 
			
		||||
    use_cache: bool
 | 
			
		||||
    request: PolicyRequest
 | 
			
		||||
 | 
			
		||||
    mode: PolicyEngineMode
 | 
			
		||||
    # Allow objects with no policies attached to pass
 | 
			
		||||
    empty_result: bool
 | 
			
		||||
 | 
			
		||||
    __pbm: PolicyBindingModel
 | 
			
		||||
    __cached_policies: List[PolicyResult]
 | 
			
		||||
    __processes: List[PolicyProcessInfo]
 | 
			
		||||
@ -62,15 +52,10 @@ class PolicyEngine:
 | 
			
		||||
    def __init__(
 | 
			
		||||
        self, pbm: PolicyBindingModel, user: User, request: HttpRequest = None
 | 
			
		||||
    ):
 | 
			
		||||
        self.mode = PolicyEngineMode.MODE_AND
 | 
			
		||||
        # For backwards compatibility, set empty_result to true
 | 
			
		||||
        # objects with no policies attached will pass.
 | 
			
		||||
        self.empty_result = True
 | 
			
		||||
        if not isinstance(pbm, PolicyBindingModel):  # pragma: no cover
 | 
			
		||||
            raise ValueError(f"{pbm} is not instance of PolicyBindingModel")
 | 
			
		||||
        self.__pbm = pbm
 | 
			
		||||
        self.request = PolicyRequest(user)
 | 
			
		||||
        self.request.obj = pbm
 | 
			
		||||
        if request:
 | 
			
		||||
            self.request.http_request = request
 | 
			
		||||
        self.__cached_policies = []
 | 
			
		||||
@ -80,10 +65,8 @@ class PolicyEngine:
 | 
			
		||||
 | 
			
		||||
    def _iter_bindings(self) -> Iterator[PolicyBinding]:
 | 
			
		||||
        """Make sure all Policies are their respective classes"""
 | 
			
		||||
        return (
 | 
			
		||||
            PolicyBinding.objects.filter(target=self.__pbm, enabled=True)
 | 
			
		||||
            .order_by("order")
 | 
			
		||||
            .iterator()
 | 
			
		||||
        return PolicyBinding.objects.filter(target=self.__pbm, enabled=True).order_by(
 | 
			
		||||
            "order"
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def _check_policy_type(self, policy: Policy):
 | 
			
		||||
@ -115,18 +98,13 @@ class PolicyEngine:
 | 
			
		||||
                LOGGER.debug("P_ENG: Evaluating policy", policy=binding.policy)
 | 
			
		||||
                our_end, task_end = Pipe(False)
 | 
			
		||||
                task = PolicyProcess(binding, self.request, task_end)
 | 
			
		||||
                task.daemon = False
 | 
			
		||||
                LOGGER.debug("P_ENG: Starting Process", policy=binding.policy)
 | 
			
		||||
                if not CURRENT_PROCESS._config.get("daemon"):
 | 
			
		||||
                    task.run()
 | 
			
		||||
                else:
 | 
			
		||||
                task.start()
 | 
			
		||||
                self.__processes.append(
 | 
			
		||||
                    PolicyProcessInfo(process=task, connection=our_end, binding=binding)
 | 
			
		||||
                )
 | 
			
		||||
            # If all policies are cached, we have an empty list here.
 | 
			
		||||
            for proc_info in self.__processes:
 | 
			
		||||
                if proc_info.process.is_alive():
 | 
			
		||||
                proc_info.process.join(proc_info.binding.timeout)
 | 
			
		||||
                # Only call .recv() if no result is saved, otherwise we just deadlock here
 | 
			
		||||
                if not proc_info.result:
 | 
			
		||||
@ -140,19 +118,24 @@ class PolicyEngine:
 | 
			
		||||
            x.result for x in self.__processes if x.result
 | 
			
		||||
        ]
 | 
			
		||||
        all_results = list(process_results + self.__cached_policies)
 | 
			
		||||
        final_result = PolicyResult(False)
 | 
			
		||||
        final_result.messages = []
 | 
			
		||||
        final_result.source_results = all_results
 | 
			
		||||
        if len(all_results) < self.__expected_result_count:  # pragma: no cover
 | 
			
		||||
            raise AssertionError("Got less results than polices")
 | 
			
		||||
        # No results, no policies attached -> passing
 | 
			
		||||
        if len(all_results) == 0:
 | 
			
		||||
            return PolicyResult(self.empty_result)
 | 
			
		||||
        passing = False
 | 
			
		||||
        if self.mode == PolicyEngineMode.MODE_AND:
 | 
			
		||||
            passing = all([x.passing for x in all_results])
 | 
			
		||||
        if self.mode == PolicyEngineMode.MODE_OR:
 | 
			
		||||
            passing = any([x.passing for x in all_results])
 | 
			
		||||
        result = PolicyResult(passing)
 | 
			
		||||
        result.messages = tuple([y for x in all_results for y in x.messages])
 | 
			
		||||
        return result
 | 
			
		||||
        for result in all_results:
 | 
			
		||||
            LOGGER.debug(
 | 
			
		||||
                "P_ENG: result", passing=result.passing, messages=result.messages
 | 
			
		||||
            )
 | 
			
		||||
            if result.messages:
 | 
			
		||||
                final_result.messages.extend(result.messages)
 | 
			
		||||
            if not result.passing:
 | 
			
		||||
                final_result.messages = tuple(final_result.messages)
 | 
			
		||||
                final_result.passing = False
 | 
			
		||||
                return final_result
 | 
			
		||||
        final_result.messages = tuple(final_result.messages)
 | 
			
		||||
        final_result.passing = True
 | 
			
		||||
        return final_result
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def passing(self) -> bool:
 | 
			
		||||
 | 
			
		||||
@ -1,25 +0,0 @@
 | 
			
		||||
"""Event Matcher Policy API"""
 | 
			
		||||
from rest_framework.serializers import ModelSerializer
 | 
			
		||||
from rest_framework.viewsets import ModelViewSet
 | 
			
		||||
 | 
			
		||||
from authentik.policies.event_matcher.models import EventMatcherPolicy
 | 
			
		||||
from authentik.policies.forms import GENERAL_SERIALIZER_FIELDS
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class EventMatcherPolicySerializer(ModelSerializer):
 | 
			
		||||
    """Event Matcher Policy Serializer"""
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
        model = EventMatcherPolicy
 | 
			
		||||
        fields = GENERAL_SERIALIZER_FIELDS + [
 | 
			
		||||
            "action",
 | 
			
		||||
            "client_ip",
 | 
			
		||||
            "app",
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class EventMatcherPolicyViewSet(ModelViewSet):
 | 
			
		||||
    """Event Matcher Policy Viewset"""
 | 
			
		||||
 | 
			
		||||
    queryset = EventMatcherPolicy.objects.all()
 | 
			
		||||
    serializer_class = EventMatcherPolicySerializer
 | 
			
		||||
@ -1,11 +0,0 @@
 | 
			
		||||
"""authentik Event Matcher policy app config"""
 | 
			
		||||
 | 
			
		||||
from django.apps import AppConfig
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class AuthentikPoliciesEventMatcherConfig(AppConfig):
 | 
			
		||||
    """authentik Event Matcher policy app config"""
 | 
			
		||||
 | 
			
		||||
    name = "authentik.policies.event_matcher"
 | 
			
		||||
    label = "authentik_policies_event_matcher"
 | 
			
		||||
    verbose_name = "authentik Policies.Event Matcher"
 | 
			
		||||
@ -1,25 +0,0 @@
 | 
			
		||||
"""authentik Event Matcher Policy forms"""
 | 
			
		||||
 | 
			
		||||
from django import forms
 | 
			
		||||
from django.utils.translation import gettext_lazy as _
 | 
			
		||||
 | 
			
		||||
from authentik.policies.event_matcher.models import EventMatcherPolicy
 | 
			
		||||
from authentik.policies.forms import GENERAL_FIELDS
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class EventMatcherPolicyForm(forms.ModelForm):
 | 
			
		||||
    """EventMatcherPolicy Form"""
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        model = EventMatcherPolicy
 | 
			
		||||
        fields = GENERAL_FIELDS + [
 | 
			
		||||
            "action",
 | 
			
		||||
            "client_ip",
 | 
			
		||||
            "app",
 | 
			
		||||
        ]
 | 
			
		||||
        widgets = {
 | 
			
		||||
            "name": forms.TextInput(),
 | 
			
		||||
            "client_ip": forms.TextInput(),
 | 
			
		||||
        }
 | 
			
		||||
        labels = {"client_ip": _("Client IP")}
 | 
			
		||||
@ -1,70 +0,0 @@
 | 
			
		||||
# Generated by Django 3.1.4 on 2020-12-24 10:32
 | 
			
		||||
 | 
			
		||||
import django.db.models.deletion
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    initial = True
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ("authentik_policies", "0004_policy_execution_logging"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.CreateModel(
 | 
			
		||||
            name="EventMatcherPolicy",
 | 
			
		||||
            fields=[
 | 
			
		||||
                (
 | 
			
		||||
                    "policy_ptr",
 | 
			
		||||
                    models.OneToOneField(
 | 
			
		||||
                        auto_created=True,
 | 
			
		||||
                        on_delete=django.db.models.deletion.CASCADE,
 | 
			
		||||
                        parent_link=True,
 | 
			
		||||
                        primary_key=True,
 | 
			
		||||
                        serialize=False,
 | 
			
		||||
                        to="authentik_policies.policy",
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                (
 | 
			
		||||
                    "action",
 | 
			
		||||
                    models.TextField(
 | 
			
		||||
                        blank=True,
 | 
			
		||||
                        choices=[
 | 
			
		||||
                            ("login", "Login"),
 | 
			
		||||
                            ("login_failed", "Login Failed"),
 | 
			
		||||
                            ("logout", "Logout"),
 | 
			
		||||
                            ("user_write", "User Write"),
 | 
			
		||||
                            ("suspicious_request", "Suspicious Request"),
 | 
			
		||||
                            ("password_set", "Password Set"),
 | 
			
		||||
                            ("token_view", "Token View"),
 | 
			
		||||
                            ("invitation_created", "Invite Created"),
 | 
			
		||||
                            ("invitation_used", "Invite Used"),
 | 
			
		||||
                            ("authorize_application", "Authorize Application"),
 | 
			
		||||
                            ("source_linked", "Source Linked"),
 | 
			
		||||
                            ("impersonation_started", "Impersonation Started"),
 | 
			
		||||
                            ("impersonation_ended", "Impersonation Ended"),
 | 
			
		||||
                            ("policy_execution", "Policy Execution"),
 | 
			
		||||
                            ("policy_exception", "Policy Exception"),
 | 
			
		||||
                            (
 | 
			
		||||
                                "property_mapping_exception",
 | 
			
		||||
                                "Property Mapping Exception",
 | 
			
		||||
                            ),
 | 
			
		||||
                            ("model_created", "Model Created"),
 | 
			
		||||
                            ("model_updated", "Model Updated"),
 | 
			
		||||
                            ("model_deleted", "Model Deleted"),
 | 
			
		||||
                            ("update_available", "Update Available"),
 | 
			
		||||
                            ("custom_", "Custom Prefix"),
 | 
			
		||||
                        ],
 | 
			
		||||
                    ),
 | 
			
		||||
                ),
 | 
			
		||||
                ("client_ip", models.TextField(blank=True)),
 | 
			
		||||
            ],
 | 
			
		||||
            options={
 | 
			
		||||
                "verbose_name": "Group Membership Policy",
 | 
			
		||||
                "verbose_name_plural": "Group Membership Policies",
 | 
			
		||||
            },
 | 
			
		||||
            bases=("authentik_policies.policy",),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
@ -1,43 +0,0 @@
 | 
			
		||||
# Generated by Django 3.1.4 on 2020-12-30 20:46
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ("authentik_policies_event_matcher", "0001_initial"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name="eventmatcherpolicy",
 | 
			
		||||
            name="action",
 | 
			
		||||
            field=models.TextField(
 | 
			
		||||
                blank=True,
 | 
			
		||||
                choices=[
 | 
			
		||||
                    ("login", "Login"),
 | 
			
		||||
                    ("login_failed", "Login Failed"),
 | 
			
		||||
                    ("logout", "Logout"),
 | 
			
		||||
                    ("user_write", "User Write"),
 | 
			
		||||
                    ("suspicious_request", "Suspicious Request"),
 | 
			
		||||
                    ("password_set", "Password Set"),
 | 
			
		||||
                    ("token_view", "Token View"),
 | 
			
		||||
                    ("invitation_used", "Invite Used"),
 | 
			
		||||
                    ("authorize_application", "Authorize Application"),
 | 
			
		||||
                    ("source_linked", "Source Linked"),
 | 
			
		||||
                    ("impersonation_started", "Impersonation Started"),
 | 
			
		||||
                    ("impersonation_ended", "Impersonation Ended"),
 | 
			
		||||
                    ("policy_execution", "Policy Execution"),
 | 
			
		||||
                    ("policy_exception", "Policy Exception"),
 | 
			
		||||
                    ("property_mapping_exception", "Property Mapping Exception"),
 | 
			
		||||
                    ("configuration_error", "Configuration Error"),
 | 
			
		||||
                    ("model_created", "Model Created"),
 | 
			
		||||
                    ("model_updated", "Model Updated"),
 | 
			
		||||
                    ("model_deleted", "Model Deleted"),
 | 
			
		||||
                    ("update_available", "Update Available"),
 | 
			
		||||
                    ("custom_", "Custom Prefix"),
 | 
			
		||||
                ],
 | 
			
		||||
            ),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
@ -1,111 +0,0 @@
 | 
			
		||||
# Generated by Django 3.1.4 on 2021-01-10 19:07
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ("authentik_policies_event_matcher", "0002_auto_20201230_2046"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AddField(
 | 
			
		||||
            model_name="eventmatcherpolicy",
 | 
			
		||||
            name="app",
 | 
			
		||||
            field=models.TextField(
 | 
			
		||||
                blank=True,
 | 
			
		||||
                choices=[
 | 
			
		||||
                    ("authentik.admin", "authentik Admin"),
 | 
			
		||||
                    ("authentik.api", "authentik API"),
 | 
			
		||||
                    ("authentik.events", "authentik Events"),
 | 
			
		||||
                    ("authentik.crypto", "authentik Crypto"),
 | 
			
		||||
                    ("authentik.flows", "authentik Flows"),
 | 
			
		||||
                    ("authentik.outposts", "authentik Outpost"),
 | 
			
		||||
                    ("authentik.lib", "authentik lib"),
 | 
			
		||||
                    ("authentik.policies", "authentik Policies"),
 | 
			
		||||
                    ("authentik.policies.dummy", "authentik Policies.Dummy"),
 | 
			
		||||
                    (
 | 
			
		||||
                        "authentik.policies.event_matcher",
 | 
			
		||||
                        "authentik Policies.Event Matcher",
 | 
			
		||||
                    ),
 | 
			
		||||
                    ("authentik.policies.expiry", "authentik Policies.Expiry"),
 | 
			
		||||
                    ("authentik.policies.expression", "authentik Policies.Expression"),
 | 
			
		||||
                    (
 | 
			
		||||
                        "authentik.policies.group_membership",
 | 
			
		||||
                        "authentik Policies.Group Membership",
 | 
			
		||||
                    ),
 | 
			
		||||
                    ("authentik.policies.hibp", "authentik Policies.HaveIBeenPwned"),
 | 
			
		||||
                    ("authentik.policies.password", "authentik Policies.Password"),
 | 
			
		||||
                    ("authentik.policies.reputation", "authentik Policies.Reputation"),
 | 
			
		||||
                    ("authentik.providers.proxy", "authentik Providers.Proxy"),
 | 
			
		||||
                    ("authentik.providers.oauth2", "authentik Providers.OAuth2"),
 | 
			
		||||
                    ("authentik.providers.saml", "authentik Providers.SAML"),
 | 
			
		||||
                    ("authentik.recovery", "authentik Recovery"),
 | 
			
		||||
                    ("authentik.sources.ldap", "authentik Sources.LDAP"),
 | 
			
		||||
                    ("authentik.sources.oauth", "authentik Sources.OAuth"),
 | 
			
		||||
                    ("authentik.sources.saml", "authentik Sources.SAML"),
 | 
			
		||||
                    ("authentik.stages.captcha", "authentik Stages.Captcha"),
 | 
			
		||||
                    ("authentik.stages.consent", "authentik Stages.Consent"),
 | 
			
		||||
                    ("authentik.stages.dummy", "authentik Stages.Dummy"),
 | 
			
		||||
                    ("authentik.stages.email", "authentik Stages.Email"),
 | 
			
		||||
                    ("authentik.stages.prompt", "authentik Stages.Prompt"),
 | 
			
		||||
                    (
 | 
			
		||||
                        "authentik.stages.identification",
 | 
			
		||||
                        "authentik Stages.Identification",
 | 
			
		||||
                    ),
 | 
			
		||||
                    ("authentik.stages.invitation", "authentik Stages.User Invitation"),
 | 
			
		||||
                    ("authentik.stages.user_delete", "authentik Stages.User Delete"),
 | 
			
		||||
                    ("authentik.stages.user_login", "authentik Stages.User Login"),
 | 
			
		||||
                    ("authentik.stages.user_logout", "authentik Stages.User Logout"),
 | 
			
		||||
                    ("authentik.stages.user_write", "authentik Stages.User Write"),
 | 
			
		||||
                    ("authentik.stages.otp_static", "authentik OTP.Static"),
 | 
			
		||||
                    ("authentik.stages.otp_time", "authentik OTP.Time"),
 | 
			
		||||
                    ("authentik.stages.otp_validate", "authentik OTP.Validate"),
 | 
			
		||||
                    ("authentik.stages.password", "authentik Stages.Password"),
 | 
			
		||||
                    ("authentik.core", "authentik Core"),
 | 
			
		||||
                ],
 | 
			
		||||
                default="",
 | 
			
		||||
                help_text="Match events created by selected application. When left empty, all applications are matched.",
 | 
			
		||||
            ),
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name="eventmatcherpolicy",
 | 
			
		||||
            name="action",
 | 
			
		||||
            field=models.TextField(
 | 
			
		||||
                blank=True,
 | 
			
		||||
                choices=[
 | 
			
		||||
                    ("login", "Login"),
 | 
			
		||||
                    ("login_failed", "Login Failed"),
 | 
			
		||||
                    ("logout", "Logout"),
 | 
			
		||||
                    ("user_write", "User Write"),
 | 
			
		||||
                    ("suspicious_request", "Suspicious Request"),
 | 
			
		||||
                    ("password_set", "Password Set"),
 | 
			
		||||
                    ("token_view", "Token View"),
 | 
			
		||||
                    ("invitation_used", "Invite Used"),
 | 
			
		||||
                    ("authorize_application", "Authorize Application"),
 | 
			
		||||
                    ("source_linked", "Source Linked"),
 | 
			
		||||
                    ("impersonation_started", "Impersonation Started"),
 | 
			
		||||
                    ("impersonation_ended", "Impersonation Ended"),
 | 
			
		||||
                    ("policy_execution", "Policy Execution"),
 | 
			
		||||
                    ("policy_exception", "Policy Exception"),
 | 
			
		||||
                    ("property_mapping_exception", "Property Mapping Exception"),
 | 
			
		||||
                    ("configuration_error", "Configuration Error"),
 | 
			
		||||
                    ("model_created", "Model Created"),
 | 
			
		||||
                    ("model_updated", "Model Updated"),
 | 
			
		||||
                    ("model_deleted", "Model Deleted"),
 | 
			
		||||
                    ("update_available", "Update Available"),
 | 
			
		||||
                    ("custom_", "Custom Prefix"),
 | 
			
		||||
                ],
 | 
			
		||||
                help_text="Match created events with this action type. When left empty, all action types will be matched.",
 | 
			
		||||
            ),
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name="eventmatcherpolicy",
 | 
			
		||||
            name="client_ip",
 | 
			
		||||
            field=models.TextField(
 | 
			
		||||
                blank=True,
 | 
			
		||||
                help_text="Matches Event's Client IP (strict matching, for network matching use an Expression Policy)",
 | 
			
		||||
            ),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
@ -1,79 +0,0 @@
 | 
			
		||||
# Generated by Django 3.1.4 on 2021-01-12 21:58
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ("authentik_policies_event_matcher", "0003_auto_20210110_1907"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AlterModelOptions(
 | 
			
		||||
            name="eventmatcherpolicy",
 | 
			
		||||
            options={
 | 
			
		||||
                "verbose_name": "Event Matcher Policy",
 | 
			
		||||
                "verbose_name_plural": "Event Matcher Policies",
 | 
			
		||||
            },
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name="eventmatcherpolicy",
 | 
			
		||||
            name="app",
 | 
			
		||||
            field=models.TextField(
 | 
			
		||||
                blank=True,
 | 
			
		||||
                choices=[
 | 
			
		||||
                    ("authentik.admin", "authentik Admin"),
 | 
			
		||||
                    ("authentik.api", "authentik API"),
 | 
			
		||||
                    ("authentik.events", "authentik Events"),
 | 
			
		||||
                    ("authentik.crypto", "authentik Crypto"),
 | 
			
		||||
                    ("authentik.flows", "authentik Flows"),
 | 
			
		||||
                    ("authentik.outposts", "authentik Outpost"),
 | 
			
		||||
                    ("authentik.lib", "authentik lib"),
 | 
			
		||||
                    ("authentik.policies", "authentik Policies"),
 | 
			
		||||
                    ("authentik.policies.dummy", "authentik Policies.Dummy"),
 | 
			
		||||
                    (
 | 
			
		||||
                        "authentik.policies.event_matcher",
 | 
			
		||||
                        "authentik Policies.Event Matcher",
 | 
			
		||||
                    ),
 | 
			
		||||
                    ("authentik.policies.expiry", "authentik Policies.Expiry"),
 | 
			
		||||
                    ("authentik.policies.expression", "authentik Policies.Expression"),
 | 
			
		||||
                    (
 | 
			
		||||
                        "authentik.policies.group_membership",
 | 
			
		||||
                        "authentik Policies.Group Membership",
 | 
			
		||||
                    ),
 | 
			
		||||
                    ("authentik.policies.hibp", "authentik Policies.HaveIBeenPwned"),
 | 
			
		||||
                    ("authentik.policies.password", "authentik Policies.Password"),
 | 
			
		||||
                    ("authentik.policies.reputation", "authentik Policies.Reputation"),
 | 
			
		||||
                    ("authentik.providers.proxy", "authentik Providers.Proxy"),
 | 
			
		||||
                    ("authentik.providers.oauth2", "authentik Providers.OAuth2"),
 | 
			
		||||
                    ("authentik.providers.saml", "authentik Providers.SAML"),
 | 
			
		||||
                    ("authentik.recovery", "authentik Recovery"),
 | 
			
		||||
                    ("authentik.sources.ldap", "authentik Sources.LDAP"),
 | 
			
		||||
                    ("authentik.sources.oauth", "authentik Sources.OAuth"),
 | 
			
		||||
                    ("authentik.sources.saml", "authentik Sources.SAML"),
 | 
			
		||||
                    ("authentik.stages.captcha", "authentik Stages.Captcha"),
 | 
			
		||||
                    ("authentik.stages.consent", "authentik Stages.Consent"),
 | 
			
		||||
                    ("authentik.stages.dummy", "authentik Stages.Dummy"),
 | 
			
		||||
                    ("authentik.stages.email", "authentik Stages.Email"),
 | 
			
		||||
                    ("authentik.stages.prompt", "authentik Stages.Prompt"),
 | 
			
		||||
                    (
 | 
			
		||||
                        "authentik.stages.identification",
 | 
			
		||||
                        "authentik Stages.Identification",
 | 
			
		||||
                    ),
 | 
			
		||||
                    ("authentik.stages.invitation", "authentik Stages.User Invitation"),
 | 
			
		||||
                    ("authentik.stages.user_delete", "authentik Stages.User Delete"),
 | 
			
		||||
                    ("authentik.stages.user_login", "authentik Stages.User Login"),
 | 
			
		||||
                    ("authentik.stages.user_logout", "authentik Stages.User Logout"),
 | 
			
		||||
                    ("authentik.stages.user_write", "authentik Stages.User Write"),
 | 
			
		||||
                    ("authentik.stages.otp_static", "authentik Stages.OTP.Static"),
 | 
			
		||||
                    ("authentik.stages.otp_time", "authentik Stages.OTP.Time"),
 | 
			
		||||
                    ("authentik.stages.otp_validate", "authentik Stages.OTP.Validate"),
 | 
			
		||||
                    ("authentik.stages.password", "authentik Stages.Password"),
 | 
			
		||||
                    ("authentik.core", "authentik Core"),
 | 
			
		||||
                ],
 | 
			
		||||
                default="",
 | 
			
		||||
                help_text="Match events created by selected application. When left empty, all applications are matched.",
 | 
			
		||||
            ),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
@ -1,88 +0,0 @@
 | 
			
		||||
"""Event Matcher models"""
 | 
			
		||||
from typing import Type
 | 
			
		||||
 | 
			
		||||
from django.apps import apps
 | 
			
		||||
from django.db import models
 | 
			
		||||
from django.forms import ModelForm
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from rest_framework.serializers import BaseSerializer
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.policies.models import Policy
 | 
			
		||||
from authentik.policies.types import PolicyRequest, PolicyResult
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def app_choices() -> list[tuple[str, str]]:
 | 
			
		||||
    """Get a list of all installed applications that create events.
 | 
			
		||||
    Returns a list of tuples containing (dotted.app.path, name)"""
 | 
			
		||||
    choices = []
 | 
			
		||||
    for app in apps.get_app_configs():
 | 
			
		||||
        if app.label.startswith("authentik"):
 | 
			
		||||
            choices.append((app.name, app.verbose_name))
 | 
			
		||||
    return choices
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class EventMatcherPolicy(Policy):
 | 
			
		||||
    """Passes when Event matches selected criteria."""
 | 
			
		||||
 | 
			
		||||
    action = models.TextField(
 | 
			
		||||
        choices=EventAction.choices,
 | 
			
		||||
        blank=True,
 | 
			
		||||
        help_text=_(
 | 
			
		||||
            (
 | 
			
		||||
                "Match created events with this action type. "
 | 
			
		||||
                "When left empty, all action types will be matched."
 | 
			
		||||
            )
 | 
			
		||||
        ),
 | 
			
		||||
    )
 | 
			
		||||
    app = models.TextField(
 | 
			
		||||
        choices=app_choices(),
 | 
			
		||||
        blank=True,
 | 
			
		||||
        default="",
 | 
			
		||||
        help_text=_(
 | 
			
		||||
            (
 | 
			
		||||
                "Match events created by selected application. "
 | 
			
		||||
                "When left empty, all applications are matched."
 | 
			
		||||
            )
 | 
			
		||||
        ),
 | 
			
		||||
    )
 | 
			
		||||
    client_ip = models.TextField(
 | 
			
		||||
        blank=True,
 | 
			
		||||
        help_text=_(
 | 
			
		||||
            (
 | 
			
		||||
                "Matches Event's Client IP (strict matching, "
 | 
			
		||||
                "for network matching use an Expression Policy)"
 | 
			
		||||
            )
 | 
			
		||||
        ),
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def serializer(self) -> BaseSerializer:
 | 
			
		||||
        from authentik.policies.event_matcher.api import (
 | 
			
		||||
            EventMatcherPolicySerializer,
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
        return EventMatcherPolicySerializer
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def form(self) -> Type[ModelForm]:
 | 
			
		||||
        from authentik.policies.event_matcher.forms import EventMatcherPolicyForm
 | 
			
		||||
 | 
			
		||||
        return EventMatcherPolicyForm
 | 
			
		||||
 | 
			
		||||
    def passes(self, request: PolicyRequest) -> PolicyResult:
 | 
			
		||||
        if "event" not in request.context:
 | 
			
		||||
            return PolicyResult(False)
 | 
			
		||||
        event: Event = request.context["event"]
 | 
			
		||||
        if event.action == self.action:
 | 
			
		||||
            return PolicyResult(True, "Action matched.")
 | 
			
		||||
        if event.client_ip == self.client_ip:
 | 
			
		||||
            return PolicyResult(True, "Client IP matched.")
 | 
			
		||||
        if event.app == self.app:
 | 
			
		||||
            return PolicyResult(True, "App matched.")
 | 
			
		||||
        return PolicyResult(False)
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        verbose_name = _("Event Matcher Policy")
 | 
			
		||||
        verbose_name_plural = _("Event Matcher Policies")
 | 
			
		||||
@ -1,68 +0,0 @@
 | 
			
		||||
"""event_matcher tests"""
 | 
			
		||||
from django.test import TestCase
 | 
			
		||||
from guardian.shortcuts import get_anonymous_user
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.policies.event_matcher.models import EventMatcherPolicy
 | 
			
		||||
from authentik.policies.types import PolicyRequest
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TestEventMatcherPolicy(TestCase):
 | 
			
		||||
    """EventMatcherPolicy tests"""
 | 
			
		||||
 | 
			
		||||
    def test_match_action(self):
 | 
			
		||||
        """Test match action"""
 | 
			
		||||
        event = Event.new(EventAction.LOGIN)
 | 
			
		||||
        request = PolicyRequest(get_anonymous_user())
 | 
			
		||||
        request.context["event"] = event
 | 
			
		||||
        policy: EventMatcherPolicy = EventMatcherPolicy.objects.create(
 | 
			
		||||
            action=EventAction.LOGIN
 | 
			
		||||
        )
 | 
			
		||||
        response = policy.passes(request)
 | 
			
		||||
        self.assertTrue(response.passing)
 | 
			
		||||
        self.assertTupleEqual(response.messages, ("Action matched.",))
 | 
			
		||||
 | 
			
		||||
    def test_match_client_ip(self):
 | 
			
		||||
        """Test match client_ip"""
 | 
			
		||||
        event = Event.new(EventAction.LOGIN)
 | 
			
		||||
        event.client_ip = "1.2.3.4"
 | 
			
		||||
        request = PolicyRequest(get_anonymous_user())
 | 
			
		||||
        request.context["event"] = event
 | 
			
		||||
        policy: EventMatcherPolicy = EventMatcherPolicy.objects.create(
 | 
			
		||||
            client_ip="1.2.3.4"
 | 
			
		||||
        )
 | 
			
		||||
        response = policy.passes(request)
 | 
			
		||||
        self.assertTrue(response.passing)
 | 
			
		||||
        self.assertTupleEqual(response.messages, ("Client IP matched.",))
 | 
			
		||||
 | 
			
		||||
    def test_match_app(self):
 | 
			
		||||
        """Test match app"""
 | 
			
		||||
        event = Event.new(EventAction.LOGIN)
 | 
			
		||||
        event.app = "foo"
 | 
			
		||||
        request = PolicyRequest(get_anonymous_user())
 | 
			
		||||
        request.context["event"] = event
 | 
			
		||||
        policy: EventMatcherPolicy = EventMatcherPolicy.objects.create(app="foo")
 | 
			
		||||
        response = policy.passes(request)
 | 
			
		||||
        self.assertTrue(response.passing)
 | 
			
		||||
        self.assertTupleEqual(response.messages, ("App matched.",))
 | 
			
		||||
 | 
			
		||||
    def test_drop(self):
 | 
			
		||||
        """Test drop event"""
 | 
			
		||||
        event = Event.new(EventAction.LOGIN)
 | 
			
		||||
        event.client_ip = "1.2.3.4"
 | 
			
		||||
        request = PolicyRequest(get_anonymous_user())
 | 
			
		||||
        request.context["event"] = event
 | 
			
		||||
        policy: EventMatcherPolicy = EventMatcherPolicy.objects.create(
 | 
			
		||||
            client_ip="1.2.3.5"
 | 
			
		||||
        )
 | 
			
		||||
        response = policy.passes(request)
 | 
			
		||||
        self.assertFalse(response.passing)
 | 
			
		||||
 | 
			
		||||
    def test_invalid(self):
 | 
			
		||||
        """Test passing event"""
 | 
			
		||||
        request = PolicyRequest(get_anonymous_user())
 | 
			
		||||
        policy: EventMatcherPolicy = EventMatcherPolicy.objects.create(
 | 
			
		||||
            client_ip="1.2.3.4"
 | 
			
		||||
        )
 | 
			
		||||
        response = policy.passes(request)
 | 
			
		||||
        self.assertFalse(response.passing)
 | 
			
		||||
@ -1,14 +1,6 @@
 | 
			
		||||
"""policy exceptions"""
 | 
			
		||||
from typing import Optional
 | 
			
		||||
 | 
			
		||||
from authentik.lib.sentry import SentryIgnoredException
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PolicyException(SentryIgnoredException):
 | 
			
		||||
    """Exception that should be raised during Policy Evaluation, and can be recovered from."""
 | 
			
		||||
 | 
			
		||||
    src_exc: Optional[Exception] = None
 | 
			
		||||
 | 
			
		||||
    def __init__(self, src_exc: Optional[Exception] = None) -> None:
 | 
			
		||||
        super().__init__()
 | 
			
		||||
        self.src_exc = src_exc
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ from django.forms import ModelForm
 | 
			
		||||
from django.utils.timezone import now
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from rest_framework.serializers import BaseSerializer
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.policies.models import Policy
 | 
			
		||||
from authentik.policies.types import PolicyRequest, PolicyResult
 | 
			
		||||
 | 
			
		||||
@ -1,14 +1,16 @@
 | 
			
		||||
"""authentik expression policy evaluator"""
 | 
			
		||||
from ipaddress import ip_address, ip_network
 | 
			
		||||
from traceback import format_tb
 | 
			
		||||
from typing import TYPE_CHECKING, List, Optional
 | 
			
		||||
 | 
			
		||||
from django.http import HttpRequest
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.events.utils import model_to_dict, sanitize_dict
 | 
			
		||||
from authentik.flows.planner import PLAN_CONTEXT_SSO
 | 
			
		||||
from authentik.lib.expression.evaluator import BaseEvaluator
 | 
			
		||||
from authentik.lib.utils.http import get_client_ip
 | 
			
		||||
from authentik.policies.exceptions import PolicyException
 | 
			
		||||
from authentik.policies.types import PolicyRequest, PolicyResult
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
@ -55,26 +57,32 @@ class PolicyEvaluator(BaseEvaluator):
 | 
			
		||||
 | 
			
		||||
    def handle_error(self, exc: Exception, expression_source: str):
 | 
			
		||||
        """Exception Handler"""
 | 
			
		||||
        # So, this is a bit questionable. Essentially, we are edit the stacktrace
 | 
			
		||||
        # so the user only sees information relevant to them
 | 
			
		||||
        # and none of our surrounding error handling
 | 
			
		||||
        exc.__traceback__ = exc.__traceback__.tb_next
 | 
			
		||||
        raise PolicyException(exc)
 | 
			
		||||
        error_string = "\n".join(format_tb(exc.__traceback__) + [str(exc)])
 | 
			
		||||
        event = Event.new(
 | 
			
		||||
            EventAction.POLICY_EXCEPTION,
 | 
			
		||||
            expression=expression_source,
 | 
			
		||||
            error=error_string,
 | 
			
		||||
            request=self._context["request"],
 | 
			
		||||
        )
 | 
			
		||||
        if self.policy:
 | 
			
		||||
            event.context["model"] = sanitize_dict(model_to_dict(self.policy))
 | 
			
		||||
        if "http_request" in self._context:
 | 
			
		||||
            event.from_http(self._context["http_request"])
 | 
			
		||||
        else:
 | 
			
		||||
            event.set_user(self._context["request"].user)
 | 
			
		||||
            event.save()
 | 
			
		||||
 | 
			
		||||
    def evaluate(self, expression_source: str) -> PolicyResult:
 | 
			
		||||
        """Parse and evaluate expression. Policy is expected to return a truthy object.
 | 
			
		||||
        Messages can be added using 'do ak_message()'."""
 | 
			
		||||
        try:
 | 
			
		||||
            result = super().evaluate(expression_source)
 | 
			
		||||
        except PolicyException as exc:
 | 
			
		||||
            # PolicyExceptions should be propagated back to the process,
 | 
			
		||||
            # which handles recording and returning a correct result
 | 
			
		||||
            raise exc
 | 
			
		||||
        except Exception as exc:  # pylint: disable=broad-except
 | 
			
		||||
            LOGGER.warning("Expression error", exc=exc)
 | 
			
		||||
            return PolicyResult(False, str(exc))
 | 
			
		||||
        else:
 | 
			
		||||
            policy_result = PolicyResult(False, *self._messages)
 | 
			
		||||
            policy_result = PolicyResult(False)
 | 
			
		||||
            policy_result.messages = tuple(self._messages)
 | 
			
		||||
            if result is None:
 | 
			
		||||
                LOGGER.warning(
 | 
			
		||||
                    "Expression policy returned None",
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ from django.core.exceptions import ValidationError
 | 
			
		||||
from django.test import TestCase
 | 
			
		||||
from guardian.shortcuts import get_anonymous_user
 | 
			
		||||
 | 
			
		||||
from authentik.policies.exceptions import PolicyException
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.policies.expression.evaluator import PolicyEvaluator
 | 
			
		||||
from authentik.policies.expression.models import ExpressionPolicy
 | 
			
		||||
from authentik.policies.types import PolicyRequest
 | 
			
		||||
@ -44,8 +44,30 @@ class TestEvaluator(TestCase):
 | 
			
		||||
        template = ";"
 | 
			
		||||
        evaluator = PolicyEvaluator("test")
 | 
			
		||||
        evaluator.set_policy_request(self.request)
 | 
			
		||||
        with self.assertRaises(PolicyException):
 | 
			
		||||
            evaluator.evaluate(template)
 | 
			
		||||
        result = evaluator.evaluate(template)
 | 
			
		||||
        self.assertEqual(result.passing, False)
 | 
			
		||||
        self.assertEqual(result.messages, ("invalid syntax (test, line 3)",))
 | 
			
		||||
        self.assertTrue(
 | 
			
		||||
            Event.objects.filter(
 | 
			
		||||
                action=EventAction.POLICY_EXCEPTION,
 | 
			
		||||
                context__expression=template,
 | 
			
		||||
            ).exists()
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def test_undefined(self):
 | 
			
		||||
        """test undefined result"""
 | 
			
		||||
        template = "{{ foo.bar }}"
 | 
			
		||||
        evaluator = PolicyEvaluator("test")
 | 
			
		||||
        evaluator.set_policy_request(self.request)
 | 
			
		||||
        result = evaluator.evaluate(template)
 | 
			
		||||
        self.assertEqual(result.passing, False)
 | 
			
		||||
        self.assertEqual(result.messages, ("name 'foo' is not defined",))
 | 
			
		||||
        self.assertTrue(
 | 
			
		||||
            Event.objects.filter(
 | 
			
		||||
                action=EventAction.POLICY_EXCEPTION,
 | 
			
		||||
                context__expression=template,
 | 
			
		||||
            ).exists()
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def test_validate(self):
 | 
			
		||||
        """test validate"""
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ from django.forms import ModelForm
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from requests import get
 | 
			
		||||
from rest_framework.serializers import BaseSerializer
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.policies.models import Policy, PolicyResult
 | 
			
		||||
from authentik.policies.types import PolicyRequest
 | 
			
		||||
 | 
			
		||||
@ -64,10 +64,7 @@ class PolicyBinding(SerializerModel):
 | 
			
		||||
        return PolicyBindingSerializer
 | 
			
		||||
 | 
			
		||||
    def __str__(self) -> str:
 | 
			
		||||
        try:
 | 
			
		||||
        return f"Policy Binding {self.target} #{self.order} {self.policy}"
 | 
			
		||||
        except PolicyBinding.target.RelatedObjectDoesNotExist:  # pylint: disable=no-member
 | 
			
		||||
            return f"Policy Binding - #{self.order} {self.policy}"
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ from django.db import models
 | 
			
		||||
from django.forms import ModelForm
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
from rest_framework.serializers import BaseSerializer
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.policies.models import Policy
 | 
			
		||||
from authentik.policies.types import PolicyRequest, PolicyResult
 | 
			
		||||
 | 
			
		||||
@ -1,13 +1,12 @@
 | 
			
		||||
"""authentik policy task"""
 | 
			
		||||
from multiprocessing import get_context
 | 
			
		||||
from multiprocessing import Process
 | 
			
		||||
from multiprocessing.connection import Connection
 | 
			
		||||
from traceback import format_tb
 | 
			
		||||
from typing import Optional
 | 
			
		||||
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from sentry_sdk.hub import Hub
 | 
			
		||||
from sentry_sdk.tracing import Span
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.events.models import Event, EventAction
 | 
			
		||||
from authentik.policies.exceptions import PolicyException
 | 
			
		||||
@ -15,24 +14,19 @@ from authentik.policies.models import PolicyBinding
 | 
			
		||||
from authentik.policies.types import PolicyRequest, PolicyResult
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
TRACEBACK_HEADER = "Traceback (most recent call last):\n"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def cache_key(binding: PolicyBinding, request: PolicyRequest) -> str:
 | 
			
		||||
    """Generate Cache key for policy"""
 | 
			
		||||
    prefix = f"policy_{binding.policy_binding_uuid.hex}_{binding.policy.pk.hex}"
 | 
			
		||||
    if request.http_request and hasattr(request.http_request, "session"):
 | 
			
		||||
    if request.http_request:
 | 
			
		||||
        prefix += f"_{request.http_request.session.session_key}"
 | 
			
		||||
    if request.user:
 | 
			
		||||
        prefix += f"#{request.user.pk}"
 | 
			
		||||
    return prefix
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
FORK_CTX = get_context("fork")
 | 
			
		||||
PROCESS_CLASS = FORK_CTX.Process
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PolicyProcess(PROCESS_CLASS):
 | 
			
		||||
class PolicyProcess(Process):
 | 
			
		||||
    """Evaluate a single policy within a seprate process"""
 | 
			
		||||
 | 
			
		||||
    connection: Connection
 | 
			
		||||
@ -53,24 +47,6 @@ class PolicyProcess(PROCESS_CLASS):
 | 
			
		||||
        if connection:
 | 
			
		||||
            self.connection = connection
 | 
			
		||||
 | 
			
		||||
    def create_event(self, action: str, message: str, **kwargs):
 | 
			
		||||
        """Create event with common values from `self.request` and `self.binding`."""
 | 
			
		||||
        # Keep a reference to http_request even if its None, because cleanse_dict will remove it
 | 
			
		||||
        http_request = self.request.http_request
 | 
			
		||||
        event = Event.new(
 | 
			
		||||
            action=action,
 | 
			
		||||
            message=message,
 | 
			
		||||
            policy_uuid=self.binding.policy.policy_uuid.hex,
 | 
			
		||||
            binding=self.binding,
 | 
			
		||||
            request=self.request,
 | 
			
		||||
            **kwargs,
 | 
			
		||||
        )
 | 
			
		||||
        event.set_user(self.request.user)
 | 
			
		||||
        if http_request:
 | 
			
		||||
            event.from_http(http_request)
 | 
			
		||||
        else:
 | 
			
		||||
            event.save()
 | 
			
		||||
 | 
			
		||||
    def execute(self) -> PolicyResult:
 | 
			
		||||
        """Run actual policy, returns result"""
 | 
			
		||||
        LOGGER.debug(
 | 
			
		||||
@ -82,23 +58,16 @@ class PolicyProcess(PROCESS_CLASS):
 | 
			
		||||
        try:
 | 
			
		||||
            policy_result = self.binding.policy.passes(self.request)
 | 
			
		||||
            if self.binding.policy.execution_logging:
 | 
			
		||||
                self.create_event(
 | 
			
		||||
                event = Event.new(
 | 
			
		||||
                    EventAction.POLICY_EXECUTION,
 | 
			
		||||
                    message="Policy Execution",
 | 
			
		||||
                    request=self.request,
 | 
			
		||||
                    result=policy_result,
 | 
			
		||||
                )
 | 
			
		||||
                event.set_user(self.request.user)
 | 
			
		||||
                event.save()
 | 
			
		||||
        except PolicyException as exc:
 | 
			
		||||
            # Either use passed original exception or whatever we have
 | 
			
		||||
            src_exc = exc.src_exc if exc.src_exc else exc
 | 
			
		||||
            error_string = (
 | 
			
		||||
                TRACEBACK_HEADER
 | 
			
		||||
                + "".join(format_tb(src_exc.__traceback__))
 | 
			
		||||
                + str(src_exc)
 | 
			
		||||
            )
 | 
			
		||||
            # Create policy exception event
 | 
			
		||||
            self.create_event(EventAction.POLICY_EXCEPTION, message=error_string)
 | 
			
		||||
            LOGGER.debug("P_ENG(proc): error", exc=src_exc)
 | 
			
		||||
            policy_result = PolicyResult(False, str(src_exc))
 | 
			
		||||
            LOGGER.debug("P_ENG(proc): error", exc=exc)
 | 
			
		||||
            policy_result = PolicyResult(False, str(exc))
 | 
			
		||||
        policy_result.source_policy = self.binding.policy
 | 
			
		||||
        # Invert result if policy.negate is set
 | 
			
		||||
        if self.binding.negate:
 | 
			
		||||
@ -124,8 +93,4 @@ class PolicyProcess(PROCESS_CLASS):
 | 
			
		||||
            span: Span
 | 
			
		||||
            span.set_data("policy", self.binding.policy)
 | 
			
		||||
            span.set_data("request", self.request)
 | 
			
		||||
            try:
 | 
			
		||||
            self.connection.send(self.execute())
 | 
			
		||||
            except Exception as exc:  # pylint: disable=broad-except
 | 
			
		||||
                LOGGER.warning(str(exc))
 | 
			
		||||
                self.connection.send(PolicyResult(False, str(exc)))
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ from django.contrib.auth.signals import user_logged_in, user_login_failed
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from django.dispatch import receiver
 | 
			
		||||
from django.http import HttpRequest
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.lib.utils.http import get_client_ip
 | 
			
		||||
from authentik.policies.reputation.models import (
 | 
			
		||||
 | 
			
		||||
@ -1,9 +1,9 @@
 | 
			
		||||
"""Reputation tasks"""
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.events.monitored_tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.lib.tasks import MonitoredTask, TaskResult, TaskResultStatus
 | 
			
		||||
from authentik.policies.reputation.models import IPReputation, UserReputation
 | 
			
		||||
from authentik.policies.reputation.signals import (
 | 
			
		||||
    CACHE_KEY_IP_PREFIX,
 | 
			
		||||
 | 
			
		||||
@ -2,9 +2,7 @@
 | 
			
		||||
from django.core.cache import cache
 | 
			
		||||
from django.db.models.signals import post_save
 | 
			
		||||
from django.dispatch import receiver
 | 
			
		||||
from structlog.stdlib import get_logger
 | 
			
		||||
 | 
			
		||||
from authentik.core.api.applications import user_app_cache_key
 | 
			
		||||
from structlog import get_logger
 | 
			
		||||
 | 
			
		||||
LOGGER = get_logger()
 | 
			
		||||
 | 
			
		||||
@ -25,6 +23,3 @@ def invalidate_policy_cache(sender, instance, **_):
 | 
			
		||||
            total += len(keys)
 | 
			
		||||
            cache.delete_many(keys)
 | 
			
		||||
        LOGGER.debug("Invalidating policy cache", policy=instance, keys=total)
 | 
			
		||||
    # Also delete user application cache
 | 
			
		||||
    keys = user_app_cache_key("*")
 | 
			
		||||
    cache.delete_many(keys)
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ from django.test import TestCase
 | 
			
		||||
 | 
			
		||||
from authentik.core.models import User
 | 
			
		||||
from authentik.policies.dummy.models import DummyPolicy
 | 
			
		||||
from authentik.policies.engine import PolicyEngine, PolicyEngineMode
 | 
			
		||||
from authentik.policies.engine import PolicyEngine
 | 
			
		||||
from authentik.policies.expression.models import ExpressionPolicy
 | 
			
		||||
from authentik.policies.models import Policy, PolicyBinding, PolicyBindingModel
 | 
			
		||||
from authentik.policies.tests.test_process import clear_policy_cache
 | 
			
		||||
@ -44,38 +44,15 @@ class TestPolicyEngine(TestCase):
 | 
			
		||||
        self.assertEqual(result.passing, True)
 | 
			
		||||
        self.assertEqual(result.messages, ("dummy",))
 | 
			
		||||
 | 
			
		||||
    def test_engine_mode_and(self):
 | 
			
		||||
        """Ensure all policies passes with AND mode (false and true -> false)"""
 | 
			
		||||
    def test_engine(self):
 | 
			
		||||
        """Ensure all policies passes (Mix of false and true -> false)"""
 | 
			
		||||
        pbm = PolicyBindingModel.objects.create()
 | 
			
		||||
        PolicyBinding.objects.create(target=pbm, policy=self.policy_false, order=0)
 | 
			
		||||
        PolicyBinding.objects.create(target=pbm, policy=self.policy_true, order=1)
 | 
			
		||||
        engine = PolicyEngine(pbm, self.user)
 | 
			
		||||
        result = engine.build().result
 | 
			
		||||
        self.assertEqual(result.passing, False)
 | 
			
		||||
        self.assertEqual(
 | 
			
		||||
            result.messages,
 | 
			
		||||
            (
 | 
			
		||||
                "dummy",
 | 
			
		||||
                "dummy",
 | 
			
		||||
            ),
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def test_engine_mode_or(self):
 | 
			
		||||
        """Ensure all policies passes with OR mode (false and true -> true)"""
 | 
			
		||||
        pbm = PolicyBindingModel.objects.create()
 | 
			
		||||
        PolicyBinding.objects.create(target=pbm, policy=self.policy_false, order=0)
 | 
			
		||||
        PolicyBinding.objects.create(target=pbm, policy=self.policy_true, order=1)
 | 
			
		||||
        engine = PolicyEngine(pbm, self.user)
 | 
			
		||||
        engine.mode = PolicyEngineMode.MODE_OR
 | 
			
		||||
        result = engine.build().result
 | 
			
		||||
        self.assertEqual(result.passing, True)
 | 
			
		||||
        self.assertEqual(
 | 
			
		||||
            result.messages,
 | 
			
		||||
            (
 | 
			
		||||
                "dummy",
 | 
			
		||||
                "dummy",
 | 
			
		||||
            ),
 | 
			
		||||
        )
 | 
			
		||||
        self.assertEqual(result.messages, ("dummy",))
 | 
			
		||||
 | 
			
		||||
    def test_engine_negate(self):
 | 
			
		||||
        """Test negate flag"""
 | 
			
		||||
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user