-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error waiting for KMS Key - timeout while waiting for state to become 'TRUE' #8020
Comments
The reason u cannot downgrade to 3.52.0 is that the underlying eks module requires >= 3.56.0. |
I just tested with the latest module version, and dont see this error.
so the module creates an user
In this case, the module does not create the iam user, and uses an existing user supplied by the end user. This is the output from
So one thing to check is the iam policies associated with And if there are there some guard rails in ur AWS account preventing the policy to be attached to the KMS key? |
Thanks @ankitm123, your suggestion resolved the issue. Currently cannot enter the Deverloper namespace which is the next step in the quick start.
I have the jx CLI installed
|
Most likely the boot job did not run. Did you install the jx-git-operator chart? what does |
I'm able to access the jx-git-operator namespace |
That means helm is not installed. This is something that u can install for diagnostic purposes.
What do u see in that namespace? What about output from |
Ah I see, I miss read. I thought jx quickstart would install helm for me aswell lol.
I can still acecss the jx-git-operator namespace.
Looking into the pods log files via
The issue was that I had used a wrong git ssh rather than the url Thanks for your help! |
That would be too much magic 🪄 😁
yes we dont support ssh urls, only https url, hence we ask users to supply access tokens, I am going to work on adding ssh support soon. |
noice Ran into another issue regarding webhook lighthouse-hmac-token after running jx import project. |
new issue here: #8031 |
Receiving the following error after attempting to follow the EKS Terraform quick start template
I've seen the resolution to this in this thread here, which says I should downgrade the aws provider to 3.52. Although upon attempting to do that I get the following error regarding constraints.
Terraform Version
v1.1.0
Registry Versions
My Variables.tf File contains:
The text was updated successfully, but these errors were encountered: