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

x509pop server plugin support for servers trust bundle #5572

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. x509pop server plugin support for servers trust bundle

    Enables the x509pop node attestor server plugin to be
    configured to use the SPIRE Servers own trust bundle.
    
    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    0a9b0d4 View commit details
    Browse the repository at this point in the history
  2. Fix some lint things

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    38e9850 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Incorperate feedback

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b03cd79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483d2de View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    dd8f394 View commit details
    Browse the repository at this point in the history
  2. Try to fix test

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0c9aa54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    040e70d View commit details
    Browse the repository at this point in the history
  4. Try to fix test

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6ea18ad View commit details
    Browse the repository at this point in the history
  5. Try to fix test

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    01e9c3f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    2cb1529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e1cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6359989 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    a881a47 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Add some better defaults and doc updates

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fe5bb17 View commit details
    Browse the repository at this point in the history
  2. Incorperate feedback

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    487100d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Fix test

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4b06fab View commit details
    Browse the repository at this point in the history
  2. Fix lint

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d55f40d View commit details
    Browse the repository at this point in the history
  3. Fix lint issue

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c12860b View commit details
    Browse the repository at this point in the history
  4. Fix lint issue

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6ecc0b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    bf95562 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    cf1cb52 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    b7f77d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289ae88 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    66c21d3 View commit details
    Browse the repository at this point in the history
  2. Trim prefix off automatically

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d34d912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d94054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c6ee68 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    21f2075 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    e476ccf View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    dbb120d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Apply suggestions from code review

    Co-authored-by: Andrew Harding <azdagron@gmail.com>
    Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
    kfox1111 and azdagron authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7a8b778 View commit details
    Browse the repository at this point in the history
  2. Update doc/plugin_server_nodeattestor_x509pop.md

    Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
    kfox1111 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    de1611a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Incorperate feedback

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    331f003 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bed2c85 View commit details
    Browse the repository at this point in the history
  3. Incorperate feedback

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    941236b View commit details
    Browse the repository at this point in the history
  4. Incorperate feedback

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bdf284a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    037ac50 View commit details
    Browse the repository at this point in the history
  6. Incorperate feedback

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2f1166d View commit details
    Browse the repository at this point in the history
  7. fmt

    Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
    kfox1111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    aab491a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    378bdda View commit details
    Browse the repository at this point in the history