authentik
authentik copied to clipboard
enterprise/web/admin: OSM for events
Details
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 ready!
| Name | Link |
|---|---|
| Latest commit | ae5a0ac4f684261a5fa894448bc58a22ffcd490f |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/663e56245a9143000889d26e |
| Deploy Preview | https://deploy-preview-9287--authentik-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Deploy Preview for authentik-storybook ready!
| Name | Link |
|---|---|
| Latest commit | ae5a0ac4f684261a5fa894448bc58a22ffcd490f |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/663e562498487700085f74da |
| Deploy Preview | https://deploy-preview-9287--authentik-storybook.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.37%. Comparing base (
09cacbd) to head (ae5a0ac). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #9287 +/- ##
==========================================
- Coverage 92.39% 92.37% -0.03%
==========================================
Files 704 704
Lines 34401 34401
==========================================
- Hits 31785 31777 -8
- Misses 2616 2624 +8
| Flag | Coverage Ξ | |
|---|---|---|
| e2e | 49.64% <ΓΈ> (-0.02%) |
:arrow_down: |
| integration | 25.36% <ΓΈ> (-0.01%) |
:arrow_down: |
| unit | 89.82% <ΓΈ> (+<0.01%) |
:arrow_up: |
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-ghcr.io/goauthentik/dev-server:gh-772fb45a2b47a4a4c8d848d6a1a1935db2a2a6d8
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-ghcr.io/goauthentik/dev-server:gh-772fb45a2b47a4a4c8d848d6a1a1935db2a2a6d8-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
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-772fb45a2b47a4a4c8d848d6a1a1935db2a2a6d8
For arm64, use these values:
authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-772fb45a2b47a4a4c8d848d6a1a1935db2a2a6d8-arm64
Afterwards, run the upgrade commands from the latest release notes.