1. 06 Mar, 2018 4 commits
    • Denise Schannon's avatar
      UI 2.0.22 · 3928d514
      Denise Schannon authored
      3928d514
    • Nathan Jenan's avatar
      Fix PSP not working in non-default namespaces/projects · 12ca2b50
      Nathan Jenan authored
      When a new namespace is created and assigned to a project and that
      project has a pod security policy, the pod security policy is not binding
      correctly.  This is because when the service account handler looks to see
      if a binding exists for a given service account in a given namespace, it
      only looks for the first policy with a matching parent template
      annotation and then exits.  This fixes the issue by making it compare the
      name and namespace of the subject in the clusterrole and then creating
      the role binding it if does not exist.
      
      Issue:
      https://github.com/rancher/rancher/issues/11887
      12ca2b50
    • Craig Jellick's avatar
      Dont log superfluous error · 58c89e2a
      Craig Jellick authored
      58c89e2a
    • Craig Jellick's avatar
      Set display name annotation on PRTB/CRTB · a68303de
      Craig Jellick authored
      If a PRTB/CRTB is created with the userPrincipalId set, we will
      ultimately need to ensure that the user exists in rancher. This
      is done in a controller, which does not have access to the principals
      API. So, set the principal's display name as an annotation on the
      RTB during the API request (where we do have access to the principals
      API) so that it can be used to ensure the user in the controller.
      a68303de
  2. 05 Mar, 2018 14 commits
  3. 04 Mar, 2018 13 commits
  4. 03 Mar, 2018 9 commits