Canvas Live Events: from SQS to HTTPS
Canvas offers two methods of delivering streaming data (Live Events): SQS and HTTPS. All Unizin members today use the SQS delivery method. We are asking our members to shift to using the HTTPS method.
To conduct the change, your Canvas Admin will:
Configure and activate an HTTPS data stream in Canvas that goes to the UDP
Deactivate their existing SQS data stream in Canvas
Ideally, both actions are conducted immediately after the other and outside of business hours so as to minimize the event overlap or loss.
Configure and activate an HTTPS data stream
Broadly speaking, you will follow Instructure’s instructions for setting up HTTPS. You will need to set the following variables:
Variable | Value |
---|---|
Name | Whatever you wish. |
Active | Turned on. |
Delivery method | HTTPS |
URL | PROD: https://caliper.<shortcode>.cloud.unizin.org/ SIT: https://caliper.<shortcode>.sit.cloud.unizin.org/ |
Sign Payload | Checked |
Message type | Caliper 1.1 |
Note: the <shortcode> value should be replaced with your institution’s primary domain name. For example, Indiana University’s shortcode is iu
, Colorado State University’s shortcode is colostate
. Iowa’s shortcode is uiowa
, etc. If in doubt, put the URL in the browser. You should see a response like this:
Also, make sure that all message subscriptions are turned on.
Deactivate your SQS data stream
In the Data services tool (under the Admin panel), identify your existing SQS-based datastream. Under the “actions
” menu for the data stream, select “deactivate
.”
That’s it, you’re done!
Last updated