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

Adds more debug logging to help figure out OIDC/RBAC issues #3308

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jan 25, 2023

  1. Adds more debug logging to help figure out OIDC/RBAC issues

    - We log out the namespaces we've guessed a user has access to
      so if thats quite wrong we can go straight to investigating RBAC
    - Include user a bit more in the logs too
    - Remove "attempt to read token from auth header" as its not that useful
    foot committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d329ec2 View commit details
    Browse the repository at this point in the history
  2. Restore log as debug, fix test

    foot committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b82dab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    553aba1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Clarify git-provider-token in logging

    - Again remove the JWTAuthorizationHeaderPrincipalGetter debug
      statement, its not very useful
    foot committed Jan 26, 2023
    1 Configuration menu
    Copy the full SHA
    21c8080 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    3d333d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d4f96a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    3c26405 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. 1 Configuration menu
    Copy the full SHA
    d607bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c260026 View commit details
    Browse the repository at this point in the history