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

[JENKINS-70101] Revive ability to snapshot() the CertificateCredentials so they can be used on remote agents #391

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    14b4424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    666186a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c4e26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4afd9f View commit details
    Browse the repository at this point in the history
  5. CredentialsInPipelineTest: separate cpsScriptCredentialTestWithCreden…

    …tials() et al to standalone cases
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f4896f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3077afa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fda8836 View commit details
    Browse the repository at this point in the history
  8. CredentialsInPipelineTest: report private key in testCertKeyStoreRead…

    …able*() to make sure it is right
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f45cdbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5e0ec8 View commit details
    Browse the repository at this point in the history
  10. CredentialsInPipelineTest: rename "testCert" and "cpsScriptCertCreden…

    …tial" to differentiate from expected other credential types
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    981355e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d3cb56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b9fa6f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f2b859f View commit details
    Browse the repository at this point in the history
  14. CredentialsInPipelineTest: trace SecretBytes "directly" and via httpR…

    …equest() in the same pipeline (using same bytes)
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b3ae79c View commit details
    Browse the repository at this point in the history
  15. CertificateCredentialsImpl: UploadedKeyStoreSource: update comment fo…

    …r getUploadedKeystore()
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4a1d34e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f6731fb View commit details
    Browse the repository at this point in the history
  17. CertificateCredentialsImpl: UploadedKeyStoreSource: let "Secret uploa…

    …dedKeystore" be used to serialize
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9d32b42 View commit details
    Browse the repository at this point in the history
  18. CertificateCredentialsSnapshotTaker: for snapshot to be self-containe…

    …d, must use Secret not SecretBytes
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3694a90 View commit details
    Browse the repository at this point in the history
  19. CertificateCredentialsImpl: UploadedKeyStoreSource: make isSnapshotSo…

    …urce() depend on Channel.current() == null
    jimklimov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    90e5a21 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8e6831f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3213f69 View commit details
    Browse the repository at this point in the history