villebro commented on code in PR #22328:
URL: https://github.com/apache/superset/pull/22328#discussion_r1042053561
##########
docs/docs/installation/cache.mdx:
##########
@@ -53,6 +53,13 @@ FEATURE_FLAGS = {
}
```
+By default thumbnails are rendered using the `THUMBNAIL_SELENIUM_USER` user
account. To render thumbnails as the
+logged in user (e.g. in environments that are using user impersonation), use
the following configuration:
+
+```python
+THUMBNAIL_EXECUTE_AS = [ExecutorType.INITIATOR]
Review Comment:
I originally had `CURRENT_USER`, but for some reason I decided `INITIATOR`
was better. But now that you said it, yeah, `CURRENT_USER` makes much more
sense. I'll update it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]