Skip to content

Commit

Permalink
Merge branch 'authn-rewrite' into bd/authn-rewrite-api-console
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 30, 2025
2 parents 4c7ee95 + 702b603 commit 7ff373d
Show file tree
Hide file tree
Showing 60 changed files with 2,442 additions and 941 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.8.2 / 2025-01-10

- [SECURITY] Update `github.com/go-git/go-git/v5` to fix security issue [CVE-2025-21614](https://nvd.nist.gov/vuln/detail/CVE-2025-21614).

## v2.8.1 / 2024-12-18

- [SECURITY] Built with Go 1.23.4 to fix [CVE-2024-45337](https://nvd.nist.gov/vuln/detail/CVE-2024-45337).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://user-images.githubusercontent.com/23424570/220130537-7b0b8596-0a06-4132-
- **Message viewer:** Explore your topics' messages in our message viewer through ad-hoc queries and dynamic filters. Find any message you want using JavaScript functions to filter messages. Supported encodings are: JSON, Avro, Protobuf, CBOR, XML, MessagePack, Text and Binary (hex view). The used encoding (except Protobuf and CBOR) is recognized automatically.
- **Consumer groups:** List all your active consumer groups along with their active group offsets, edit group offsets (by group, topic or partition) or delete a consumer group.
- **Topic overview:** Browse through the list of your Kafka topics, check their configuration, space usage, list all consumers who consume a single topic or watch partition details (such as low and high water marks, message count, ...), embed topic documentation from a git repository and more.
- **Cluster overview:** List vailable brokers, their space usage, rack id, health, configuration and other information to get a high level overview of your brokers in your cluster.
- **Cluster overview:** List available brokers, their space usage, rack id, health, configuration and other information to get a high level overview of your brokers in your cluster.
- **Security**: Create, list or edit Kafka ACLs and SASL-SCRAM users.
- **Schema Registry:** List and manage all aspects of your Avro, Protobuf or JSON schemas within your schema registry.
- **Kafka connect:** Manage connectors from multiple connect clusters, patch configs, view their current state or restart tasks.
Expand Down
2 changes: 1 addition & 1 deletion backend/pkg/proto/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func (s *Service) protoFileToDescriptor(files map[string]filesystem.File) ([]*de
ImportPaths: []string{"."},
InferImportPaths: true,
ValidateUnlinkedFiles: true,
IncludeSourceCodeInfo: true,
IncludeSourceCodeInfo: false,
ErrorReporter: errorReporter,
}
descriptors, err := parser.ParseFiles(filePaths...)
Expand Down
61 changes: 31 additions & 30 deletions backend/pkg/protogen/redpanda/api/dataplane/v1alpha2/acl.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ff373d

Please sign in to comment.