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

Make extractor and navigator work without client auth #4966

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

cocreature
Copy link
Contributor

This depends on #4965, I’ll rebase as soon as that is merged.

This PR fixes the tls configuration to work if client auth is not
enabled and adds a --tls flag to extractor and navigator which
allows you to enable tls without overriding any certificates.

There is a test for extractor but none for navigator since there are
no tls tests at all afaict atm. I did however test it manually.

changelog_begin

  • [Navigator] Navigator can now run a TLS enabled ledger without
    client authentication. You can enable TLS without any special
    certificates by passing --tls.

  • [Extractor] Extractor can now run a TLS enabled ledger without
    client authentication. You can enable TLS without any special
    certificates by passing --tls.

changelog_end

Pull Request Checklist

  • Read and understand the contribution guidelines
  • Include appropriate tests
  • Set a descriptive title and thorough description
  • Add a reference to the issue this PR will solve, if appropriate
  • Include changelog additions in one or more commit message bodies between the CHANGELOG_BEGIN and CHANGELOG_END tags
  • Normal production system change, include purpose of change in description

NOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with /AzurePipelines run to
trigger the build.

@cocreature cocreature force-pushed the java-no-client-auth branch from 8627107 to f243267 Compare March 12, 2020 14:38
This PR fixes the tls configuration to work if client auth is not
enabled and adds a `--tls` flag to extractor and navigator which
allows you to enable tls without overriding any certificates.

There is a test for extractor but none for navigator since there are
no tls tests at all afaict atm. I did however test it manually.

changelog_begin

- [Navigator] Navigator can now run a TLS enabled ledger without
  client authentication. You can enable TLS without any special
  certificates by passing ``--tls``.

- [Extractor] Extractor can now run a TLS enabled ledger without
  client authentication. You can enable TLS without any special
  certificates by passing ``--tls``.

changelog_end
@cocreature cocreature force-pushed the java-no-client-auth branch from f243267 to 4f5ceb3 Compare March 12, 2020 15:05
@cocreature cocreature merged commit fdeac8d into master Mar 12, 2020
@cocreature cocreature deleted the java-no-client-auth branch March 12, 2020 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants