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

Use ssl client certs for authentication. #31

Merged
merged 10 commits into from
May 4, 2022

Commits on Dec 7, 2021

  1. Use ssl client certs for authentication.

    Stefan Hildebrandt committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f7d309a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    d09a509 View commit details
    Browse the repository at this point in the history
  2. Fix linting issue

    mostafa committed May 4, 2022
    Configuration menu
    Copy the full SHA
    90e889d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a5944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b0e61e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b4f009 View commit details
    Browse the repository at this point in the history
  6. Add DeleteTopic function

    mostafa committed May 4, 2022
    Configuration menu
    Copy the full SHA
    ce09b41 View commit details
    Browse the repository at this point in the history
  7. Fix issue with dialer being nil (return an unauthenticated dialer)

    Rename dialer constructors
    mostafa committed May 4, 2022
    Configuration menu
    Copy the full SHA
    252617c View commit details
    Browse the repository at this point in the history
  8. Document auth in topic handling functions

    Add docs for deleteTopic
    mostafa committed May 4, 2022
    Configuration menu
    Copy the full SHA
    261726a View commit details
    Browse the repository at this point in the history
  9. Create topic only on the first VU upon initialization

    Delete topics upon teardown
    mostafa committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3bdc1cd View commit details
    Browse the repository at this point in the history