add feature flag for enhanced docviewer url security
flag = enhanced_docviewer_url_security Test Plan: Tests pass closes CAS-1462 Change-Id: I5bce4160eadd40115264f5244635b909633cc09f Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/327238 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Juan Leyva <juan.leyva@instructure.com> Reviewed-by: Keith Garner <kgarner@instructure.com> QA-Review: Juan Leyva <juan.leyva@instructure.com> Product-Review: Juan Leyva <juan.leyva@instructure.com>
This commit is contained in:
parent
da7aa173bf
commit
d11ef7170a
|
@ -4,3 +4,8 @@ docviewer_enable_iwork_files:
|
|||
display_name: "Docviewer Apple iWork file support"
|
||||
description: "Allows Canvas to send iWork files to docviewer."
|
||||
visible_on: docviewer_enable_iwork_visible_on_hook
|
||||
enhanced_docviewer_url_security:
|
||||
state: hidden
|
||||
applies_to: SiteAdmin
|
||||
display_name: Enhanced DocViewer URL Security
|
||||
description: DocViewer will be launched more securely (using an asymmetrically signed JWT with a JTI claim to prevent token reuse)
|
||||
|
|
Loading…
Reference in New Issue