Manas Jain
08/18/2020, 3:57 AMalex
08/18/2020, 3:17 PMManas Jain
08/18/2020, 3:18 PMalex
08/18/2020, 3:19 PM/graphql
endpoint where ever you are hosting dagit to get a GraphQL playground which exposes the schemadagit
and dagster-graphql
on github to see the existing queries we useManas Jain
08/18/2020, 3:21 PMsashank
08/21/2020, 12:58 AMAnoop Sharma
07/12/2022, 12:44 PMRefused to frame '<http://localhost:3001/>' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".
I have tried hosting the react app from the production build as well but still facing the same issue. Any ideas on how I can get this done?{'frame-ancestors': `'none'`}
Does this the dagit ui is not allowed to be embedded as an iframe?alex
07/12/2022, 2:14 PMAnoop Sharma
07/12/2022, 3:14 PMalex
07/12/2022, 4:00 PMAnoop Sharma
07/12/2022, 4:04 PMwebserver.py
and csp-header.conf
for dagit. Its working now. But currently I did this manually which is clearly not a good way. Is there a way to update the settings from a config file or something?alex
07/12/2022, 4:27 PMdish
07/12/2022, 5:14 PMAnoop Sharma
07/13/2022, 5:44 PMmaster
. So will this change will be available as part of the next release i.e. 0.15.6 ?dish
07/13/2022, 5:53 PM