Skip to content

Commit

Permalink
Fix auth.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Sep 12, 2024
1 parent 9c9ae19 commit 6973a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (h ServiceHandler) List(ctx *gin.Context) {

// Required enforces RBAC.
func (h ServiceHandler) Required(ctx *gin.Context) {
Required(ctx.Param(Name))
Required(ctx.Param(Name))(ctx)
}

// Forward provides RBAC and forwards request to the service.
Expand Down

0 comments on commit 6973a37

Please sign in to comment.