https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

Laura Lin

10/21/2022, 3:29 PM
On the flyte UI, there's an option for
Only my executions
filtering. Right now when I click on that, I get
Request failed with status code 400 invalid value for filters
What needs to be done for this to work? Do I have to set up OAuth login for the UI?
s

Shivay Lamba

10/21/2022, 3:40 PM
Hi Laura, thanks for your question. Before accessing the dashboard you must have used authentication right?
l

Laura Lin

10/21/2022, 3:44 PM
through eks vpc/vpn
s

Shivay Lamba

10/21/2022, 3:46 PM
Alright thanks for sharing. cc @Prafulla Mahindrakar / @katrina could comment here
s

Samhita Alla

10/25/2022, 6:08 AM
Are you still seeing the error, @Laura Lin?
p

Prafulla Mahindrakar

10/25/2022, 6:55 AM
Hi @Laura Lin can you check whats the request being sent to the flyte backend.You can get this from dev console if your running in chrome browser and in the network tab check the request which is failing similar to the url given below. When i check this on an internal flyte system i dont see this issue. eg :
Copy code
<https://flyte-endpoint/api/v1/executions/flytesnacks/development?filters=eq(user,114527815305128974470)&limit=25&sort_by.direction=DESCENDING&sort_by.key=created_at>
Also assuming you have already setup oauth for this . If you haven’t and if you are seeing an error then it would be bug in the UI . In non-oauth enabled UI you shouldn’t be able to get
Only my executions
. This functionality should be disabled. If you see this behavior please do open a bug for it.
l

Laura Lin

10/25/2022, 2:47 PM
I haven't set up oath yet.
p

Prafulla Mahindrakar

10/26/2022, 4:59 AM
Created an issue here as its a UI bug https://github.com/flyteorg/flyte/issues/3028
2 Views