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/admin: fix error in Outpost creation form #11173

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Sep 3, 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: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner September 3, 2024 15:41
@BeryJu
Copy link
Member Author

BeryJu commented Sep 3, 2024

/cherry-pick version-2024.8

Copy link

netlify bot commented Sep 3, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit ff16a7c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66d72e17aab86f000865aaa0

Copy link

netlify bot commented Sep 3, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit ff16a7c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66d72e17d5a941000850e807
😎 Deploy Preview https://deploy-preview-11173--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

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (1c570b2) to head (ff16a7c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11173      +/-   ##
==========================================
+ Coverage   92.69%   92.76%   +0.06%     
==========================================
  Files         736      736              
  Lines       36426    36426              
==========================================
+ Hits        33765    33790      +25     
+ Misses       2661     2636      -25     
Flag Coverage Δ
e2e 49.26% <ø> (+0.09%) ⬆️
integration 25.01% <ø> (ø)
unit 90.23% <ø> (ø)

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.

Copy link
Contributor

github-actions bot commented Sep 3, 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-ff16a7ca1583654c7b87a1597f0cb18005d5e8c2
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-ff16a7ca1583654c7b87a1597f0cb18005d5e8c2-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-ff16a7ca1583654c7b87a1597f0cb18005d5e8c2

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

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

@BeryJu BeryJu merged commit 4d51671 into main Sep 3, 2024
68 checks passed
@BeryJu BeryJu deleted the web/admin/fix-error-in-outpost-creation branch September 3, 2024 16:20
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Sep 3, 2024
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Sep 3, 2024
…11175)

web/admin: fix error in Outpost creation form (#11173)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Sep 4, 2024
* main:
  web/admin: fix misc dual select on different forms (#11203)
  core: bump cryptography from 43.0.0 to 43.0.1 (#11185)
  ci: bump peter-evans/create-pull-request from 6 to 7 (#11186)
  core: bump goauthentik.io/api/v3 from 3.2024064.1 to 3.2024080.1 (#11187)
  core: bump django from 5.0.8 to 5.0.9 (#11188)
  core: bump watchdog from 5.0.1 to 5.0.2 (#11189)
  web: bump @sentry/browser from 8.27.0 to 8.28.0 in /web in the sentry group across 1 directory (#11191)
  web: bump yaml from 2.5.0 to 2.5.1 in /web (#11192)
  web: bump knip from 5.29.1 to 5.29.2 in /web (#11193)
  web: bump wireit from 0.14.8 to 0.14.9 in /web (#11194)
  web: bump @types/node from 22.5.2 to 22.5.3 in /web (#11195)
  root: backport s3 storage changes (#11181)
  core: fix change_user_type always requiring usernames (#11177)
  web/admin: fix error in Outpost creation form (#11173)
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