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

rd-jobs is failed after change admin password #87

Closed
ozbillwang opened this issue May 29, 2015 · 2 comments
Closed

rd-jobs is failed after change admin password #87

ozbillwang opened this issue May 29, 2015 · 2 comments

Comments

@ozbillwang
Copy link
Contributor

report the issue to rundeck with rundeck/rundeck#1268

I found the reason, so it need be fixed in puppet-rundeck.

When change the admin password in /etc/rundeck/realm.properties, the password in /etc/rundeck/framework.properties is not changed. Then rd-jobs command is failed.

Could you please add new feature to update the admin password at same time in both /etc/rundeck/realm.properties and /etc/rundeck/framework.properties ?

@ozbillwang
Copy link
Contributor Author

Ok, I fixed my own issue, here is the updates in hiera yaml file

rundeck::auth_config:
  file:
    admin_user:   'admin'
    admin_password: 'new_password'

rundeck::framework_config:
  framework.server.password: 'new_password'

@liamjbennett
Copy link
Member

Well I'm glad you managed to resolve your issue. This does however demonstrate a bad user experience and how easy it is mess up the configuration. You're correct to close this particular ticket but I may raise an additional one later on to deal with this problem more generically.

I think there should probably be some validation around hashes that we input for these files.

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

2 participants