Skip to content

Commit

Permalink
Merge pull request #3273 from gravitl/NET-1784-release
Browse files Browse the repository at this point in the history
add all proto to default user policies
  • Loading branch information
abhishek9686 authored Dec 20, 2024
2 parents c63e3e4 + 27088a3 commit 629f6d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pro/logic/user_mgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@ func CreateDefaultUserPolicies(netID models.NetworkID) {
Default: true,
ServiceType: models.Any,
NetworkID: netID,
Proto: models.ALL,
RuleType: models.UserPolicy,
Src: []models.AclPolicyTag{
{
Expand Down Expand Up @@ -1245,6 +1246,7 @@ func CreateDefaultUserPolicies(netID models.NetworkID) {
Default: true,
ServiceType: models.Any,
NetworkID: netID,
Proto: models.ALL,
RuleType: models.UserPolicy,
Src: []models.AclPolicyTag{
{
Expand Down

0 comments on commit 629f6d3

Please sign in to comment.