Marti Jorda Roca
11/02/2023, 10:42 AMhttps://<our flyte dns>.com/login
a Not Found message is thrown.
How can we see any logs for the authentication? Does authentication work within a private VPC?
Thank youu đź«¶Samhita Alla
David Espejo (he/him)
11/03/2023, 2:30 PM/login
is implementd in flyteconsole. Can you share your anonymized values file?Marti Jorda Roca
11/06/2023, 10:27 AMDavid Espejo (he/him)
11/07/2023, 7:00 PMflyteadmin
logs?Marti Jorda Roca
11/08/2023, 9:27 AM(base) âžś ~ kubectl logs flyteadmin-6f549c94bb-rmsqj -n flyte
Defaulted container "flyteadmin" out of: flyteadmin, run-migrations (init), seed-projects (init), sync-cluster-resources (init), generate-secrets (init)
time="2023-11-08T09:22:09Z" level=info msg="Using config file: [/etc/flyte/config/cluster_resources.yaml /etc/flyte/config/clusters.yaml /etc/flyte/config/db.yaml /etc/flyte/config/domain.yaml /etc/flyte/config/notifications.yaml /etc/flyte/config/remoteData.yaml /etc/flyte/config/server.yaml /etc/flyte/config/storage.yaml /etc/flyte/config/task_resource_defaults.yaml]"
{"json":{},"level":"warning","msg":"stow configuration section missing, defaulting to legacy s3/minio connection config","ts":"2023-11-08T09:22:10Z"}
{"json":{},"level":"warning","msg":"Starting notifications processor","ts":"2023-11-08T09:22:11Z"}
(base) âžś ~ kubectl logs flyteadmin-6f549c94bb-glh2q -n flyte
Defaulted container "flyteadmin" out of: flyteadmin, run-migrations (init), seed-projects (init), sync-cluster-resources (init), generate-secrets (init)
time="2023-11-08T09:23:00Z" level=info msg="Using config file: [/etc/flyte/config/cluster_resources.yaml /etc/flyte/config/clusters.yaml /etc/flyte/config/db.yaml /etc/flyte/config/domain.yaml /etc/flyte/config/notifications.yaml /etc/flyte/config/remoteData.yaml /etc/flyte/config/server.yaml /etc/flyte/config/storage.yaml /etc/flyte/config/task_resource_defaults.yaml]"
{"json":{},"level":"warning","msg":"stow configuration section missing, defaulting to legacy s3/minio connection config","ts":"2023-11-08T09:23:01Z"}
{"json":{},"level":"warning","msg":"Starting notifications processor","ts":"2023-11-08T09:23:02Z"}
Andrew
11/27/2023, 5:20 PMDavid Espejo (he/him)
11/27/2023, 5:22 PM/login
is implemented. What about /console
?Andrew
11/27/2023, 5:23 PMIt should now be possible to go to Flyte UI and be prompted for authentication.
, so I was hoping for it to route to a login pageDavid Espejo (he/him)
11/27/2023, 5:24 PMAndrew
11/27/2023, 5:31 PMDavid Espejo (he/him)
11/27/2023, 5:49 PMconfigmap.adminServer.server.security.useAuth
set to false. Could you try with true
?Andrew
11/27/2023, 5:59 PMsecure
right next to that also be true?David Espejo (he/him)
11/27/2023, 6:13 PM