Replies: 2 comments
-
For me the error is self-explanatory. UnknownHostException means that the container cannot find the IP address for the hostname (the real hostname instead of http://schema-registry) you are giving in the configuration. So it seems normal that you don't see any traces in cloudtrail because the request doesn't even reach the registry. |
Beta Was this translation helpful? Give feedback.
-
Hi @AlexisSouquiere if you check the documentation, it states that for the schema registry, you need to set that value even when you use glue, which does not provide a specific HTTP endpoint, it uses AWS API. I tried setting the AWS regional API in the |
Beta Was this translation helpful? Give feedback.
-
Hi, first of all, thanks for supporting this amazing project!
We are moving from Confluent Cloud to AWS MSK and we wanted to verify feature parity when it comes to AKHQ. So far we have verified that we can connect to the MSK cluster without any issue.
However, when we add the schema registry definition for glue following this documentation, we receive an exception:
Our configuration file looks somewhat like this (removing sensitive values):
Besides we are passing AWS Credentials (
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
) to the container where AKHQ is running, as the documentation mentions it relies on the DefaultCredentialsProvider. I have verified that the values are available as environment variables.Extra: I have verified in cloudTrail and I have not seen any calls from the user which owns the secret access key/ access key pair so I assume it is not a permissions error. Plus I gave the user full access to verify and it still fails.
Let me know if you need some more information, and thanks in advance for giving it a look 🙂
Beta Was this translation helpful? Give feedback.
All reactions