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

feat(core): Introduce ERS mode, ability to connect to remote ERS #1735

Merged
merged 16 commits into from
Nov 26, 2024

Conversation

elizabethhealy
Copy link
Member

@elizabethhealy elizabethhealy commented Nov 12, 2024

Proposed Changes

  • ERS mode to run an ERS on its own
  • Ability to connect to a remote ers:
    • sdk config updated to include connection params: endpoint, plaintext, insecure

End result for configs: if running in core more you need to provide a sdk_config since an ERS connection is needed for authorization, ability to run in entityresolution mode, ability to configure core and ers connections with sdk_config (plaintext, insecure, endnpoint)

Checklist

  • I have added or updated unit tests
  • I have added or updated integration tests (if appropriate)
  • I have added or updated documentation

Testing Instructions

@elizabethhealy elizabethhealy changed the title feat(ers): Introduce ERS mode, ability to connect to remote ERS feat(core): Introduce ERS mode, ability to connect to remote ERS Nov 12, 2024
@elizabethhealy
Copy link
Member Author

elizabethhealy commented Nov 25, 2024

xtest is failing because it calls a reusable workflow in this repo on the main branch. when running against an xtest branch that calls the reusable workflow from this branch (which has been updated) it passes https://github.com/opentdf/platform/actions/runs/12015619289/job/33494067371
so xtest will pass again officially when this is merged to main

@elizabethhealy elizabethhealy marked this pull request as ready for review November 25, 2024 17:47
@elizabethhealy elizabethhealy requested review from a team as code owners November 25, 2024 17:47
pflynn-virtru
pflynn-virtru previously approved these changes Nov 25, 2024
docs/configuration.md Outdated Show resolved Hide resolved
opentdf-ers-mode.yaml Show resolved Hide resolved
service/internal/config/config.go Outdated Show resolved Hide resolved
@strantalis strantalis merged commit a118316 into main Nov 26, 2024
19 of 20 checks passed
@strantalis strantalis deleted the remote-ers-connection branch November 26, 2024 23:20
github-merge-queue bot pushed a commit that referenced this pull request Nov 26, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.3.23](sdk/v0.3.22...sdk/v0.3.23)
(2024-11-26)


### Features

* **core:** Introduce ERS mode, ability to connect to remote ERS
([#1735](#1735))
([a118316](a118316))

---
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>
github-merge-queue bot pushed a commit that referenced this pull request Nov 27, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.4.30](service/v0.4.29...service/v0.4.30)
(2024-11-27)


### Features

* **core:** Introduce ERS mode, ability to connect to remote ERS
([#1735](#1735))
([a118316](a118316))
* **policy:** limit/offset throughout LIST service RPCs/db
([#1669](#1669))
([ec46a3a](ec46a3a)),
closes [#55](#55)


### Bug Fixes

* **core:** Autobump service
([#1789](#1789))
([ff7c6f3](ff7c6f3))
* **core:** Set token endpoint manually if client creds provided in
server sdk_config
([#1780](#1780))
([07a1dbd](07a1dbd))
* properly set casbin authz policy
([#1776](#1776))
([d4b501c](d4b501c))

---
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.

4 participants