Skip to content

enterprise/providers/microsoft_entra: initial account sync to microsoft entra#9632

Merged
BeryJu merged 27 commits intomainfrom
enterprise/providers/microsoft
May 9, 2024
Merged

enterprise/providers/microsoft_entra: initial account sync to microsoft entra#9632
BeryJu merged 27 commits intomainfrom
enterprise/providers/microsoft

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented May 7, 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)

@BeryJu BeryJu requested review from a team as code owners May 7, 2024 22:39
@netlify
Copy link
Copy Markdown

netlify bot commented May 7, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit bec3f9c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/663cc83e64fa8f0008bc8509

@netlify
Copy link
Copy Markdown

netlify bot commented May 7, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit bec3f9c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/663cc83e0945110008bd18c4

@codecov
Copy link
Copy Markdown

codecov bot commented May 8, 2024

Codecov Report

Attention: Patch coverage is 89.22889% with 88 lines in your changes are missing coverage. Please review.

Project coverage is 92.39%. Comparing base (04d613d) to head (bec3f9c).
Report is 7 commits behind head on main.

Files Patch % Lines
...rprise/providers/microsoft_entra/clients/groups.py 72.72% 36 Missing ⚠️
...erprise/providers/microsoft_entra/clients/users.py 73.56% 23 Missing ⚠️
...terprise/providers/microsoft_entra/clients/base.py 76.56% 15 Missing ⚠️
...erprise/providers/google_workspace/clients/base.py 28.57% 5 Missing ⚠️
...tik/enterprise/providers/microsoft_entra/models.py 96.59% 3 Missing ⚠️
authentik/lib/sync/outgoing/tasks.py 50.00% 2 Missing ⚠️
...prise/providers/google_workspace/clients/groups.py 90.90% 1 Missing ⚠️
...rprise/providers/google_workspace/clients/users.py 87.50% 1 Missing ⚠️
...ntik/enterprise/providers/microsoft_entra/tasks.py 95.23% 1 Missing ⚠️
authentik/lib/sync/outgoing/base.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9632      +/-   ##
==========================================
- Coverage   92.42%   92.39%   -0.03%     
==========================================
  Files         688      704      +16     
  Lines       33639    34380     +741     
==========================================
+ Hits        31090    31767     +677     
- Misses       2549     2613      +64     
Flag Coverage Δ
e2e 49.68% <29.67%> (-0.45%) ⬇️
integration 25.38% <14.28%> (-0.28%) ⬇️
unit 89.80% <89.22%> (+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.

@notion-workspace
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 8, 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-ghcr.io/goauthentik/dev-server:gh-bec3f9cd2610ec24f46b70fc8c63d9dc2d553dd9
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-bec3f9cd2610ec24f46b70fc8c63d9dc2d553dd9-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-bec3f9cd2610ec24f46b70fc8c63d9dc2d553dd9

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

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

BeryJu added 10 commits May 8, 2024 16:31
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/providers/microsoft branch from 5976946 to d6ba763 Compare May 8, 2024 14:31
BeryJu added 12 commits May 8, 2024 17:42
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added 5 commits May 8, 2024 20:24
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 99ad492 into main May 9, 2024
@BeryJu BeryJu deleted the enterprise/providers/microsoft branch May 9, 2024 13:41
kensternberg-authentik added a commit that referenced this pull request May 10, 2024
* main:
  web: bump API Client version (#9656)
  enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632)
  web: bump chromedriver from 124.0.1 to 124.0.2 in /tests/wdio (#9652)
  web: bump @sentry/browser from 7.113.0 to 7.114.0 in /web in the sentry group (#9653)
  core, web: update translations (#9650)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9644)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#9646)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#9645)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9647)
kensternberg-authentik added a commit that referenced this pull request May 10, 2024
* dev: (74 commits)
  website/docs: add hardening advice and link directly to Cure53 results (#9670)
  core: bump goauthentik.io/api/v3 from 3.2024042.2 to 3.2024042.4 (#9674)
  core: bump ruff from 0.4.3 to 0.4.4 (#9677)
  core: bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#9675)
  web: bump glob from 10.3.12 to 10.3.14 in /web (#9676)
  lib/providers/sync: multiple minor fixes (#9667)
  core: fix source flow_manager not always appending save stage (#9659)
  web: bump API Client version (#9660)
  web/admin: only show non-backchannel providers in application provider select (#9658)
  website/docs: add new doc about extra steps for hardening authentik (#9649)
  web: bump API Client version (#9656)
  enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632)
  web: bump chromedriver from 124.0.1 to 124.0.2 in /tests/wdio (#9652)
  web: bump @sentry/browser from 7.113.0 to 7.114.0 in /web in the sentry group (#9653)
  core, web: update translations (#9650)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9644)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#9646)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#9645)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9647)
  core, web: update translations (#9633)
  ...
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