-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #18834: Introduce new setting OpenMetadataBaseUrlConfiguration to set the server endpoint #19366
base: main
Are you sure you want to change the base?
Conversation
…rver endpoint and remove OpenMetadataUrl from smtpSettings.json
Missing migrations @Siddhanttimeline for email settings in openmetadata_settings table |
@Siddhanttimeline also you need to update openmetadata_test.yaml for the same |
openmetadata-service/src/main/java/org/openmetadata/service/util/email/EmailUtil.java
Show resolved
Hide resolved
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.
please check comments
conf/openmetadata.yaml
Outdated
@@ -383,6 +382,9 @@ email: | |||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"} | |||
templates: ${TEMPLATES:-"openmetadata"} | |||
|
|||
openMetadataBaseUrlConfiguration: |
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.
@harshach would it make sense to create something like below
global:
serverBaseUrl: {}
other configs: {}
or we should keep it separate?
cc @Siddhanttimeline
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.
@mohityadav766 @Siddhanttimeline this shouldn't be part of server configs, we should let them configure in system settings and provide openmetadata-ops.sh to configure to help with devops automation
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Describe your changes:
Fixes #18834
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>