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

Issues/55 Cache harmony client and don't validate EDL on init #56

Merged
merged 11 commits into from
Feb 12, 2025

Conversation

frankinspace
Copy link
Member

Github Issue: Closes #55

Description

Harmony client changed from per request and instead will be cached as global variable and will not validate auth credentials on initialization.

Overview of work done

Moved client to global var and added check that environment has not changed.

Overview of verification done

TBD. Will test RC in services UAT

Overview of integration done

TBD

PR checklist:

  • Linted
  • Updated unit tests
  • Updated changelog
  • Integration testing

See Pull Request Review Checklist for pointers on reviewing this pull request

@frankinspace frankinspace linked an issue Feb 12, 2025 that may be closed by this pull request
@frankinspace frankinspace merged commit b9f228e into release/0.2.3 Feb 12, 2025
1 check passed
@frankinspace frankinspace deleted the issues/55 branch February 12, 2025 21:03
frankinspace added a commit that referenced this pull request Feb 12, 2025
* Prep 0.2.3

* /version 0.2.3rc1

* Issues/54: Handle `cumulus_meta` properly (#57)

* /version 0.3.0a0

* /version 0.3.0a1

* /version 0.3.0a2

* /version 0.3.0a3

* Fixed bug where status was not being reported to Cumulus Dashboard by adding `cumulus_meta` back into the output CMA.

---------

Co-authored-by: frankinspace <frankinspace@users.noreply.github.com>

* /version 0.2.3rc2

* Issues/55 Cache harmony client and don't validate EDL on init (#56)

* /version 0.3.0a0

* /version 0.3.0a1

* /version 0.3.0a2

* /version 0.3.0a3

* made client global

* Harmony client changed from per request and instead will be cached as global variable and will not validate auth credentials on initialization.

* fix lint

---------

Co-authored-by: frankinspace <frankinspace@users.noreply.github.com>

* /version 0.2.3rc3

* fix changelog

* /version 0.2.3rc4

* Load should validate auth from environ, default to false

---------

Co-authored-by: frankinspace <frankinspace@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable auth validation on harmony client
1 participant