-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
core: Mark impersonation reason field as required in UI and fix status codes #16065
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
e9a1879 to
f671fb7
Compare
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
f671fb7 to
b8b94d5
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16065 +/- ##
==========================================
+ Coverage 92.39% 92.72% +0.33%
==========================================
Files 837 837
Lines 45244 45244
==========================================
+ Hits 41802 41954 +152
+ Misses 3442 3290 -152
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Dominic R dominic@sdko.org
Closes: #15991
Updates the Impersonation modal to have the reason field marked as mandatory when necessary as well as updating the API to return a 400 by raising a validationerror when the reason is not set and the tenant requires an impersonation reason.