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: deprecated jwt decode method #919

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

michaeljguarino
Copy link
Member

Summary

Later versions of airflow removed this function on us, but looks like we can just use a function bound to the jwt library itself directly.

Test Plan

n/a

Checklist

  • No images hosted from dockerhub
  • Are dashboards present to understand the health of the application. There must be at least 1 of these
    • all databases should have dashboards
    • ideally also have at least cpu/mem utilization dashboards for webserver tier of the app
    • you can use plural from-grafana to convert a grafana dashboard found via google to our CRD
  • Are scaling runbooks present
    • all databases must have scaling runbooks
    • you can use the charts in pluralsh/module-library to accelerate this
  • do you need to add config overlays?
    • inputing secrets
    • configuring autoscaling
  • If there’s a web-facing component to the app, we need to support OIDC authentication and setting up private networks if no authentication option is viable
  • All major clouds must be supported
    • Azure
    • AWS
    • GCP

Later versions of airflow removed this function on us, but looks like we can just use a function bound to the jwt library itself directly.
@michaeljguarino michaeljguarino added the bug Something isn't working label Sep 27, 2024
@michaeljguarino michaeljguarino requested a review from a team September 27, 2024 15:00
@michaeljguarino michaeljguarino changed the title Fix deprecated jwt decode method fix: deprecated jwt decode method Sep 27, 2024
@michaeljguarino michaeljguarino merged commit d1ed04f into main Sep 27, 2024
9 of 10 checks passed
@michaeljguarino michaeljguarino deleted the fix-deprecated-jwt-decode branch September 27, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hotfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant