authentik
authentik copied to clipboard
stages: authenticator_endpoint_gdtc
Details
Support Chrome Device Trust
Checklist
- [ ] Local tests pass (
ak test authentik/) - [ ] The code has been formatted (
make lint-fix)
If an API change has been made
- [ ] The API schema has been updated (
make gen-build)
If changes to the frontend have been made
- [ ] The code has been formatted (
make web)
If applicable
- [ ] The documentation has been updated
- [ ] The documentation has been formatted (
make website)
Deploy Preview for authentik-docs canceled.
| Name | Link |
|---|---|
| Latest commit | d19942056036931bb87b57b6e41b969e7fea1535 |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/6717a4e1406b220009b28745 |
Deploy Preview for authentik-storybook canceled.
| Name | Link |
|---|---|
| Latest commit | d19942056036931bb87b57b6e41b969e7fea1535 |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/6717a4e1e51c5b000867bb23 |
Codecov Report
Attention: Patch coverage is 83.03030% with 28 lines in your changes missing coverage. Please review.
Project coverage is 92.69%. Comparing base (
adfa1b1) to head (d199420). Report is 7 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #10477 +/- ##
==========================================
+ Coverage 92.52% 92.69% +0.16%
==========================================
Files 740 745 +5
Lines 36783 36944 +161
==========================================
+ Hits 34034 34245 +211
+ Misses 2749 2699 -50
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 49.37% <77.57%> (+0.80%) |
:arrow_up: |
| integration | 25.04% <79.72%> (+0.11%) |
:arrow_up: |
| unit | 90.23% <83.03%> (-0.04%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
authentik PR Installation instructions
Instructions for docker-compose
Add the following block to your .env file:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-d19942056036931bb87b57b6e41b969e7fea1535
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
For arm64, use these values:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-d19942056036931bb87b57b6e41b969e7fea1535-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
Afterwards, run the upgrade commands from the latest release notes.
Instructions for Kubernetes
Add the following block to your values.yml file:
authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-d19942056036931bb87b57b6e41b969e7fea1535
For arm64, use these values:
authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-d19942056036931bb87b57b6e41b969e7fea1535-arm64
Afterwards, run the upgrade commands from the latest release notes.