v1.1.0-rc.56
Pre-release
Pre-release
github-actions
released this
29 Apr 18:56
·
177 commits
to develop
since this release
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
ifusername
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 tousername
Testing?
- Relevant testing details (
28afca4
)