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

openmetadata uri for alerts integration doesn't work #286

Open
3 tasks done
dongsupkim-onepredict opened this issue Dec 4, 2024 · 0 comments
Open
3 tasks done

openmetadata uri for alerts integration doesn't work #286

dongsupkim-onepredict opened this issue Dec 4, 2024 · 0 comments

Comments

@dongsupkim-onepredict
Copy link

Checks

  • I have checked for existing issues.
  • This report is about the Openmetadata Helm Chart.
  • This report is about the Openmetadata Dependencies Helm Chart.

Description

I have configured OpenMetadata to send alerts via a Slack hook when there are changes in the table schema. However, in the Slack message, the table URI for schema changes still uses the default OpenMetadata URI (localhost). I tried updating it to use the internal domain address in the Helm values, but it doesn't seem to be applied. In the OpenMetadata Config Chart Values, it appears that the configuration should be set using openmetadata.config.openmetadata.host and port, but it seems the values are not being reflected.

openmetadata:
  config:
    upgradeMigrationConfigs:
      debug: false
      # You can pass the additional argument flags to the openmetadata-ops.sh migrate command
      # Example if you want to force migration runs, use additionalArgs: "--force"
      additionalArgs: ""
    # Values can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL
    logLevel: INFO
    clusterName: openmetadata
    openmetadata:
      host: "0.0.0.0"
      # URI to use with OpenMetadata Alerts Integrations
      uri: "http://openmetadata:8585" ## This doesn't work

Steps to reproduce

No response

Chart Version

1.5.13

App Version

1.5.13

Kubernetes Version

{Version:"1.28.2"}

Helm Version

{Version:"v3.14.2"}

Relevant Logs

No response

Custom Helm Values

openmetadata:
  config:
    upgradeMigrationConfigs:
      debug: false
      # You can pass the additional argument flags to the openmetadata-ops.sh migrate command
      # Example if you want to force migration runs, use additionalArgs: "--force"
      # additionalArgs: "--force"
    logLevel: DEBUG
    openmetadata:
      # URI to use with OpenMetadata Alerts Integrations
      uri: "https://openmetadata.onepredict.net"

Have you joined Openmetadata Slack community?

Yes

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

No branches or pull requests

1 participant