mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +00:00
4552fe7d99
# Which Problems Are Solved
We identified some parts in the code, which could panic with a nil
pointer when accessed without auth request.
Additionally, if a GRPC method was called with an unmapped HTTP method,
e.g. POST instead of GET a 501 instead of a 405 was returned.
# How the Problems Are Solved
- Additional checks for existing authRequest
- custom http status code mapper for gateway
# Additional Changes
None.
# Additional Context
- noted internally in OPS
(cherry picked from commit
|
||
---|---|---|
.. | ||
assets | ||
authz | ||
call | ||
grpc | ||
http | ||
idp | ||
info | ||
oidc | ||
robots_txt | ||
saml | ||
service | ||
ui | ||
api.go |