Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed May 15, 2024
1 parent c4a49d3 commit 26b84f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/dinosaur/pkg/handlers/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ func NewAuthenticationHandler(IAMConfig *iam.IAMConfig, next http.Handler) (http

adminAPIHandler, err := authentication.NewHandler().
Logger(authnLogger).
KeysURL(IAMConfig.JwksURL). // ocm JWK JSON web token signing certificates URL
KeysFile(IAMConfig.JwksFile). // ocm JWK backup JSON web token signing certificates
KeysURL(IAMConfig.InternalSSORealm.JwksEndpointURI). // internal sso (auth.redhat.com) JWK Cert URL
Error(fmt.Sprint(errors.ErrorUnauthenticated)).
Service(errors.ErrorCodePrefix).
Expand Down

0 comments on commit 26b84f6

Please sign in to comment.