Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spiffe/spire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a3ef27b
Choose a base ref
...
head repository: spiffe/spire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d15f6d9
Choose a head ref
  • 7 commits
  • 13 files changed
  • 4 contributors

Commits on Aug 18, 2023

  1. Remove node selector cruft cleanup code (#4443)

    SPIRE v1.6.3 introduced code to clean up node selector cruft in the database.
    This code can be removed in v1.8.0.
    
    Fixes: #3945
    
    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e29ddf6 View commit details
    Browse the repository at this point in the history
  2. spire-server: add support for configuring a static bundle refresh_hint

    This allows us to move to a place where we are closer to the
    recommendation of the SPIFFE spec which says that client of the trust
    bundle endpoint should default to a low refresh interval to be able to
    retrieve updated trust bundles in a timely manner.
    
    Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
    sorindumitru committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c815576 View commit details
    Browse the repository at this point in the history
  3. spire-server: default to 5 minute refresh hint

    if the trust bundle for a domain does not specify a refresh_hint, default to 5 minutes for refreshing the bundle
    
    Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
    sorindumitru committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1a0ce04 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
    Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
    sorindumitru and amartinezfayo committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3aa695e View commit details
    Browse the repository at this point in the history
  5. Review comments

    Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
    sorindumitru committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    12f8ea6 View commit details
    Browse the repository at this point in the history
  6. Review comments

    Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
    sorindumitru committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5180077 View commit details
    Browse the repository at this point in the history
  7. Pacify lint

    Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
    sorindumitru committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d15f6d9 View commit details
    Browse the repository at this point in the history
Loading