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

Refactor commands #1004

Merged
merged 6 commits into from
Jul 18, 2024
Merged

Refactor commands #1004

merged 6 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. move ecs auth/ssl to setup

    synfinatic committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8966ece View commit details
    Browse the repository at this point in the history
  2. Use kong.AfterApply() to manage SSO auth

    This moves the decision wether or not we should require
    a valid SSO session to the command and away from the main()
    function for better maintainability.
    synfinatic committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1d42aec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5439594 View commit details
    Browse the repository at this point in the history
  4. Use kong more effectively

    - improve version command
    - improve --level flag validation
    - improve naming of runCtx.Auth constants to be more clear
    synfinatic committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    14b29cd View commit details
    Browse the repository at this point in the history
  5. rename receiver variable

    synfinatic committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    049e2df View commit details
    Browse the repository at this point in the history
  6. credentials requires auth

    synfinatic committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0a7f885 View commit details
    Browse the repository at this point in the history