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(core): wrong AuthorizationService provided with missing logger #791

Merged
merged 2 commits into from
May 13, 2024

Conversation

imdominicreed
Copy link
Contributor

@imdominicreed imdominicreed commented May 13, 2024

AuthorizationService had no tokenSource or logger causing panics from nil pointer exceptions.

This PR returns the correct AuthorizationService with a provided logger.

@imdominicreed imdominicreed changed the title fix(authorization): wrong AuthorizationService provided with missing logger fix(core): wrong AuthorizationService provided with missing logger May 13, 2024
@imdominicreed imdominicreed marked this pull request as ready for review May 13, 2024 18:12
@imdominicreed imdominicreed requested a review from a team as a code owner May 13, 2024 18:12
@strantalis strantalis added this pull request to the merge queue May 13, 2024
Merged via the queue into main with commit b13be04 May 13, 2024
16 checks passed
@strantalis strantalis deleted the fix/auth-logger branch May 13, 2024 20:44
github-merge-queue bot pushed a commit that referenced this pull request May 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.4.2](service/v0.4.1...service/v0.4.2)
(2024-05-15)


### Features

* **docs:** improve serviceregistry doc annotations
([#799](#799))
([df8a504](df8a504))


### Bug Fixes

* **authz:** Adds jwt to context when verified
([#764](#764))
([7bf6513](7bf6513))
* **ci:** Use the correct schema with the provision fixture command
([#794](#794))
([459e82a](459e82a))
* **core:** Bump dep on sdk; reduce go to 1.21
([#815](#815))
([fe4a5ca](fe4a5ca))
* **core:** rollup readiness checks to central health service
([#755](#755))
([8a65161](8a65161)),
closes [#726](#726)
* **core:** Updates logs statements to log errors
([#796](#796))
([7a3379b](7a3379b))
* **core:** wrong AuthorizationService provided with missing logger
([#791](#791))
([b13be04](b13be04))
* **sdk:** Reduces sdk go requirement to 1.21
([#795](#795))
([6baee80](6baee80))
* **service:** cleanup the cryptoprovider config
([#803](#803))
([1458d17](1458d17))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
tech-guru42 added a commit to tech-guru42/TDF that referenced this pull request Jun 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.4.2](opentdf/platform@service/v0.4.1...service/v0.4.2)
(2024-05-15)


### Features

* **docs:** improve serviceregistry doc annotations
([#799](opentdf/platform#799))
([df8a504](opentdf/platform@df8a504))


### Bug Fixes

* **authz:** Adds jwt to context when verified
([#764](opentdf/platform#764))
([7bf6513](opentdf/platform@7bf6513))
* **ci:** Use the correct schema with the provision fixture command
([#794](opentdf/platform#794))
([459e82a](opentdf/platform@459e82a))
* **core:** Bump dep on sdk; reduce go to 1.21
([#815](opentdf/platform#815))
([fe4a5ca](opentdf/platform@fe4a5ca))
* **core:** rollup readiness checks to central health service
([#755](opentdf/platform#755))
([8a65161](opentdf/platform@8a65161)),
closes [#726](opentdf/platform#726)
* **core:** Updates logs statements to log errors
([#796](opentdf/platform#796))
([7a3379b](opentdf/platform@7a3379b))
* **core:** wrong AuthorizationService provided with missing logger
([#791](opentdf/platform#791))
([b13be04](opentdf/platform@b13be04))
* **sdk:** Reduces sdk go requirement to 1.21
([#795](opentdf/platform#795))
([6baee80](opentdf/platform@6baee80))
* **service:** cleanup the cryptoprovider config
([#803](opentdf/platform#803))
([1458d17](opentdf/platform@1458d17))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
passion-127 added a commit to passion-127/TDF that referenced this pull request Jun 6, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.4.2](opentdf/platform@service/v0.4.1...service/v0.4.2)
(2024-05-15)


### Features

* **docs:** improve serviceregistry doc annotations
([#799](opentdf/platform#799))
([df8a504](opentdf/platform@df8a504))


### Bug Fixes

* **authz:** Adds jwt to context when verified
([#764](opentdf/platform#764))
([7bf6513](opentdf/platform@7bf6513))
* **ci:** Use the correct schema with the provision fixture command
([#794](opentdf/platform#794))
([459e82a](opentdf/platform@459e82a))
* **core:** Bump dep on sdk; reduce go to 1.21
([#815](opentdf/platform#815))
([fe4a5ca](opentdf/platform@fe4a5ca))
* **core:** rollup readiness checks to central health service
([#755](opentdf/platform#755))
([8a65161](opentdf/platform@8a65161)),
closes [#726](opentdf/platform#726)
* **core:** Updates logs statements to log errors
([#796](opentdf/platform#796))
([7a3379b](opentdf/platform@7a3379b))
* **core:** wrong AuthorizationService provided with missing logger
([#791](opentdf/platform#791))
([b13be04](opentdf/platform@b13be04))
* **sdk:** Reduces sdk go requirement to 1.21
([#795](opentdf/platform#795))
([6baee80](opentdf/platform@6baee80))
* **service:** cleanup the cryptoprovider config
([#803](opentdf/platform#803))
([1458d17](opentdf/platform@1458d17))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@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.

None yet

2 participants