Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Redpanda improvements #7320

Merged
merged 18 commits into from Aug 17, 2023
Merged

Add Redpanda improvements #7320

merged 18 commits into from Aug 17, 2023

Conversation

eddumelendez
Copy link
Member

@eddumelendez eddumelendez commented Jul 20, 2023

  • Configure Redpanda via .bootstrap.yml and redpanda.yml
  • Allow to enable authorization and authentication methods
  • Allow to add additional listeners. E.g. using it with toxiproxy or redpanda console
  • Enable rest proxy
  • Configure rpk

See #6395

* Configure Redpanda via `.bootstrap.yml` and `redpanda.yml`
* Allow to enable authorization and authentication methods
@eddumelendez eddumelendez requested a review from a team as a code owner July 20, 2023 23:35
@eddumelendez eddumelendez added this to the next milestone Jul 20, 2023
@Test
public void enableSaslAndWithAuthenticationError() {
try (
RedpandaContainer redpanda = new RedpandaContainer("docker.redpanda.com/redpandadata/redpanda:v23.1.7")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redpanda v23.2.2 has been recently released. Consider upgrading Redpanda version to the latest release

You can find release notes here:
https://github.com/redpanda-data/redpanda/releases/tag/v23.2.2

kiview
kiview previously approved these changes Aug 16, 2023
docs/modules/redpanda.md Outdated Show resolved Hide resolved
docs/modules/redpanda.md Outdated Show resolved Hide resolved
docs/modules/redpanda.md Outdated Show resolved Hide resolved
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
eddumelendez and others added 6 commits August 16, 2023 16:00
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
…pandaContainer.java

Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
…pandaContainer.java

Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
…pandaContainer.java

Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
@eddumelendez eddumelendez merged commit f5471c8 into main Aug 17, 2023
86 checks passed
@eddumelendez eddumelendez deleted the redpanda_sec_improvements branch August 17, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants