Skip to content
Discussion options

You must be logged in to vote

Sharing a working solution in EKS deployment:

Attach the application service account with a AWS IAM role that has access your AWS OpenSearch instance, config your helm values like the following

openmetadata:
  config:
    elasticsearch:
      enabled: true
      host: localhost
      searchType: opensearch
      port: 8080
      scheme: http
      connectionTimeoutSecs: 5
      socketTimeoutSecs: 60
      keepAliveTimeoutSecs: 600
      batchSize: 10
      auth:
        enabled: false


sidecars:
- name: "aws-sigv4-proxy"
  image: "<aws-sigv4-proxy-image> https://github.com/awslabs/aws-sigv4-proxy"
  imagePullPolicy: "Always"
  command: ["./aws-sigv4-proxy"]
  args: 
  - "--verbose"
  - "…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jz-xie
Comment options

Comment options

You must be logged in to vote
1 reply
@jzzzzzzzzz-z
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Prajwal214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants