-
Notifications
You must be signed in to change notification settings - Fork 44
Description
We'll be creating a new instance of the image factory for paying customers with additional features (eg FIPS) that should be only available after a customer has logged in and if they have an entitlement for the product. This may also be used to distribute extensions that are not free or legal for us to distribute (eg portworx).
This authentication will need to be connected to the customer account in stripe so they can use the same login from stripe and can be managed as one customer on the back end.
The image factory should still have unauthenticated options (factory.talos.dev isn't going away) and people will still need to be able to self-host it.
We will need a way for customers to do basic user management (similar to Omni) and for a way to generate programmatic authentication tokens for machines (talos nodes) so they can automatically update and fetch images.