Skip to content

web/admin: small fixes#9002

Merged
BeryJu merged 2 commits intomainfrom
web/admin/small-fixes
Mar 23, 2024
Merged

web/admin: small fixes#9002
BeryJu merged 2 commits intomainfrom
web/admin/small-fixes

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 22, 2024

Details

  • Fix loading spinner on flow pages
  • Fix view width on oauth2 provider view page

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 March 22, 2024 19:02
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 March 22, 2024 18:03
@netlify
Copy link

netlify bot commented Mar 22, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 7bcd54e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65fdc7ee805fb100086d9c88

@netlify
Copy link

netlify bot commented Mar 22, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 7bcd54e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65fdc7eeb7063000083d3d3b
😎 Deploy Preview https://deploy-preview-9002--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.

@github-actions
Copy link
Contributor

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

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

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

@BeryJu BeryJu merged commit 6584074 into main Mar 23, 2024
@BeryJu BeryJu deleted the web/admin/small-fixes branch March 23, 2024 15:55
kensternberg-authentik added a commit that referenced this pull request Mar 26, 2024
* main:
  web: bump API Client version (#9021)
  sources/ldap: add ability to disable password write on login (#8377)
  web: bump API Client version (#9020)
  lifecycle: migrate: ensure template schema exists before migrating (#8952)
  website/integrations: Update nextcloud Admin Group Expression (#7314)
  web/flow: general ux improvements (#8558)
  website: bump @types/react from 18.2.67 to 18.2.69 in /website (#9016)
  core: bump requests-oauthlib from 1.4.0 to 2.0.0 (#9018)
  web: bump the sentry group in /web with 2 updates (#9017)
  web/admin: small fixes (#9002)
  website: bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website (#9001)
  core: bump ruff from 0.3.3 to 0.3.4 (#8998)
  website/docs: Upgrade nginx reverse porxy config (#8947)
  website/docs: improve flow inspector docs (#8993)
  website/deverlop-docs website/integrations: add links to integrations template (#8995)
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.

1 participant