Skip to content

Commit

Permalink
Update service/internal/auth/authn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev authored Nov 18, 2024
1 parent 2ceee67 commit 1661d7f
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
// Deprecated: currently still respected within SDK but will be removed
func (a *Authentication) ExtendAuthzDefaultPolicy(policies [][]string) error {
return a.enforcer.ExtendDefaultPolicy(policies)
}
Expand Down

0 comments on commit 1661d7f

Please sign in to comment.