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

[FEATURE] Setting to allow job table status updates for anonymous users #1115

Open
swainn opened this issue Nov 25, 2024 · 1 comment
Open

Comments

@swainn
Copy link
Member

swainn commented Nov 25, 2024

Is your feature request related to a problem? Please describe.
The job table in an app with open portal mode enabled doesn't update b/c the update status API is protected by a login required decorator. For example, update_row:

@async_login_required

Describe the solution you'd like
Honor open-portal mode setting or provide another setting to allow retrieval of jobs status without being logged in.

@swainn
Copy link
Member Author

swainn commented Nov 25, 2024

Options:

  1. Remove the async_login_required on status/read-only endpoints
  2. Create an async version of the Tethys login_required which honors open portal mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant