We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User admin trying to change their password results in 500 Internal Server Error response. Discovered from CI failures in cyberark/conjur-openapi-spec.
admin
500 Internal Server Error
Start the development environment
cd dev ./start
Start the Conjur server from the resulting shell with conjurctl server
conjurctl server
Use the Conjur client as admin, and attempt to set/change the password
cd dev docker-compose exec client /bin/bash
From the resulting shell, log in as admin and attempt to set/change the password
conjur user update_password --password='Ch@ng3Password!'
This step will output a mountain of HTML, containing the below stack trace(see Actual Results), ending with:
error: 500 Internal Server Error
admin should be able to set/update their password when authenticated.
admin requesting a password change receives a 500 Internal Server Error response, with a mountain of HTML containing the following Conjur stack trace:
RuntimeError (Resource not found for dev:user:admin) app/models/role.rb:126:in `resource' app/controllers/credentials_controller.rb:41:in `update_password' app/controllers/application_controller.rb:79:in `run_with_transaction' lib/rack/remove_request_parameters.rb:26:in `call' lib/rack/default_content_type.rb:68:in `call'
cyberark/conjur:edge
cyberark/conjur:latest
master
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
User
admin
trying to change their password results in500 Internal Server Error
response.Discovered from CI failures in cyberark/conjur-openapi-spec.
Steps to Reproduce
Start the development environment
Start the Conjur server from the resulting shell with
conjurctl server
Use the Conjur client as
admin
, and attempt to set/change the passwordFrom the resulting shell, log in as
admin
and attempt to set/change the passwordThis step will output a mountain of HTML, containing the below stack trace(see Actual Results), ending with:
Expected Results
admin
should be able to set/update their password when authenticated.Actual Results
admin
requesting a password change receives a500 Internal Server Error
response, with a mountain of HTML containing the following Conjur stack trace:Reproducible
Version/Tag number
cyberark/conjur:edge
.cyberark/conjur:latest
, so this is a recent, unreleased bug.master
branch.Environment setup
Additional Information
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: