Dump casbin, replace with own policy enforcer

This commit is contained in:
Ingo Oppermann
2024-07-23 15:54:09 +02:00
parent 879819f10f
commit 54b1fe8e86
115 changed files with 1515 additions and 15200 deletions

View File

@@ -4,8 +4,8 @@ import (
"testing"
"time"
"github.com/datarhei/core/v16/iam/access"
"github.com/datarhei/core/v16/iam/identity"
"github.com/datarhei/core/v16/iam/policy"
"github.com/stretchr/testify/require"
)
@@ -394,7 +394,7 @@ func TestUpdateIdentityWithPolicies(t *testing.T) {
Name: "foobar",
}
policies := []access.Policy{
policies := []policy.Policy{
{
Name: "bla",
Domain: "bla",