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(mongo): passes the password in the function arguments #1729

Merged
merged 10 commits into from
Mar 27, 2024
Merged

Commits on Mar 21, 2024

  1. fix(cli): adds config as a field in cmdConfigurator and serviceProvider

    the config is present in the function signature due to which different implementations of the
    interface is restricted to use the oss config type. This makes a challenge in the enterprise to add
    its own config type for enterprise flags. Thats why the config is now a member field of the struct
    that implements cmdConfigurator and serviceProvider interfaces.
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6a45e8b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    50ac2f7 View commit details
    Browse the repository at this point in the history
  2. fix(mongo): passes the password in arguments instead of global variable

    the password global variable in the integrations/mongo results in race conditions. To fix this now,
    the password is passed in the function arguments
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    01b906d View commit details
    Browse the repository at this point in the history
  3. style: removes commented code from mongo parser

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4f1371d View commit details
    Browse the repository at this point in the history
  4. fix(mongo): uses sync map for authMessage global variable to prevent …

    …race conditions
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a7db348 View commit details
    Browse the repository at this point in the history
  5. style(mongo): removes commented code

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b907fa9 View commit details
    Browse the repository at this point in the history
  6. style: fixes linting issues

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b023608 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dbf6ae View commit details
    Browse the repository at this point in the history