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

fix: sanity check for credential only [IA-360] #79

Merged
merged 2 commits into from
May 2, 2024

Commits on May 2, 2024

  1. fix: sanity check for credential only [IA-360]

    In #77, I added a sanity check on startup.  However, because this requests
    `/orgs/{org_id}`, this sanity check fails in the case a customer is using a
    custom role that **only** has permissions to publish kubernetes resources.
    
    This PR changes that sanity check to use `/self` instead, which should always
    be available.
    jaspervdj-snyk committed May 2, 2024
    Configuration menu
    Copy the full SHA
    05232b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b54619 View commit details
    Browse the repository at this point in the history