Skip to content

website/docs: fix SkipObject exception#11632

Merged
rissson merged 2 commits intomainfrom
docs-fix-skip-object
Oct 14, 2024
Merged

website/docs: fix SkipObject exception#11632
rissson merged 2 commits intomainfrom
docs-fix-skip-object

Conversation

@rissson
Copy link
Member

@rissson rissson commented Oct 8, 2024

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)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Oct 8, 2024
@rissson rissson requested a review from a team as a code owner October 8, 2024 16:08
@netlify
Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 74339bc
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6706b18b8aa1cd00081e39ab
😎 Deploy Preview https://deploy-preview-11632--authentik-storybook.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 site configuration.

@netlify
Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 74339bc
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6706b18b07654500080768cc
😎 Deploy Preview https://deploy-preview-11632--authentik-docs.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 site configuration.

@codecov
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (b363951) to head (74339bc).
Report is 25 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11632      +/-   ##
==========================================
+ Coverage   92.50%   92.75%   +0.24%     
==========================================
  Files         736      736              
  Lines       36542    36542              
==========================================
+ Hits        33805    33895      +90     
+ Misses       2737     2647      -90     
Flag Coverage Δ
e2e 49.25% <ø> (+0.64%) ⬆️
integration 24.98% <ø> (ø)
unit 90.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2024

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-74339bcdaf5be56ddc63dc289f520e3483dbdc57
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-74339bcdaf5be56ddc63dc289f520e3483dbdc57-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-74339bcdaf5be56ddc63dc289f520e3483dbdc57

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-74339bcdaf5be56ddc63dc289f520e3483dbdc57-arm64

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

@BeryJu BeryJu changed the title docs: fix SkipObject exception website/docs: fix SkipObject exception Oct 8, 2024
@rissson rissson enabled auto-merge (squash) October 9, 2024 16:38
@rissson rissson merged commit 752796a into main Oct 14, 2024
@rissson rissson deleted the docs-fix-skip-object branch October 14, 2024 13:46
kensternberg-authentik added a commit that referenced this pull request Oct 14, 2024
* main:
  web: bump API Client version (#11678)
  providers/scim: add option to ignore SCIM server cert (#11437)
  website/integrations add GHEC EMU and fix-up GHES (#11677)
  website/docs: fix SkipObject exception (#11632)
  web: bump API Client version (#11676)
  flows: provider invalidation (#5048)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#11662)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#11663)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#11664)
  core: bump goauthentik.io/api/v3 from 3.2024083.4 to 3.2024083.5 (#11671)
  core: bump pdoc from 14.7.0 to 15.0.0 (#11672)
  core: bump coverage from 7.6.2 to 7.6.3 (#11673)
  core, web: update translations (#11659)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants