[#1480] ape: Remove SoftAPECheck flag

Previous release was EACL-compatible.
Starting from now all EACL should've been migrated to APE chains.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-11-08 09:51:14 +03:00 committed by Evgenii Stratonikov
parent 764450d04a
commit b1a31281e4
12 changed files with 1 additions and 262 deletions

View file

@ -20,7 +20,5 @@ type RequestContext struct {
Role acl.Role
SoftAPECheck bool
BearerToken *bearer.Token
}