You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're good linked data citizens and put full urls in our AS2 messages we emit to the queue. Problem is, those URLs cause a lot of problems for ISLE. Depending on how you configure Drupal, they'll often inject https instead of http URLs, which breaks the TLS termination the ISLE uses. On top of that, the URLs use the public, forward facing domain of the site, which is at odds with Docker's notion of a private network for all containers that aren't exposed to the wider web. When generating derivatives, containers on the backend network get front end URLs, which they cannot resolve.
We can either pluginize message generation to put appropriate URLs in place, or just stuff the data we need (nids, mids, tids, etc...) into the free-form JSON blob in the message. Or we could just stop using AS2 and pick something simpler and NOT linked data-y.
The text was updated successfully, but these errors were encountered:
We're good linked data citizens and put full urls in our AS2 messages we emit to the queue. Problem is, those URLs cause a lot of problems for ISLE. Depending on how you configure Drupal, they'll often inject
https
instead ofhttp
URLs, which breaks the TLS termination the ISLE uses. On top of that, the URLs use the public, forward facing domain of the site, which is at odds with Docker's notion of a private network for all containers that aren't exposed to the wider web. When generating derivatives, containers on the backend network get front end URLs, which they cannot resolve.We can either pluginize message generation to put appropriate URLs in place, or just stuff the data we need (nids, mids, tids, etc...) into the free-form JSON blob in the message. Or we could just stop using AS2 and pick something simpler and NOT linked data-y.
The text was updated successfully, but these errors were encountered: