Skip to content

Conversation

@adecaro
Copy link
Contributor

@adecaro adecaro commented Oct 29, 2025

No description provided.

@adecaro adecaro added this to the Q4/25 milestone Oct 29, 2025
@adecaro adecaro requested a review from arner October 29, 2025 16:00
@adecaro adecaro self-assigned this Oct 29, 2025
@adecaro adecaro marked this pull request as draft October 29, 2025 16:00
@adecaro adecaro linked an issue Oct 29, 2025 that may be closed by this pull request
@adecaro adecaro force-pushed the 1241-allow-extensions-for-token-parameters branch from c221d0f to e109c52 Compare November 1, 2025 15:58
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro force-pushed the 1241-allow-extensions-for-token-parameters branch from 6b5f9a4 to 1c3bc91 Compare November 3, 2025 10:13
Signed-off-by: Angelo De Caro <[email protected]>
Copy link
Contributor

@arner arner left a comment

Choose a reason for hiding this comment

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

Nice, thanks!

// Split on the first colon to get key and filepath
parts := strings.SplitN(entry, "=", 2)
if len(parts) != 2 {
return nil, errors.Errorf("invalid format %q: expected key:filepath", entry)
Copy link
Contributor

Choose a reason for hiding this comment

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

it looks like it's actually expecting key=filepath instead of key:filepath (the : is also in the comment above the function)

Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro marked this pull request as ready for review November 4, 2025 10:27
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Copy link
Contributor

@arner arner left a comment

Choose a reason for hiding this comment

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

LGTM!

@adecaro adecaro merged commit 462ac09 into main Nov 5, 2025
53 checks passed
@adecaro adecaro deleted the 1241-allow-extensions-for-token-parameters branch November 5, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow extensions for token parameters

3 participants