zhenyatsk
zhenyatsk
also looks like 023/03/03 19:00:57 GET https://**domain**/login/**tenant**/saml/login/alias/vcd**?**&service=tenant:**tenant** there is an extra ? before **&service=** param
small hotfix https://github.com/getsentry/snuba/pull/6794
```terraform variable "labels" { type = map(string) description = "A set of key/value label pairs to assign to the resource" validation { condition = length(setsubtract(["task-ref"], keys(var.labels))) == 0 error_message =...