Make ES_SERVER configurable based on slack channel#104
Merged
vishnuchalla merged 7 commits intoMay 8, 2026
Conversation
Signed-off-by: Bala Tripura Kumari Bodapati <bbodapat@redhat.com>
Signed-off-by: Bala Tripura Kumari Bodapati <bbodapat@redhat.com>
Signed-off-by: Bala Tripura Kumari Bodapati <bbodapat@redhat.com>
Signed-off-by: Bala Tripura Kumari Bodapati <bbodapat@redhat.com>
7 tasks
| logger = logging.getLogger(__name__) | ||
|
|
||
|
|
||
| def generate_encryption_key() -> str: |
Collaborator
There was a problem hiding this comment.
This is a one time thing. We don't need it here.
| return es_data | ||
|
|
||
|
|
||
| def encrypt_es_config(channel_id: str, es_channel_mappings: dict) -> str: |
Signed-off-by: Bala Tripura Kumari Bodapati <bbodapat@redhat.com>
Collaborator
|
@Balatripura587 merged orion-mcp PR. Mind quick rebase and verifying the functionality e2e? |
…_URL constants Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
/lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Currently, es_server is hardcoded in orion-mcp. We want to enable configuring the es_server based on channel and communicate that to orion-mcp.
Fix
Enables BugZooka to securely transmit channel-specific Elasticsearch configurations to orion-mcp via encrypted HTTP headers.
Testing
Tested locally using test workspace. Attached screenshots of the terminal logs
orion-mcp logs

bugzooka logs
