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 an edge case bug that "identity_policies" is nil #17007

Merged
merged 7 commits into from
May 28, 2024

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    902d39e View commit details
    Browse the repository at this point in the history
  2. add changelog

    tianhaopx committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    5ac93a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. skip add identity_policies to resp when there's no identity_policies …

    …associated in token's namespace
    
    This is an edge case, when an entity has identity_policies associated in other namespaces but no identity_policies in this token's namespace, `identityPolicies[out.NamespaceID]` is nil, client side doesn't handle nil which raises error.
    tianhaopx committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    c0615ea View commit details
    Browse the repository at this point in the history
  2. update changelog

    tianhaopx committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    bc8b510 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Feb 20, 2024

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

Commits on May 28, 2024

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