Skip to content

v1.1.0-rc.56

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 18:56
· 177 commits to develop since this release
28afca4

v1.1.0-rc.56 (2024-04-29)

Fix

  • fix: update get_username function (#365)

Issue

NASA-IMPACT/veda-data-airflow#134
#347

What?

  • Update get_username to fall back on sub if username doesn't exist
    in token
  • Added some more logging statements to make debugging easier in the
    future

Why?

  • This fix is to enable a successful workflows API run since the
    workflow API passes a token to backend API and it's currently erroring
  • Also, sub is a more definitive identifier because it represents a
    unique identifier compared to username

Testing?

  • Relevant testing details (28afca4)
  • fix: revert to use default value in get_username (f640fdf)

  • fix: update to throw is username or sub are not found in token (dbb62fb)

  • fix: add correct escape sequence to logging (5466404)

  • fix: update get_username and add logging (4e38e89)