Skip to content
  1. Oct 23, 2021
  2. Oct 19, 2021
  3. Oct 14, 2021
  4. Oct 05, 2021
  5. Oct 04, 2021
  6. Oct 03, 2021
  7. Sep 28, 2021
  8. Sep 27, 2021
    • Jan Rotter's avatar
      Add changelog entry · 826ebc23
      Jan Rotter authored
      826ebc23
    • Jan Rotter's avatar
      Store the group membership in the session · 81cfd249
      Jan Rotter authored
      This change puts the groups from the htpasswd-user-group in the
      session during the manual sign in process. This fixes the issue
      with being unable to properly authenticate using the manual
      sign in form when certain group membership is required (e.g. when
      the --gitlab-group option is used).
      81cfd249
    • Jan Rotter's avatar
      Add a test for htpasswd-user-groups in the session · e25158dd
      Jan Rotter authored
      The groups configured in the `htpasswd-user-group` are not
      stored in the session, resulting in unauthorized errors when
      group membership is required. Please see:
      https://gist.github.com/janrotter/b3d806a59292f07fe83bc52c061226e0
      for instructions on reproducing the issue.
      e25158dd
  9. Sep 26, 2021
  10. Sep 21, 2021
    • Ryan Hartje's avatar
      Multiarch builds (#1147) · 05a4e77c
      Ryan Hartje authored
      
      
      * extract email from id_token for azure provider (#914)
      
      * extract email from id_token for azure provider
      
      this change fixes a bug when --resource is specified with non-Graph
      api and the access token destined to --resource is used to call Graph
      api
      
      * fixed typo
      
      * refactor GetEmailAddress to EnrichSessionState
      
      * make getting email from idtoken best effort and fall back to previous behavior when it's absent
      
      * refactor to use jwt package to extract claims
      
      * fix lint
      
      * refactor unit tests to use test table
      refactor the get email logic from profile api
      
      * addressing feedback
      
      * added oidc verifier to azure provider and extract email from id_token if present
      
      * fix lint and codeclimate
      
      * refactor to use oidc verifier to verify id_token if oidc is configured
      
      * fixed UT
      
      * addressed comments
      
      * minor refactor
      
      * addressed feedback
      
      * extract email from id_token first and fallback to access token
      
      * fallback to access token as well when id_token doesn't have email claim
      
      * address feedbacks
      
      * updated change log!
      
      * switch to docker buildx for multiarch builds
      
      * add setup docker buildx action
      
      * update docker push to push the multiarch image
      
      * make multiarch image have parity with currently produced images by adding linux/armv6
      
      * triaging issue with arm v6
      
      * incorporating feedback
      
      * fixing rebase disaster
      
      * reset Makefile to blessed state
      
      Co-authored-by: default avatarWeinong Wang <weinong@outlook.com>
      05a4e77c
  11. Sep 17, 2021
  12. Sep 09, 2021
  13. Sep 06, 2021
  14. Aug 29, 2021