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): rollup readiness checks to central health service #755

Merged
merged 6 commits into from
May 7, 2024

Conversation

strantalis
Copy link
Member

@strantalis strantalis commented May 7, 2024

This pr introduces the ability for services to register with a centralized platform health check.

block-beta
columns 1
HC["Platform Health Check"]
space
block:ID
 K["KAS"]
 A["Authorization Service"]
 P["Policy Service"]
end
K --> HC
A --> HC
P --> HC

Resolves

@strantalis strantalis marked this pull request as ready for review May 7, 2024 11:30
@strantalis strantalis requested review from a team as code owners May 7, 2024 11:30
@dmihalcik-virtru dmihalcik-virtru changed the title fix: rollup service based readiness checks to central healthz service fix(service): rollup readiness checks to central health service May 7, 2024
pflynn-virtru
pflynn-virtru previously approved these changes May 7, 2024
pflynn-virtru
pflynn-virtru previously approved these changes May 7, 2024
@strantalis strantalis changed the title fix(service): rollup readiness checks to central health service fix(core): rollup readiness checks to central health service May 7, 2024
@strantalis strantalis enabled auto-merge May 7, 2024 16:44
@strantalis strantalis added this pull request to the merge queue May 7, 2024
Merged via the queue into opentdf:main with commit 8a65161 May 7, 2024
16 checks passed
@strantalis strantalis deleted the health-check-restructure branch May 7, 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

4 participants