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
indexd is started with a hard coded user name --username indexd_client
--username indexd_client
peregrine and sheepdog are started with a hard coded indexd user SIGNPOST 'auth': ('gdcapi', ...
'auth': ('gdcapi', ...
For me at least, it caused an inability to write to indexd.
{'action': 'create', 'errors': [{'keys': [], 'message': '403 Client Error: username / password mismatch for url: http://indexd-service/index/', 'type': 'ERROR'}], 'id': '9534d7ac-8075-41e3-a70f-8570feb43198', 'related_cases': [], 'type': 'submitted_somatic_mutation', 'unique_keys': [{'project_id': 'smmart-ccle', 'submitter_id': 'File:d5fc3905ba9c9db1ce29cbca410f2c5b'}], 'valid': False, 'warnings': []}
The workaround was to change gdcapi to indexd_client in the *_settings.py configs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
indexd is started with a hard coded user name
--username indexd_client
peregrine and sheepdog are started with a hard coded indexd user SIGNPOST
'auth': ('gdcapi', ...
For me at least, it caused an inability to write to indexd.
The workaround was to change gdcapi to indexd_client in the *_settings.py configs.
The text was updated successfully, but these errors were encountered: