Skip to content

Allow routes to accept nested assets.#515

Open
EmileSonneveld wants to merge 8 commits into
masterfrom
allow_more_nested_assets
Open

Allow routes to accept nested assets.#515
EmileSonneveld wants to merge 8 commits into
masterfrom
allow_more_nested_assets

Conversation

@EmileSonneveld

@EmileSonneveld EmileSonneveld commented Jun 16, 2026

Copy link
Copy Markdown
Member

@copilot review without making code changes
I did not change the /results/aux/ routes, as I don't know what they are

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c166da45c0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread openeo_driver/views.py
@EmileSonneveld

Copy link
Copy Markdown
Member Author

@copilot review without making code changes.

@Open-EO Open-EO deleted a comment from Copilot AI Jun 17, 2026
@EmileSonneveld EmileSonneveld requested a review from soxofaan June 17, 2026 16:46
Comment thread openeo_driver/views.py
if user_id is None or not is_secure_key(secure_key):
full_item_id = "/".join([user_base64, secure_key, item_id])
user = auth_handler.get_user_from_bearer_token(request)
return _get_job_result_item(job_id, full_item_id, user.user_id)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@soxofaan I am not fond of this redirect. Do you think there could be a better way?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant