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

LIMS-1621: Support webcam auth #898

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ndg63276
Copy link
Collaborator

@ndg63276 ndg63276 commented Jan 22, 2025

JIRA ticket: LIMS-1621

Summary:

If the webcams require a username and password to view, this can be added to the address in the config file, but that will be ignored without telling curl to use it.

Changes:

  • Allow curl to use any suitable auth method

To test:

  • Get the i19 webcam username and password from Mark or Sarah Barnett
  • Update the $webcams array in the config, to set (with real credentials)
'i03' => array('172.23.103.177', '172.23.103.176'),
'i19-1' => array('user:[email protected]', 'user:[email protected]'),
'i19-2' => array('user:[email protected]', 'user:[email protected]'),
  • Log in to proposal cm40638, then go to /status/bl/i19-1, check the webcams work
  • Do the same for cm40607 and /status/bl/i03, check the webcams still work

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

Successfully merging this pull request may close these issues.

1 participant