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

Create a 'local credmon' mode #12

Merged
merged 8 commits into from
Feb 8, 2019

Commits on Feb 8, 2019

  1. Add a function for atomic output of JSON.

    This provides a convenience function to allow a Python object to
    be serialized to JSON then moved into place in an atomic manner.
    bbockelm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7bf6d11 View commit details
    Browse the repository at this point in the history
  2. Add support for a "locally signed" mode.

    This allows a credmon with the appropriate private key to sign a
    token directly with no OAuth callouts needed.
    bbockelm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a4c888b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781dbdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b5db9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6324b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d7ba99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10d224f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5949c9 View commit details
    Browse the repository at this point in the history