Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Apr 11, 2024
1 parent 7a12bf3 commit da87536
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/frontend/middleware/authenticated.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"net/http"
"strings"

"github.com/sirupsen/logrus"

"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/api/admin"
"github.com/Azure/ARO-RP/pkg/util/clientauthorizer"
"github.com/Azure/ARO-RP/pkg/util/miseadapter"
"github.com/sirupsen/logrus"
)

type AuthMiddleware struct {
Expand Down
3 changes: 3 additions & 0 deletions pkg/util/miseadapter/authorizer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package miseadapter

// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.

import (
"context"
"net/http"
Expand Down

0 comments on commit da87536

Please sign in to comment.