mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
policies: remove BufferedPolicyAccessView (#20521)
* policies: remove BufferedPolicyAccessView Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # authentik/policies/views.py # authentik/providers/oauth2/views/authorize.py # schema.yml # tests/e2e/test_provider_saml.py * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
-12
@@ -37002,8 +37002,6 @@ components:
|
||||
properties:
|
||||
enterprise_audit_include_expanded_diff:
|
||||
type: boolean
|
||||
policies_buffered_access_view:
|
||||
type: boolean
|
||||
flows_continuous_login:
|
||||
type: boolean
|
||||
flows_refresh_others:
|
||||
@@ -37012,7 +37010,6 @@ components:
|
||||
- enterprise_audit_include_expanded_diff
|
||||
- flows_continuous_login
|
||||
- flows_refresh_others
|
||||
- policies_buffered_access_view
|
||||
readOnly: true
|
||||
required:
|
||||
- branding_custom_css
|
||||
@@ -50779,8 +50776,6 @@ components:
|
||||
properties:
|
||||
enterprise_audit_include_expanded_diff:
|
||||
type: boolean
|
||||
policies_buffered_access_view:
|
||||
type: boolean
|
||||
flows_continuous_login:
|
||||
type: boolean
|
||||
flows_refresh_others:
|
||||
@@ -50789,7 +50784,6 @@ components:
|
||||
- enterprise_audit_include_expanded_diff
|
||||
- flows_continuous_login
|
||||
- flows_refresh_others
|
||||
- policies_buffered_access_view
|
||||
PatchedSourceStageRequest:
|
||||
type: object
|
||||
description: SourceStage Serializer
|
||||
@@ -55481,8 +55475,6 @@ components:
|
||||
properties:
|
||||
enterprise_audit_include_expanded_diff:
|
||||
type: boolean
|
||||
policies_buffered_access_view:
|
||||
type: boolean
|
||||
flows_continuous_login:
|
||||
type: boolean
|
||||
flows_refresh_others:
|
||||
@@ -55491,7 +55483,6 @@ components:
|
||||
- enterprise_audit_include_expanded_diff
|
||||
- flows_continuous_login
|
||||
- flows_refresh_others
|
||||
- policies_buffered_access_view
|
||||
required:
|
||||
- flags
|
||||
SettingsRequest:
|
||||
@@ -55562,8 +55553,6 @@ components:
|
||||
properties:
|
||||
enterprise_audit_include_expanded_diff:
|
||||
type: boolean
|
||||
policies_buffered_access_view:
|
||||
type: boolean
|
||||
flows_continuous_login:
|
||||
type: boolean
|
||||
flows_refresh_others:
|
||||
@@ -55572,7 +55561,6 @@ components:
|
||||
- enterprise_audit_include_expanded_diff
|
||||
- flows_continuous_login
|
||||
- flows_refresh_others
|
||||
- policies_buffered_access_view
|
||||
required:
|
||||
- flags
|
||||
SeverityEnum:
|
||||
|
||||
Reference in New Issue
Block a user