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 Jul 24, 2018
1 parent 1541a26 commit c681861
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 466 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 c681861

Please sign in to comment.