authentik icon indicating copy to clipboard operation
authentik copied to clipboard

website/docs: add scaling page

Open rissson opened this issue 1 year ago β€’ 4 comments

Details

REPLACE ME


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)

rissson avatar Sep 16 '24 13:09 rissson

Deploy Preview for authentik-storybook canceled.

Name Link
Latest commit 70d9880131392b358e058c472715a0a4a6ea27e1
Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6894e6b9a861df0008438266

netlify[bot] avatar Sep 16 '24 13:09 netlify[bot]

Deploy Preview for authentik-docs failed. Why did it fail? β†’

Name Link
Latest commit 70d9880131392b358e058c472715a0a4a6ea27e1
Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6894e6b9494d890007b8a6cf

netlify[bot] avatar Sep 16 '24 13:09 netlify[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 92.73%. Comparing base (7e66f0a) to head (70d9880). :warning: Report is 660 commits behind head on main. :white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11397   +/-   ##
=======================================
  Coverage   92.73%   92.73%           
=======================================
  Files         833      833           
  Lines       44870    44870           
=======================================
+ Hits        41611    41612    +1     
+ Misses       3259     3258    -1     
Flag Coverage Ξ”
e2e 46.58% <ΓΈ> (+<0.01%) :arrow_up:
integration 23.67% <ΓΈ> (+<0.01%) :arrow_up:
unit 90.88% <ΓΈ> (+<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.

codecov[bot] avatar Sep 16 '24 13:09 codecov[bot]

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-70d9880131392b358e058c472715a0a4a6ea27e1
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-70d9880131392b358e058c472715a0a4a6ea27e1

Afterwards, run the upgrade commands from the latest release notes.

github-actions[bot] avatar Sep 16 '24 14:09 github-actions[bot]

Deploy Preview for authentik-integrations ready!

Name Link
Latest commit 70d9880131392b358e058c472715a0a4a6ea27e1
Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6894e6b9cc52fe000804b792
Deploy Preview https://deploy-preview-11397--authentik-integrations.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Aug 07 '25 17:08 netlify[bot]

Rebased and ready for Docusaurus 3.8.

This may still need refinement on the calculations

GirlBossRush avatar Aug 07 '25 17:08 GirlBossRush