diff --git a/authentik/policies/views.py b/authentik/policies/views.py index 73f2526eb..6fbb7c139 100644 --- a/authentik/policies/views.py +++ b/authentik/policies/views.py @@ -105,6 +105,7 @@ class PolicyAccessView(AccessMixin, View): policy_engine = PolicyEngine( self.application, user or self.request.user, self.request ) + policy_engine.use_cache = False policy_engine.build() result = policy_engine.result LOGGER.debug( diff --git a/schema.yml b/schema.yml index bc212a950..b0dbb39cb 100644 --- a/schema.yml +++ b/schema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: authentik - version: 2021.6.1-rc6 + version: 2021.6.1 description: Making authentication simple. contact: email: hello@beryju.org