k3s/pkg/apiserver/filters
Kubernetes Submit Queue b1acd15046 Merge pull request #38699 from deads2k/auth-07-better-message
Automatic merge from submit-queue (batch tested with PRs 38724, 38699)

improve the forbidden message

Improves the forbidden message to include more details about what was denied.

`User "foo" cannot list replicasets.extensions in the namespace "default". `
`User "foo" cannot list replicasets.extensions at the cluster scope. `

@xilabao looks like you looking in a similar area, but focused on errors.
@sttts a lot of usual reviewers are out.
2016-12-14 08:21:48 -08:00
..
BUILD autoupdate BUILD files 2016-12-12 13:30:07 -08:00
audit.go prevent audit filter from panic-ing on missing user info 2016-12-13 13:32:41 -05:00
audit_test.go prevent audit filter from panic-ing on missing user info 2016-12-13 13:32:41 -05:00
authorization.go improve the forbidden message 2016-12-14 09:53:55 -05:00
authorization_test.go simplify the authorization attribute getter 2016-12-02 16:19:12 -05:00
doc.go
errors.go improve the forbidden message 2016-12-14 09:53:55 -05:00
impersonation.go improve the forbidden message 2016-12-14 09:53:55 -05:00
impersonation_test.go improve the forbidden message 2016-12-14 09:53:55 -05:00
requestinfo.go Turn RequestInfoResolver into a RequestInfoFactory 2016-10-05 10:32:36 -04:00
requestinfo_test.go Turn RequestInfoResolver into a RequestInfoFactory 2016-10-05 10:32:36 -04:00