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

fix: default konnect url with konnect addr flag not accounted for. #1398

Merged
merged 2 commits into from
Sep 25, 2024

Commits on Sep 11, 2024

  1. fix: default konnect url with konnect addr flag not accounted for.

    Previously, if a deck command was issued with --konnect-addr flag
    but with the default konnectUrl https://us.api.konghq.com, the
    flag value was getting ignored as deck could not figure out
    if it was passed by flag or not. This change ensures that if the
    flag is set, deck commands are issued against Konnect.
    
    Fixes: #1385
    Prashansa-K committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f15e7f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    4cacba6 View commit details
    Browse the repository at this point in the history