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

DM-48326: Avoid commas in generated auth-url annotation #1204

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

rra
Copy link
Member

@rra rra commented Jan 9, 2025

A GafaelfawrIngress requesting ticket delegation with multiple delegated scopes represented that with comma-separated scopes in the value of the delegate_scope parameter. The current ingress-nginx doesn't allow any escaped characters, so this causes the Ingress resource to be rejected. Instead, repeat the delegate_scope query parameter for each value, matching how scope is handled, which avoids needing commas.

A `GafaelfawrIngress` requesting ticket delegation with multiple
delegated scopes represented that with comma-separated scopes in the
value of the `delegate_scope` parameter. The current ingress-nginx
doesn't allow any escaped characters, so this causes the `Ingress`
resource to be rejected. Instead, repeat the `delegate_scope` query
parameter for each value, matching how `scope` is handled, which avoids
needing commas.
@rra rra changed the title Avoid commas in generated auth-url annotation DM-48326: Avoid commas in generated auth-url annotation Jan 9, 2025
@rra rra merged commit fce0f55 into main Jan 9, 2025
4 of 5 checks passed
@rra rra deleted the tickets/DM-48326 branch January 9, 2025 17:16
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