Could you please kindly help and give suggestions about my issue when I try to access view my record from LMS (http://lms/u/username) I am getting an error.
and sudo /edx/bin/supervisorctl status is giving the following result.
I am using Ironwood with a Native installation.
Do Ironwood has by default credentials service installed If yes then how to start it and if no is there any document or issue you can share to install and configure credentials service on the Ironwood native.
It will be big help.
Thanks again
there are no much documentation about credentials deployment configuration.
openedx_native playbook does not contain credentials role.
You can deploy credentials service by preparing ansible configuration and running credentials.yml playbook from configuration repository (if your cloud provider not AWS, then comment out line 10, where aws role called).
please note that last two variables used in edxapp ansible role and requires update of edxapp application (or manual addition of CREDENTIALS_PUBLIC_SERVICE_URL and CREDENTIALS_INTERNAL_SERVICE_URL variables into lms.env.json and cms.env.json files).
Also note that Production installation requires secure application. You need to delegate dedicated DNS name for credentials service and configure HTTPS.
Do not forget to check OAuth2 client is configured for credentials service in LMS admin/oauth2/client/ with client id and secret same with CREDENTIALS_SOCIAL_AUTH_EDX_OIDC_KEY and CREDENTIALS_SOCIAL_AUTH_EDX_OIDC_SECRET extra vars.
And finally, you can disable View My Records by adding "ENABLE_LEARNER_RECORDS": false to site configuration for current site in admin/site_configuration/siteconfiguration.