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

Allow the user/pw or org/key to be Deferred. #135

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Allow the user/pw or org/key to be Deferred. #135

merged 2 commits into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. Allow the user/pw or org/key to be Deferred.

    This introduces conditional logic to detect if sensitive/secret values
    may be passed in as Deferred type, and if so to process them entirely
    through a chain of Deferred arguments, to address issues with
    interpolating Deferred into strings on the compiler.
    
    Unfortunately, there is no way at the moment to pass a parameter of type
    Deferred into puppet-rspec, so while this has been tested and verified
    locally, there is not currently a unit test for this new functionality.
    tedgarb committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f061418 View commit details
    Browse the repository at this point in the history
  2. Refinements per @kenyon suggestion

    tedgarb committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    149687a View commit details
    Browse the repository at this point in the history