Skip to content

website/blogs: Blog about m2m#6974

Merged
tanberry merged 11 commits intomainfrom
blog-m2m
Sep 26, 2023
Merged

website/blogs: Blog about m2m#6974
tanberry merged 11 commits intomainfrom
blog-m2m

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Sep 25, 2023

M2M blog draft

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

@tanberry tanberry requested a review from a team as a code owner September 25, 2023 16:32
@netlify
Copy link

netlify bot commented Sep 25, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 88d330f
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6512fc6bf10fbf0008b5a7c0

@tanberry tanberry requested a review from BeryJu September 25, 2023 16:32
@netlify
Copy link

netlify bot commented Sep 25, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 88d330f
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/6512fc6bcfd257000838009b
😎 Deploy Preview https://deploy-preview-6974--authentik.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96 (no change from production)
Accessibility: 90 (no change from production)
Best Practices: 100 (no change from production)
SEO: 80 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 31.7%, saving 20.38 KB.

Filename Before After Improvement Visual comparison
website/blog/2023-09-26-machine-to-machine-communication-in-authentik/Image1.png 64.22 KB 43.84 KB -31.7% View diff

183 images did not require optimisation.

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (80e86c5) 92.71% compared to head (88d330f) 92.72%.
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6974      +/-   ##
==========================================
+ Coverage   92.71%   92.72%   +0.02%     
==========================================
  Files         567      567              
  Lines       27939    27959      +20     
==========================================
+ Hits        25900    25922      +22     
+ Misses       2039     2037       -2     
Flag Coverage Δ
e2e 51.12% <ø> (-0.03%) ⬇️
integration 26.27% <ø> (-0.01%) ⬇️
unit 89.61% <ø> (+0.02%) ⬆️

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

see 2 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

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-m2m-1695743771-88d330f
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-m2m-1695743771-88d330f-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-m2m-1695743771-88d330f

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-m2m-1695743771-88d330f-arm64

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

@tanberry tanberry merged commit 017771d into main Sep 26, 2023
@tanberry tanberry deleted the blog-m2m branch September 26, 2023 16:14
kensternberg-authentik added a commit that referenced this pull request Sep 27, 2023
* main: (41 commits)
  root: fix missing /lifecycle in path
  website/blog: add info-block to blog about m2m (#7002)
  root: handle SIGHUP and SIGUSR2, healthcheck gunicorn (#6630)
  flows: stage_invalid() makes flow restart depending on invalid_response_action setting (#6780)
  core: bump psycopg from 3.1.11 to 3.1.12 (#6997)
  core: bump pydantic from 2.4.0 to 2.4.1 (#6998)
  web: bump the sentry group in /web with 2 updates (#6999)
  web: bump pyright from 1.1.328 to 1.1.329 in /web (#7000)
  website/blog: improved sentence (#6995)
  website/blog: fix missing link in m2m post (#6994)
  web/user: fix incorrect link to admin interface (#6993)
  root: disable APPEND_SLASH (#6928)
  root: replace boj/redistore with vendored version of rbcervilla/redisstore (#6988)
  sources/ldap: add default property mapping to mirror directory structure (#6990)
  website/blogs: Blog about m2m (#6974)
  root: make Celery worker concurrency configurable (#6837)
  root: make postgres connection in makefile customizable (#6977)
  core: prevent self-impersonation (#6885)
  web: bump @typescript-eslint/parser from 6.7.2 to 6.7.3 in /web (#6984)
  core: bump pydantic from 2.3.0 to 2.4.0 (#6979)
  ...
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.

4 participants