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

Added support for remote certs #7536

Merged
merged 29 commits into from
Nov 25, 2022
Merged

Commits on Nov 25, 2022

  1. SHIELD-173 Added support for remote certs

    Added support for remote certs for automate HA
    
    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    3f20c68 View commit details
    Browse the repository at this point in the history
  2. Splited the function to test

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    25cdd70 View commit details
    Browse the repository at this point in the history
  3. Fixed error

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    8d03ef6 View commit details
    Browse the repository at this point in the history
  4. Modified ipv4 regex for remote path

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    987f97a View commit details
    Browse the repository at this point in the history
  5. Added file validation

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    574c29b View commit details
    Browse the repository at this point in the history
  6. Added unit test cases.

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    7792cab View commit details
    Browse the repository at this point in the history
  7. Updated log in scp

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    da6912d View commit details
    Browse the repository at this point in the history
  8. Moved filepath.Clean function

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1b93327 View commit details
    Browse the repository at this point in the history
  9. Added log in scp cmd

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1678a9a View commit details
    Browse the repository at this point in the history
  10. Removed file validation

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c5fcae9 View commit details
    Browse the repository at this point in the history
  11. delete remote file

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    3046685 View commit details
    Browse the repository at this point in the history
  12. moved defer os.Remove

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d74a139 View commit details
    Browse the repository at this point in the history
  13. Sonar fixed test

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a695a5a View commit details
    Browse the repository at this point in the history
  14. increased unit test coverage (#7561)

    Signed-off-by: prasad927 <Prasad.Chaudhari@progress.com>
    
    Signed-off-by: prasad927 <Prasad.Chaudhari@progress.com>
    prasad927 authored and atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    bf5fed0 View commit details
    Browse the repository at this point in the history
  15. Fixed filename error

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0a9f7e7 View commit details
    Browse the repository at this point in the history
  16. sonar fix

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4a9de52 View commit details
    Browse the repository at this point in the history
  17. Added doc change for remote path.

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    7d4c623 View commit details
    Browse the repository at this point in the history
  18. Formatted notes

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    27396e4 View commit details
    Browse the repository at this point in the history
  19. Added fileUtils.ReadFile mock

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    134364c View commit details
    Browse the repository at this point in the history
  20. Removed global variables and updated unittest case

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0e229a5 View commit details
    Browse the repository at this point in the history
  21. Merged flags structs

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    48fd7d2 View commit details
    Browse the repository at this point in the history
  22. Rearranged structs

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    20940e3 View commit details
    Browse the repository at this point in the history
  23. Created struct for certs

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    084b816 View commit details
    Browse the repository at this point in the history
  24. Added function descriptions

    Signed-off-by: prasad927 <Prasad.Chaudhari@progress.com>
    prasad927 authored and atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4c7188c View commit details
    Browse the repository at this point in the history
  25. Moved add root command

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0661238 View commit details
    Browse the repository at this point in the history
  26. Renamed variables

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b0712d3 View commit details
    Browse the repository at this point in the history
  27. Updated output for scp

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b53498b View commit details
    Browse the repository at this point in the history
  28. Rearranged fileutils code

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e747322 View commit details
    Browse the repository at this point in the history
  29. Updated doc

    Signed-off-by: Atul Krishna <Atul.Krishna@progress.com>
    atultherajput committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b07df16 View commit details
    Browse the repository at this point in the history