Skip to content

enterprise/providers/rac: create authorize_application event when creating token#8050

Merged
BeryJu merged 2 commits intomainfrom
enterprise/providers/rac-fixup
Jan 3, 2024
Merged

enterprise/providers/rac: create authorize_application event when creating token#8050
BeryJu merged 2 commits intomainfrom
enterprise/providers/rac-fixup

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented Jan 3, 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)
  • The translation files have been updated (make i18n-extract)

If applicable

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

BeryJu added 2 commits January 3, 2024 14:23
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
…ating token

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner January 3, 2024 13:25
@netlify
Copy link
Copy Markdown

netlify bot commented Jan 3, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit ae67510
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6595604b448b7c00087fa1a6

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d54b410) 92.34% compared to head (ae67510) 92.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8050   +/-   ##
=======================================
  Coverage   92.34%   92.35%           
=======================================
  Files         608      608           
  Lines       30156    30160    +4     
=======================================
+ Hits        27847    27853    +6     
+ Misses       2309     2307    -2     
Flag Coverage Δ
e2e 50.60% <50.00%> (+<0.01%) ⬆️
integration 26.25% <0.00%> (-0.01%) ⬇️
unit 89.51% <100.00%> (+<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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 3, 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-enterprise-providers-rac-fixup-1704289452-ae67510
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-enterprise-providers-rac-fixup-1704289452-ae67510-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-enterprise-providers-rac-fixup-1704289452-ae67510

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-enterprise-providers-rac-fixup-1704289452-ae67510-arm64

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

@BeryJu BeryJu merged commit b93ad86 into main Jan 3, 2024
@BeryJu BeryJu deleted the enterprise/providers/rac-fixup branch January 3, 2024 13:47
kensternberg-authentik added a commit that referenced this pull request Jan 4, 2024
* main:
  website/docs: add link to our example flows (#8052)
  providers/oauth2: offline access (#8026)
  web: bump API Client version (#8059)
  Update index.md (#8056)
  enterprise/providers/rac: add option to limit concurrent connections to endpoint (#8053)
  web: bump API Client version (#8058)
  enterprise/providers/rac: add alert that enterprise is required for RAC (#8057)
  enterprise/providers/rac: create authorize_application event when creating token (#8050)
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