MountaintopLotus / braintrust

A Dockerized platform for running Stable Diffusion, on AWS (for now)
Apache License 2.0
1 stars 2 forks source link

Auth #85

Open JohnTigue opened 1 year ago

JohnTigue commented 1 year ago

This issue is a hub for tracking authentication and authorization issues for Hypnowerk.

JohnTigue commented 1 year ago

Turns out all the auth rigmarole and learning I did back in the fall is paying off. All the same AWS and OpenID/OIDC machinery is used to secure access to the AWS Console (the triggering case being allowing folks to reboot Automatic1111 instances). So, using AWS IAM Identity Center will be the way we manage users and identities for other things.

JohnTigue commented 1 year ago

See Add IAM user IDs to the MH AWS account for Automatic1111 rebooters (#154) for the immediate work being done on the auth front.