flyteorg/flyte

[Core feature] Simplify the local development environment for flyteconsole

Aberta

#5.099 aberto em 25 de mar. de 2024

 (6 comentários) (1 reação) (1 responsável)Python (378 forks)batch import
backloggeddocumentationenhancementgood first issuehacktoberfestui

Métricas do repositório

Stars
 (3.705 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 8h) (114 fundiu PRs em 30d)

Description

Motivation: Why do you think this is important?

The setup guide of flyteconsole says that we need to generate an SSL certificate and set domain name routing rules in /etc/hosts, which is way too complex for frontend development. For the frontend development, we don't need SSL because we can use HTTP instead of HTTPS. We don't need a custom domain name except that the backend has the multi-tenancy feature. However, as far as I know, Flyte does not have the multi-tenancy feature now.

Goal: What should the final outcome look like, ideally?

Simplify the local development environment for flyteconsole to remove SSL and domain name related stuffs.

Describe alternatives you've considered

N/A

Propose: Link/Inline OR Additional context

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes

Guia do colaborador