Skip to content

CORS from Flyteconsole #1611

Answered by SandraGH5
SandraGH5 asked this question in Q&A
Discussion options

You must be logged in to vote

There are 2 ways for such a deployment:

  1. If you don’t have auth handled through admin, you can leverage flyte console’s proxy server, instructions for doing so are here.
  2. If you do use auth, then the only real way is to enable CORS. These are the needed configs for admin. And you need to set these for the Flyteconsole container:
export ADMIN_API_URL=http(s)://<admin's domain and port>
export DISABLE_AUTH=1

@EngHabu

Replies: 1 comment

Comment options

SandraGH5
Oct 11, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by SandraGH5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant