lib/shamu/security/support.rb in shamu-0.0.8 vs lib/shamu/security/support.rb in shamu-0.0.9
- old
+ new
@@ -74,9 +74,10 @@
# @!visibility public
#
# @return [Boolean] true if the service has been asked to delegate
# policy checks to the upstream service and
def service_policy_delegation?
+ security_principal.service_delegate?
end
end
end
end
\ No newline at end of file