Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

web/admin: show selected policy engine mode on bindings pages, allow setting it on sources #12963

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rissson
Copy link
Member

@rissson rissson commented Feb 8, 2025

Details

Closes #12915

Obviously I can't get the damn text to align, any help is appreciated

image


If changes to the frontend have been made

  • The code has been formatted (make web)

…tting it in sources

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Feb 8, 2025
@rissson rissson requested a review from a team as a code owner February 8, 2025 19:05
@rissson rissson changed the title web/admin: show select policy engine mode on bindings pages, allow se… web/admin: show select policy engine mode on bindings pages, allow setting it on sources Feb 8, 2025
Copy link

netlify bot commented Feb 8, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 00291f2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67a7ab0b4149fa00088677f6
😎 Deploy Preview https://deploy-preview-12963--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 Feb 8, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 00291f2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67a7ab0b0f94ba0008992e40
😎 Deploy Preview https://deploy-preview-12963--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 Feb 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (427a8c9) to head (00291f2).
Report is 19 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12963      +/-   ##
==========================================
- Coverage   92.75%   92.75%   -0.01%     
==========================================
  Files         769      785      +16     
  Lines       38929    39580     +651     
==========================================
+ Hits        36110    36713     +603     
- Misses       2819     2867      +48     
Flag Coverage Δ
e2e 48.51% <ø> (-0.07%) ⬇️
integration 24.54% <ø> (-0.07%) ⬇️
unit 90.43% <ø> (+0.03%) ⬆️

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.

Copy link
Contributor

github-actions bot commented Feb 8, 2025

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-00291f2be94616aeb6f18bff0e83a292be0db641
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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-00291f2be94616aeb6f18bff0e83a292be0db641

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

@rissson rissson changed the title web/admin: show select policy engine mode on bindings pages, allow setting it on sources web/admin: show selected policy engine mode on bindings pages, allow setting it on sources Feb 8, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

applications: show policy mode on the policies page
1 participant