Skip to content

website/blog: identity fun#6564

Merged
tanberry merged 3 commits intomainfrom
blog-id-fun
Aug 17, 2023
Merged

website/blog: identity fun#6564
tanberry merged 3 commits intomainfrom
blog-id-fun

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Aug 17, 2023

Blog for this week

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)
  • The translation files have been updated (make i18n-extract)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@tanberry tanberry requested a review from a team as a code owner August 17, 2023 14:10
@tanberry tanberry requested review from kensternberg-authentik and removed request for a team August 17, 2023 14:10
@netlify
Copy link

netlify bot commented Aug 17, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f6b4ab3
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/64de2ab31c58c50008d7b7cb

@tanberry tanberry marked this pull request as draft August 17, 2023 14:11
@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 40.6%, saving 171.35 KB.

Filename Before After Improvement Visual comparison
website/blog/2023-08-16-lets-make-identity-fun-again/image1.jpg 422.37 KB 251.02 KB -40.6% View diff

176 images did not require optimisation.

@netlify
Copy link

netlify bot commented Aug 17, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 0881bf9
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64de2a58ecb3600008d82b2a
😎 Deploy Preview https://deploy-preview-6564--authentik.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 Aug 17, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit f6b4ab3
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64de2ab3f1621b0007a59afd
😎 Deploy Preview https://deploy-preview-6564--authentik.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 Aug 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.92% 🎉

Comparison is base (51e570e) 90.56% compared to head (f6b4ab3) 92.47%.
Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6564      +/-   ##
==========================================
+ Coverage   90.56%   92.47%   +1.92%     
==========================================
  Files         561      561              
  Lines       27081    27081              
==========================================
+ Hits        24523    25041     +518     
+ Misses       2558     2040     -518     
Flag Coverage Δ
e2e 51.60% <ø> (+2.56%) ⬆️
integration 26.57% <ø> (?)
unit 89.28% <ø> (+0.02%) ⬆️

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

see 30 files with indirect coverage changes

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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 17, 2023

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-blog-id-fun-1692282322-f6b4ab3
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-blog-id-fun-1692282322-f6b4ab3-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-blog-id-fun-1692282322-f6b4ab3

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-blog-id-fun-1692282322-f6b4ab3-arm64

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

@tanberry tanberry marked this pull request as ready for review August 17, 2023 16:47
@tanberry tanberry merged commit 05fb15e into main Aug 17, 2023
@tanberry tanberry deleted the blog-id-fun branch August 17, 2023 16:47
kensternberg-authentik added a commit that referenced this pull request Aug 21, 2023
* main: (70 commits)
  core: hotfix group membership check (#6584)
  web: bump core-js from 3.32.0 to 3.32.1 in /web (#6581)
  web: bump tslib from 2.6.1 to 2.6.2 in /web (#6583)
  web: bump the storybook group in /web with 5 updates (#6580)
  web/flows: update flow background (#6579)
  translate: Updates for file web/xliff/en.xlf in zh_CN on branch main (#6575)
  core: rework recursive group membership (#6017)
  core: bump goauthentik.io/api/v3 from 3.2023061.11 to 3.2023061.12 (#6572)
  core: bump ruff from 0.0.284 to 0.0.285 (#6570)
  ci: bump actions/setup-node from 3.8.0 to 3.8.1
  blueprints: fix blueprint importer logging potentially sensitive data (#6567)
  web: bump API Client version (#6568)
  stages/authenticator_static: make static token size adjustable (#6565)
  root: always use persistent database connections (#6560)
  website/blog: identity fun (#6564)
  web: bump the storybook group in /web with 1 update (#6561)
  web: bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.0 in /web (#6562)
  web: bump @lit-labs/task from 3.0.0 to 3.0.1 in /web (#6544)
  web: bump prettier from 3.0.1 to 3.0.2 in /web (#6549)
  web: bump the storybook group in /web with 5 updates (#6559)
  ...
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