Bug fixes
- Pass multiple delegate scopes to the
/auth
route by repeating thedelegate_scope
query parameter instead of passing a comma-separated list as a single value. ingress-nginx 4.12.0 no longer allows%
in theauth-url
annotation and,
was not initially allowed, and this matches howscope
was handled.
What's Changed
- DM-48326: Avoid commas in generated auth-url annotation by @rra in #1204
- DM-48326: Convert state handling to Pydantic models by @rra in #1205
- DM-48326: Serialize /auth parameters in model order by @rra in #1206
- Prepare 12.3.2 release by @rra in #1207
Full Changelog: 12.3.1...12.3.2