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

[WIP] Feature: pgp flux app signer #1212

Open
wants to merge 18 commits into
base: development
Choose a base branch
from

Commits on Feb 9, 2024

  1. First commit

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bed0300 View commit details
    Browse the repository at this point in the history
  2. Add missing log import and fix missing asyncCmd

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    da9c6e6 View commit details
    Browse the repository at this point in the history
  3. Make ip add for verification service idempotent

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    34ce14b View commit details
    Browse the repository at this point in the history
  4. Fix up catch for set verification ip

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b2326da View commit details
    Browse the repository at this point in the history
  5. Fix up logging

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8ef4277 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    609ab1f View commit details
    Browse the repository at this point in the history
  7. Fix up logging

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    494433a View commit details
    Browse the repository at this point in the history
  8. Add hostname for app verification to docker create

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e098827 View commit details
    Browse the repository at this point in the history
  9. Import missing generalService

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    50d5cd0 View commit details
    Browse the repository at this point in the history
  10. Fix up identity check

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e4b1f9d View commit details
    Browse the repository at this point in the history
  11. Remove extra config import

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bcdca42 View commit details
    Browse the repository at this point in the history
  12. Remove old flux network allow (not doing this anymore, just allow ent…

    …ire subnet
    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    30151ea View commit details
    Browse the repository at this point in the history
  13. Remove ununsed docker service

    David White committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ec76b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Lint

    David White committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    177210a View commit details
    Browse the repository at this point in the history
  2. Add middleware handler for malformed JSON

    David White committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    46089d5 View commit details
    Browse the repository at this point in the history
  3. Move middleware to correct place

    David White committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b1d3b13 View commit details
    Browse the repository at this point in the history
  4. Add body-parser back in

    David White committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    155da84 View commit details
    Browse the repository at this point in the history
  5. Fix iptables rule so that its idempotent (and refactor)

    David White committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f769352 View commit details
    Browse the repository at this point in the history