Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core feature] Simplify the local development environment for flyteconsole #5099

Open
2 tasks done
Tracked by #5783
MortalHappiness opened this issue Mar 25, 2024 · 4 comments
Open
2 tasks done
Tracked by #5783
Labels
backlogged For internal use. Reserved for contributor team workflow. documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest ui Admin console user interface

Comments

@MortalHappiness
Copy link
Member

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
@MortalHappiness MortalHappiness added enhancement New feature or request untriaged This issues has not yet been looked at by the Maintainers labels Mar 25, 2024
Copy link

dosubot bot commented Mar 25, 2024

It seems like you've got this under control, if you want help or have specific questions, let me know what I can do for you!

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

@MortalHappiness MortalHappiness changed the title [Core feature] [Core feature] Simplify the local development environment for flyteconsole Mar 25, 2024
@pingsutw pingsutw added documentation Improvements or additions to documentation ui Admin console user interface and removed untriaged This issues has not yet been looked at by the Maintainers labels Mar 28, 2024
@eapolinario eapolinario added the backlogged For internal use. Reserved for contributor team workflow. label Mar 28, 2024
@RaghavMangla
Copy link
Contributor

Hi, I would like to work on this

@davidmirror-ops
Copy link
Contributor

@RaghavMangla sure. Please let us know soon if you have questions or need help. Thanks!

@RaghavMangla RaghavMangla removed their assignment Oct 25, 2024
@Soot3
Copy link

Soot3 commented Nov 6, 2024

Good day @davidmirror-ops
Here' s the setup guide https://github.com/flyteorg/flyteconsole/blob/master/README.md#-development with an SSL definition and hosts record instruction.

Found another guide without the hosts record which also adds that the SSL generation is necessary to avoid errors on yarn start.

I have tested it and found it true. Generating this error message

ERROR: Can not locate server.key and server.crt in ../../scripts/certificate location
Please re-genereate your site certificates by running yarn gen:ssl than re-run the command

So on the docs end I can rewrite the steps here and here to not add a host record.

Is that alright?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlogged For internal use. Reserved for contributor team workflow. documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest ui Admin console user interface
Projects
None yet
Development

No branches or pull requests

6 participants