Closed mifonpe closed 3 months ago
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. You should check if there is any network rules that are preventing access from where you deployed AKHQ.
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 🙂