Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop authorizer wrapper #20379

Merged
merged 3 commits into from
Aug 7, 2018
Merged

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    7c57a53 View commit details
    Browse the repository at this point in the history
  2. browsersafe reason

    Signed-off-by: Monis Khan <mkhan@redhat.com>
    enj authored and simo5 committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    fcf6cae View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Drop authorizer wrapper

    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 <simo@redhat.com>
    simo5 committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    feb2c85 View commit details
    Browse the repository at this point in the history