Skip to content

Commit

Permalink
use any service type for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Dec 10, 2024
1 parent 450b581 commit 087002c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/acls.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func MigrateAclPolicies() {
for _, acl := range acls {
if acl.Proto.String() == "" {
acl.Proto = models.ALL
acl.ServiceType = models.Custom
acl.ServiceType = models.Any
acl.Port = []string{}
UpsertAcl(acl)
}
Expand Down

0 comments on commit 087002c

Please sign in to comment.