Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: fix source selection and outpost integration health #12530

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Jan 2, 2025

Details

closes #12528


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)

BeryJu added 2 commits January 2, 2025 00:59
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner January 2, 2025 00:50
Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit e5dbfbe
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6777005d78251f0008ca1959
😎 Deploy Preview https://deploy-preview-12530--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.

Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit e5dbfbe
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6777005e114efb000812737e

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.56%. Comparing base (5ebd280) to head (8512728).
Report is 5 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12530      +/-   ##
==========================================
- Coverage   92.76%   92.56%   -0.20%     
==========================================
  Files         770      770              
  Lines       38873    38873              
==========================================
- Hits        36059    35982      -77     
- Misses       2814     2891      +77     
Flag Coverage Δ
e2e 47.52% <ø> (-1.19%) ⬇️
integration 24.58% <ø> (ø)
unit 90.38% <ø> (+<0.01%) ⬆️

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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner January 2, 2025 01:39
Copy link
Contributor

github-actions bot commented Jan 2, 2025

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-e5dbfbe11ff3bf69f01473a90f049906138de273
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-e5dbfbe11ff3bf69f01473a90f049906138de273-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-e5dbfbe11ff3bf69f01473a90f049906138de273

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-e5dbfbe11ff3bf69f01473a90f049906138de273-arm64

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

@BeryJu BeryJu force-pushed the web/fix-misc-v-whatever branch 2 times, most recently from 8512728 to e5dbfbe Compare January 2, 2025 21:08
@BeryJu
Copy link
Member Author

BeryJu commented Jan 2, 2025

/cherry-pick version-2024.12

@BeryJu BeryJu merged commit a61a41d into main Jan 3, 2025
68 checks passed
@BeryJu BeryJu deleted the web/fix-misc-v-whatever branch January 3, 2025 00:02
Copy link
Contributor

Cherry-pick failed with Merge error a61a41d7d0504de185ea7b6faf1960e1b447469b into temp-cherry-pick-e6fc9a-version-2024.12

BeryJu added a commit that referenced this pull request Jan 3, 2025
* fix source selector

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix service connection health not updating fully

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix logo alt not translated

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
# Conflicts:
#	web/src/admin/AdminInterface/AboutModal.ts
kensternberg-authentik added a commit that referenced this pull request Jan 8, 2025
* main:
  core: bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1 (#12543)
  core: bump google-api-python-client from 2.156.0 to 2.157.0 (#12544)
  core: bump ruff from 0.8.4 to 0.8.5 (#12545)
  core: bump msgraph-sdk from 1.15.0 to 1.16.0 (#12546)
  Update index.mdx (#12542)
  web: fix source selection and outpost integration health (#12530)
  Ading a step to paperless guide (#12539)
  website/integrations: Semaphore (#12515)
  website/integrations: komga: document (#12476)
  website/integrations: fix missing quote in paperless-ngx (#12537)
  website/integrations: cloudflare access: upd placeholder for saas (#12536)
  website/integrations: veeam-enterprise-manager: don't hardcode helpcenter doc version (#12538)
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.

Identification stage Sources don't persist
1 participant