-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update Harvest to support multi-tenancy and OpenSearch Serverless #152
Conversation
Cognito needs three values to be consistent. To do this, modified the cognitoCliendId tag to be an extension of the normalizedString then added the two URLs that are needed. In theory, the two URLs do not need to change for an ops service so have them defaulted to something right now and left them as optional. Can and should change these when the real multitenacy goes live. Moved the self signed certificate trust to the server URL since that is whwere it belongs - the registry is not the problem especially with cognito but a standalone server for testing or development can be and probably is.
Should have separated all of the get/search parts and everything that is es or os is now in registry-common.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have been able to test harvest successfully. I did not review the code itself.
Hi @al-niessner , I approved this PR but it is still in draft status. Is there anything you would like to do before it is merged ? Thomas |
No. I was just waiting for other PRs to close before marking this as ready since it depends on them. |
Perfect, I approved the pr on registry-common, so we should good in harvest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Harvest has been tested against OpenSearch serverless and works, as far as I can tell.
🗒️ Summary
Adapt to latest registry-common. Added part to update index when it finds new ref_lid_* in the document.
⚙️ Test Data and/or Report
TBD
♻️ Related Issues
Closes #118
Closes #127
Closes #156