Cloudflare Access / JWTs #1857
Replies: 3 comments 8 replies
-
You can try a smart cell. They run in an iframe, so you may have permission issues, but worth checking. otherwise the best option is to require an input (which the user will have to explicitly fill in for now). |
Beta Was this translation helpful? Give feedback.
-
Perhaps my question is a little off-topic, but since it relates to Cloudflare Access, it might be good to include it in this thread. Is it possible to secure Livebook with Cloudflare Access's self-hosted Application? I am trying to deploy Livebook on my machine and expose it on the web with Cloudflare Access using the following Docker Compose configuration:
I then expose this with a tunnel under However, if I set up Cloudflare Self-Hosted Application to protect that route, Cloudflare restricts access to all the routes, including
|
Beta Was this translation helpful? Give feedback.
-
I have mine hosted where port 8081 gets mapped to a sub path on the same
proxy where / is hosted and it works well.
…On Sat, May 6, 2023, 1:07 PM Bernardo Amorim ***@***.***> wrote:
Would it be possible to configure a different domain for the /public/
then? Because then it would be easier for me to put another tunnel at
something like public.livebook.mydomain routing just the /public path.
—
Reply to this email directly, view it on GitHub
<#1857 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFIUL2BIP4M2RYPHJZGFS3XE2HPDANCNFSM6AAAAAAW4JRDKA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It would be great to be able to access a JWT from a request and handle it in a Livebook.
Not only would that JWT provider know that identity accessed which Livebook but the Livebook author could then pull data from the claims to do things inside individual cells.
Beta Was this translation helpful? Give feedback.
All reactions