Skip to content

Commit

Permalink
chore: setting up limits system accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 20, 2024
1 parent f10ba9f commit b46ac92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions controllers/natsoperator_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@ func (r *NatsOperatorReconciler) Reconcile(ctx context.Context, req ctrl.Request
Data: -1,
},
AccountLimits: jwt.AccountLimits{
Conn: -1,
DisallowBearer: true,
Conn: -1,
Exports: -1,
WildcardExports: true,
DisallowBearer: true,
},
},
}
Expand Down

0 comments on commit b46ac92

Please sign in to comment.