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

Add public key header/footer #30877

Merged
merged 4 commits into from
May 25, 2018

Commits on May 25, 2018

  1. Add public key header/footer

    A previous commit added the public key used for signing artifacts to the
    plugin CLI. This commit is an iteration on that to add the header and
    footer to the key so that it is clear what the key is. Instead, we strip
    the header/footer on read. With this change we simplify our test where
    keys already in this format are generated and we had to strip on the
    test side.
    jasontedor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    433f5e6 View commit details
    Browse the repository at this point in the history
  2. Fix comment

    jasontedor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    b108ece View commit details
    Browse the repository at this point in the history
  3. Adjust regex

    jasontedor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    9b10323 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'elastic/master' into add-public-key-header

    * elastic/master:
      Do not serialize basic license exp in x-pack info (elastic#30848)
      Change BWC version for VerifyRepositoryResponse (elastic#30796)
      [DOCS] Document index name limitations (elastic#30826)
      Harmonize include_defaults tests (elastic#30700)
      [TEST] Mute {p0=snapshot.get_repository/10_basic/Verify created repository} YAML test
    jasontedor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    0cc85b0 View commit details
    Browse the repository at this point in the history