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

core: add include_users flag to single group retrieval #9721

Merged
merged 1 commit into from
May 20, 2024

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented May 14, 2024

Details

To compliment goauthentik/terraform-provider-authentik#510, expose the same flag for retrieving a single group


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 14, 2024 17:08
Copy link

netlify bot commented May 14, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 6958d70
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/664b3dbe365f8a0008e39de5
😎 Deploy Preview https://deploy-preview-9721--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

netlify bot commented May 14, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6958d70
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/664b3dbe0eccce0008557c10
😎 Deploy Preview https://deploy-preview-9721--authentik-docs.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 May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.54%. Comparing base (9dc813d) to head (6958d70).
Report is 22 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9721      +/-   ##
==========================================
+ Coverage   92.39%   92.54%   +0.15%     
==========================================
  Files         704      707       +3     
  Lines       34403    34575     +172     
==========================================
+ Hits        31785    31998     +213     
+ Misses       2618     2577      -41     
Flag Coverage Δ
e2e 49.44% <22.22%> (-0.22%) ⬇️
integration 25.25% <0.00%> (-0.12%) ⬇️
unit 89.98% <100.00%> (+0.16%) ⬆️

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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the core/api-add-groups-include_users-retrieve branch from ecf7d19 to 6958d70 Compare May 20, 2024 12:10
@BeryJu BeryJu merged commit 90a1c5a into main May 20, 2024
67 checks passed
@BeryJu BeryJu deleted the core/api-add-groups-include_users-retrieve branch May 20, 2024 12:47
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-6958d70af0ec3179152e69d14b6b966735990c08
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-6958d70af0ec3179152e69d14b6b966735990c08-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-6958d70af0ec3179152e69d14b6b966735990c08

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-6958d70af0ec3179152e69d14b6b966735990c08-arm64

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

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.

None yet

1 participant