diff --git a/service/internal/auth/authn.go b/service/internal/auth/authn.go index ef9d5310f..ed107aabe 100644 --- a/service/internal/auth/authn.go +++ b/service/internal/auth/authn.go @@ -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) }