Skip to content

Feat/singed url#2565

Open
s1ntaxe770r wants to merge 7 commits intodevelopfrom
feat/singed-url
Open

Feat/singed url#2565
s1ntaxe770r wants to merge 7 commits intodevelopfrom
feat/singed-url

Conversation

@s1ntaxe770r
Copy link
Collaborator

@s1ntaxe770r s1ntaxe770r commented Feb 5, 2026

🧠 Ai UsageDetails (if applicable):

Since GitHub enforces a character limit, rather than hacking the api to upload plans as artifacts, this pr adds an endpoint to serve plans via plain text which is in turn returned when a check exceeds the character limit

Related to: #2542

IMPORTANT: Please disclose any usage of ai tooling while making this change. If you did not use any AI write "NA" below

used claude for docs components & finding the singed url package

return "", fmt.Errorf("WEBHOOK_SECRET not configured")
}

baseURL := os.Getenv("DIGGER_HOSTNAME")
Copy link
Contributor

Choose a reason for hiding this comment

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

baseUrl is actually "HOSTNAME", i know this is confusing and not so consistent in other services but for all orchestrator examples we use HOSTNAME as the env var. (only exception is for drift service controllers but those are a different container). Eventually we might migrate to DIGGER_HOSTNAME

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah gotcha

@s1ntaxe770r s1ntaxe770r requested a review from motatoes February 5, 2026 20:23
s1ntaxe770r and others added 2 commits February 5, 2026 21:59
Co-authored-by: Mohamed Habib <moe.habib9@gmail.com>
Co-authored-by: Mohamed Habib <moe.habib9@gmail.com>
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