Skip to content

Commit

Permalink
Revert "Update service/internal/auth/authn.go"
Browse files Browse the repository at this point in the history
This reverts commit 1661d7f.
  • Loading branch information
jakedoublev committed Nov 18, 2024
1 parent 1661d7f commit ad75994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/internal/auth/authn.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func normalizeURL(o string, u *url.URL) string {
return ou.String()
}

// Deprecated: currently still respected within SDK but will be removed
// deprecated
func (a *Authentication) ExtendAuthzDefaultPolicy(policies [][]string) error {
return a.enforcer.ExtendDefaultPolicy(policies)
}
Expand Down

0 comments on commit ad75994

Please sign in to comment.