https://dagster.io/ logo
#announcements
Title
# announcements
t

Tobias Macey

09/29/2020, 1:02 PM
There's nothing built in, so what I ended up using was Caddy with the auth plugin. I'm also evaluating Pomerium as an option for handling access and authorization.
g

George Pearse

07/21/2021, 12:15 PM
Hi @Tobias Macey did you have any luck with this? Think I'll need some form of authentication to drive production adoption at my company.
t

Tobias Macey

07/21/2021, 12:24 PM
I've been using the Caddy auth plugin still which is ok but not awesome. If you're running in AWS maybe take a look at using Cognito linked into an ALB? If you need something more self-managed then projects like Pomerium could be an option.
❤️ 1
Another approach is to work on building in Auth at the Flask layer using something like https://pythonhosted.org/Flask-Security/
❤️ 1
g

George Pearse

07/21/2021, 3:05 PM
@Tobias Macey built AWS Cognito auth into a dash app at the flask layer for another project recently (weirdly awkward to do?). May be able to reuse a lot of the code. Would like to contribute both back after a bit of tidying. Thanks a lot, for both auth help and podcast.