You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"@timestamp":"2024-04-22T15:43:47.263+0000","message":"Error when trying to send in background to Kinesis, will try later","priority":"ERROR","path":"io.featurehub.events.kinesis.KinesisFactoryImpl","thread":"pool-4-thread-1","stack_trace":"java.util.concurrent.ExecutionException: software.amazon.awssdk.services.kinesis.model.AccessDeniedException: User: arn:aws:sts::12345676:assumed-role/role_EKS-APP-NODE-ROLE-FEATUREHUB/i-0d031axxxxxxx is not authorized to perform: kinesis:PutRecord on resource: arn:aws:kinesis:eu-west-1:12345676:stream/featurehub-mr-stream because no identity-based policy allows the kinesis:PutRecord action (Service: Kinesis, Status Code: 400, Request ID: c4bc3d02-1dff-6f83-9a1c-baf169f0e3fa, Extended Request ID:
Expected behavior
Cannot see how or where stream name featurehub-mr-stream is set.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
FeatureHub version [e.g. 1.7.0]
Browser [e.g. chrome]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Kinesis stream name appears to be hardcoded i.e. featurehub-mr-stream
Which area does this issue belong to?
To Reproduce
Steps to reproduce the behavior:
https://docs.featurehub.io/featurehub/latest/configuration.html#_aws_kinesis
helm get values featurehub --all | grep featurehub-mr-stream
and you'll there are no values offeaturehub-mr-stream
yet this is present inUsed values
Check pod logs and there are errors
Expected behavior
Cannot see how or where stream name featurehub-mr-stream is set.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: