Skip to content
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

Unable to log into Jenkins admin account on deployed Jenkins #233

Open
ddelabru opened this issue Jul 12, 2018 · 0 comments
Open

Unable to log into Jenkins admin account on deployed Jenkins #233

ddelabru opened this issue Jul 12, 2018 · 0 comments

Comments

@ddelabru
Copy link

I'm working on an automated process to deploy a new Jenkins master, run a few tests on it, and tear it down once the tests are complete. (There's a reason for this.) I've been using cinch successfully so far, but I've noticed that if I enable the Jenkins security settings with something like the following in my group_vars/all file, I will not be able to log into the jenkins-admin account on the web interface with my_super_secure_password as the password.

jenkins_security_enabled: true
jenkins_admin:
  nickname: jenkins-admin
  email: root@localhost
  password: my_super_secure_password
jenkins_kerberos_anonymous_access: false

Ultimately, it looks like I can still use Ansible to access the Jenkins master with the right SSH key, and I may be able to programmatically get an API token for what I need, but I was surprised that the deployed Jenkins behaved this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant