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

Keyring support #1177

Merged
merged 56 commits into from
Jul 28, 2020
Merged

Keyring support #1177

merged 56 commits into from
Jul 28, 2020

Commits on Feb 19, 2020

  1. keyring support using keytool utility

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    42f689f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. do not make keyring as default yet

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    04624d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. added keyring-util function for keyring operations

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4e81671 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/staging' into keyring-support

    # Conflicts:
    #	bin/apiml_cm.sh
    #	bin/zowe-setup-certificates.sh
    vit-tomica committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0e14104 View commit details
    Browse the repository at this point in the history
  3. add informational message

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c0e71a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. keyring cleanup; zosmf trust

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    a111842 View commit details
    Browse the repository at this point in the history
  2. zosmf trust

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    67ec8d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c2086 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

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

Commits on Mar 6, 2020

  1. typo

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    990380e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

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

Commits on Apr 22, 2020

  1. Merge remote-tracking branch 'origin/staging' into keyring-support

    # Conflicts:
    #	bin/zowe-setup-certificates.sh
    vit-tomica committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    e39d38a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

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

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    01699ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223d832 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. added JCL that configures certificates and SAF keyrings

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 6, 2020
    Configuration menu
    Copy the full SHA
    275b1a5 View commit details
    Browse the repository at this point in the history
  2. Added ZWEKRING element to SMPE build

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 6, 2020
    Configuration menu
    Copy the full SHA
    3eb1423 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    3111902 View commit details
    Browse the repository at this point in the history
  2. Do not export private key and cert when using a keyring

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 7, 2020
    Configuration menu
    Copy the full SHA
    024520a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d77f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33b714c View commit details
    Browse the repository at this point in the history
  5. Remove KEYSTORE_KEY,KEYSTORE_CERTIFICATE,KEYSTORE_CERTIFICATE_AUTHORI…

    …TY variables when using keyring
    
    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 7, 2020
    Configuration menu
    Copy the full SHA
    04a975e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a8ce6f View commit details
    Browse the repository at this point in the history
  7. added 'chmod +x' for keyring_util; fix iconv

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 7, 2020
    Configuration menu
    Copy the full SHA
    7164302 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. add descriptions

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 12, 2020
    Configuration menu
    Copy the full SHA
    11315da View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/staging' into keyring-support

    # Conflicts:
    #	bin/zowe-setup-certificates.env
    #	bin/zowe-setup-certificates.sh
    vit-tomica committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9f56c88 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

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

Commits on May 15, 2020

  1. ZWEKRING - remove blank between SET LABEL= and a value

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 15, 2020
    Configuration menu
    Copy the full SHA
    31c2517 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. create SET variables for signing CA's

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 19, 2020
    Configuration menu
    Copy the full SHA
    61fa7a7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Added ACF2 commands

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 22, 2020
    Configuration menu
    Copy the full SHA
    49d6369 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. ACF2 fixes

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 25, 2020
    Configuration menu
    Copy the full SHA
    ab3b730 View commit details
    Browse the repository at this point in the history
  2. Allow Zowe to use certificate owned by SITE acid

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 25, 2020
    Configuration menu
    Copy the full SHA
    45723c7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

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

Commits on May 28, 2020

  1. minor change

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed May 28, 2020
    Configuration menu
    Copy the full SHA
    29201e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. escape dollar sign

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6be2277 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Use only handshake key usage for generated certificate

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    e4413cb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Export a zowe generated jwt public key from a keyring

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    2bae8d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    7f5268b View commit details
    Browse the repository at this point in the history
  2. increase zlux version

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    fd72a91 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/staging' into keyring-support

    # Conflicts:
    #	bin/zowe-setup-certificates.sh
    vit-tomica committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    77097ee View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. remove apostrophes from ALTNAME keyword for ACF2

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5d3cc8e View commit details
    Browse the repository at this point in the history
  2. Detect root CA for a certificate in a key ring

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    382bf74 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. add keyring to artifactory build (#1453)

    * add keyring to artifactory build
    
    Signed-off-by: MarkAckert <[email protected]>
    
    * fix keyring version
    
    Signed-off-by: MarkAckert <[email protected]>
    
    * fix keyring manifest, add gitignore
    
    Signed-off-by: MarkAckert <[email protected]>
    
    * setup keyring-util as binary
    
    Signed-off-by: MarkAckert <[email protected]>
    
    * fix keyring during prepare-workspace, chmod in pre-package
    
    Signed-off-by: MarkAckert <[email protected]>
    
    * fix dir
    
    Signed-off-by: MarkAckert <[email protected]>
    
    * set keyring version to 1.0.1
    
    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bda18ea View commit details
    Browse the repository at this point in the history
  2. remove backtick

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d35753c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. update keyring utilities version to 1.0.2

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    955b65d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279813e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. update keyring utilities version to 1.0.3

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    249ce27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fd8ec View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

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

Commits on Jul 20, 2020

  1. resolve PR review comments

    Signed-off-by: Vit Tomica <[email protected]>
    vit-tomica committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    4f559f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806c396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b89914 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

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

Commits on Jul 28, 2020

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