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 support for a Console migrator tool in docs #269

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

JakeSCahill
Copy link
Contributor

@JakeSCahill JakeSCahill commented Mar 18, 2025

This pull request introduces a new Wasm module for migrating Redpanda Console configurations from v2 to v3, along with UI updates to support this new feature. The most important change is the creation of the Wasm module.

Try the tool: https://deploy-preview-269--docs-ui.netlify.app/console-migrator

Here is a test case:

login:
  jwtSecret: "oidc-secret"
  useSecureCookies: true
  oidc:
    enabled: true
    issuerUrl: "https://issuer.example.com"
    realm: "example-realm"       # Unsupported; should be removed.
    directory:
      some: "value"            # Unsupported; should be removed.
    clientId: "client-123"
    clientSecret: "secret-123"

New Wasm module for configuration migration:

Documentation updates:

UI enhancements:

These changes will enable users to migrate their Redpanda Console configurations from v2 to v3 directly within their browser, providing a more seamless and user-friendly experience.

@JakeSCahill JakeSCahill requested a review from weeco March 18, 2025 15:17
Copy link

netlify bot commented Mar 18, 2025

Deploy Preview for docs-ui ready!

Name Link
🔨 Latest commit bd5b7e0
🔍 Latest deploy log https://app.netlify.com/sites/docs-ui/deploys/67d997cf29ad1900084f1f24
😎 Deploy Preview https://deploy-preview-269--docs-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@JakeSCahill JakeSCahill requested a review from chrisseto March 18, 2025 15:50
Copy link

@weeco weeco left a comment

Choose a reason for hiding this comment

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

Very cool thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants