-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Invalid CREDENTIALS_SERVICE_USERNAME in lms/envs/common.py #34271
Comments
Hi @Silidrone, I've created a ticket for team to take a look at the reported issue, but it will take a little bit of time before it is prioritized and actioned on. Is there any chance you'd like to submit your fix and we can review it? Otherwise, we appreciate your report and will get to it as soon as possible. |
Hi @Silidrone, After chatting with a few others from the community, we believe this to be an issue with the Credentials plugin itself for Tutor. I'm going to close this issue and open one against the |
Issue opened against the |
Hi,
I believe this is a BUG.
I am using tutor 17.0.0
Freshly set up credential fails to generate program certificate with the following error:
(for reference, it fails in
openedx/core/djangoapps/programs/tasks.py
on line 232, whereCREDENTIALS_SERVICE_USERNAME
is used as a parameter toget_credentials_api_client
)After some investigation, I figured out this is because the
CREDENTIALS_SERVICE_USERNAME
is currently incorrectly set inlms/envs/common.py
. Currently it is set ascredentials_service_user
but when I change it tocredentials
only, my program certificate gets generated successfully.The text was updated successfully, but these errors were encountered: