TensorBoard for Open OnDemand

I can look into it and post back here with updates.

we think we’ve fixed it. here’s the diff in our tensorboard view file. more testing on monday…

ood2 breaking changes docs:
https://osc.github.io/ood-documentation/latest/release-notes/v2.0-release-notes.html#changes-to-the-interactive-cards

from here, we found .panel changes to .card and it also prepends _id to the session_id variable, which is used to determine the authentication cookie.

this hack essentially strips everything before the first _ in the form element, which removes id_ for the session id, whilst not impacting how OOD works - this may be considered a hack until the authrevproxy.py script is patched to support the new id_ format.

1 Like