Skip to content

Allow hyphen in alias, add "not found" response and fix jupyt#11

Open
savnadya wants to merge 1 commit into
mainfrom
members/nadya73/jupyt-patches-main
Open

Allow hyphen in alias, add "not found" response and fix jupyt#11
savnadya wants to merge 1 commit into
mainfrom
members/nadya73/jupyt-patches-main

Conversation

@savnadya

Copy link
Copy Markdown

No description provided.

@savnadya savnadya requested a review from futujaos June 20, 2026 07:56
Comment thread server/pkg/auth.go
// picked up by the next discovery pass. Return 503 (transient) rather than 403,
// so the client retries instead of surfacing a scary "permission denied".
s.logger.Warnf("task not found during auth check (likely starting): %s", err)
return taskNotFoundResponse, nil

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

envoy's authz may consider all non-403 responses as "successfull auth", so this change may lead to upstreaming request to task

afaicr I encountered such a behavior, so this needs checking

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.

2 participants