James Flather

Results 13 issues of James Flather

Add a status command to get current running containers and exportable broker list. Use same status on rpk container start for consistency ## Cover letter When doing quick testing of...

kind/enhance
area/rpk

### What would you like to be added? https://github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/templates/servicemonitor.yaml It would be nice to have an option to add an additional endpoint to hit `/metrics` here too. ### Why is...

Would appreciate if someone with the skills to actually preview this properly could double-check I haven't made things worse... ;)

If selecting a topic name, we mark the `Key`/`Value` toggle as required (as we should), but this doesn't block saving the schema as-is.

bug
frontend
ui/ux

At present, we expose the option to filter between multiple Redpanda Clusters in some dashboards based on a label `redpanda_cloud_data_cluster_name`, which has been carried forward from previous/other uses of the...

### What happened? Setting (e.g.) `topic_memory_per_partition` results in this being added to the broker level `redpanda.yaml` ### What did you expect to happen? This is a cluster level property, so...

`### What happened? In various places, trying to use the RP helm chart with Helm 3.10 (as downloaded from Helm) fails with an error along the lines of: (Tweaking the...

https://redpandadata.atlassian.net/browse/DEVEX-20 ## Backports Required - [ ] none - not a bug fix - [ ] none - this is a backport - [ ] none - issue does not...

area/rpk

https://redpandadata.atlassian.net/browse/DEVEX-16 ## Backports Required - [ ] none - not a bug fix - [ ] none - this is a backport - [ ] none - issue does not...

area/rpk

In Console we apply this filter: https://github.com/redpanda-data/console/blob/c99b26ed8d033f076467c12d02895779b18b0907/proto/redpanda/api/console/v1alpha1/security.proto#L80 However Redpanda itself isn't so strict: https://github.com/redpanda-data/redpanda/blob/dev/src/v/redpanda/admin/security.cc#L293 vvv https://github.com/redpanda-data/redpanda/blob/0c0a3db581140bb2b8e0d6624cb4eabb697449d7/src/v/security/scram_algorithm.cc#L362 vvv https://github.com/redpanda-data/redpanda/blob/0c0a3db581140bb2b8e0d6624cb4eabb697449d7/src/v/security/scram_algorithm.cc#L193 vvv https://github.com/redpanda-data/redpanda/blob/0c0a3db581140bb2b8e0d6624cb4eabb697449d7/src/v/security/scram_algorithm.cc#L34-L45 Redpanda's implementation seems inkeeping with others. Notably, Console doesn't allow...