Skip to content

Commit

Permalink
Drop authorizer wrapper
Browse files Browse the repository at this point in the history
The openshift authorizer was wrapping kube authorizer only to generate
Forbidden messages, but upstream already generate similar messages and we
cannot intercept and change those. So let's just stop duplicating errors
and use the upstream authorizer and error messages as is.

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Aug 6, 2018
1 parent fcf6cae commit ceb3cbc
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 449 deletions.
49 changes: 0 additions & 49 deletions pkg/authorization/authorizer/authorizer.go

This file was deleted.

10 changes: 0 additions & 10 deletions pkg/authorization/authorizer/interfaces.go

This file was deleted.

128 changes: 0 additions & 128 deletions pkg/authorization/authorizer/messages.go

This file was deleted.

Loading

0 comments on commit ceb3cbc

Please sign in to comment.