Roman Dmytrenko

Results 71 comments of Roman Dmytrenko

> @erka is this ready for review? @markphelps It works, but it's not ideal. The `callback_url` and `authorize_url` in the authentication method metadata lack the necessary prefix. While modifying them...

Thank you for your hard work here @tvcsantos. @GeorgeMac I've made some updates regarding the custom context path in #3135, specifically involving the `X-Forwarded-Prefix` header. These changes are intended to...

I don't have a good place for `label`. I suggest to modify the page `title` with the custom label as a temporary solution.

> Are you planning on adding the label to the topbar? @danilobuerger Thank you for reaching out. Yes, we are considering adding the label to the topbar. However, we haven't...

We have not forgotten that logging could have `encoding` set to `json` which will provide a bit different output ```shell {"L":"DEBUG","T":"2024-05-27T15:44:49+03:00","M":"using driver","server":"grpc","driver":"sqlite3"} {"L":"DEBUG","T":"2024-05-27T15:44:49+03:00","M":"migrations up to date","server":"grpc"} {"L":"DEBUG","T":"2024-05-27T15:44:49+03:00","M":"constructing builder","server":"grpc","prepared_statements":true} {"L":"DEBUG","T":"2024-05-27T15:44:49+03:00","M":"database driver...

@markphelps this will be a breaking change for people My audit configuration ```yaml audit: sinks: log: enabled: true file: audit.log ``` Audit log for `v1.40.2` sends ```json {"version":"0.1","type":"flag","action":"created","metadata":{"actor":{"authentication":"none"}},"payload":{"description":"","enabled":false,"key":"adf","name":"adf","namespace_key":"default"},"timestamp":"2024-06-06T16:41:21+03:00"} ``` And...

I think there is some kind of a bug with type definitions in the library itself. ``` Type 'import("../flipt-io/flipt/ui/node_modules/@fortawesome/fontawesome-svg-core/node_modules/@fortawesome/fontawesome-common-types/index").IconDefinition' is not assignable to type 'import("../flipt-io/flipt/ui/node_modules/@fortawesome/fontawesome-common-types/index").IconDefinition' ``` Maybe we could wait...

While all the steps are straightforward, the main issue lies with the `Payload` of `Event`. Defining a schema for `any` in `protobuf` is challenging. Although`avro` or `json schema` might be...

I'm a bit stuck with Dagger and Redpanda Schema Registry. Redpanda provides a great development Docker image that includes Kafka with Kraft, Schema Registry, and other related services. When I...