-
Notifications
You must be signed in to change notification settings - Fork 43
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
Passwords not set up correctly #345
Comments
Since the boot job failed, the secret generation never worked I think. Once the boot jobs works, try this guide: https://jenkins-x.io/v3/admin/troubleshooting/install/#issues-with-secret-generation |
Did not work previously. But I will try it again. Just got
In the operator logs. Hopefully the secrets command will work. |
You dont need to run jx secret populate manually, the boot job runs it for you. If you do a direct push to master, it will run the step where it re-generates the secrets. But first you need to fix the boot job (unless that was fixed) 🤔 |
Ran so let me read the docs you gave me and see if they help. |
Yah the docs did not help. How are the secrets set in vault? Because that evidently failed during the terraform setup. |
Did a direct push to master fail? Can you post the logs from the bootjob? |
Can we chat on slack? |
@ankitm123 I am @chrislovecnm on k8s slack. I have meetings. Ping me and I will respond when I can |
Join the #jenkins-x-dev channel in the k8s slack, that's where most of the devs are. My slack handle is @ankit |
Closing this. This was an issue with vault, and most likely an older version of k8s. |
@chrislovecnm and @ankitm123 posting here since we're running into a similar issue. I am new to Jenkins-x and having trouble with the installation on EKS using Secrets Manager with Terraform installation approach. Seeing these errors. I don't see any references in the document where and how these passwords need to be set up. Any help is really appreciated.
|
Summary
When using vault the passwords where not set correctly and the git operator is not starting.
Steps to reproduce the behavior
Install via terraform and use vault.
My main.tf
Expected behavior
The system is set up to use vault
Actual behavior
jx secret verify
returns thisThe majority of the secrets are in vault. I checked.
I found logs somewhere to run
jx devops update
. Which I am getting working on the m1.Terraform version
The output of
terraform version
is:See other bugs I have filed.
Module version
Current release
Operating system
Linux in container
The text was updated successfully, but these errors were encountered: