Glue JDBC connection needs password in the console before it becomes valid #13615
Replies: 1 comment
-
Checking in on this discussion as it was opened a while ago. It looks like you also asked about this in Stack Overflow and received some replies: https://stackoverflow.com/questions/66657768/aws-glue-jdbc-connection-created-with-cdk-needs-password-in-the-console-before-i This answer on that thread was marked as the accepted solution, so I assume that resolved the issue. That user said the issue was due to missing the SSL and the availability zone, specifically the For future reference I'll also share this knowledge center article on troubleshooting Glue connection issues as it might help someone who stumbles on this: https://aws.amazon.com/premiumsupport/knowledge-center/glue-test-connection-failed/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a JDBC connection in Glue using secrets for username and password. I can see in the console that username is read correctly from the secret, so that's not a concern. Once I edit the details and enter the password in the console, it becomes valid. Is there something wrong with my approach?
Beta Was this translation helpful? Give feedback.
All reactions