Skip to content

Commit

Permalink
fix(triggers): Fixing wrong bearer parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Aug 9, 2024
1 parent 0c88068 commit b9a4a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/workers/trigger/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func (a BasicAuthenticator) AuthenticateHTTP(req *http.Request) {
}

type BearerAuthenticator struct {
Bearer string `json:"bearer,omitempty" expr_enabled:"true"`
Bearer string `json:"token,omitempty" expr_enabled:"true"`
}

func (a BearerAuthenticator) AuthenticateGRPC() {}
Expand Down

0 comments on commit b9a4a94

Please sign in to comment.