Skip to content

Add method to stream authority updates #59

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

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

sorindumitru
Copy link

@sorindumitru sorindumitru commented May 27, 2025

Currently the UpstreamAuthority protocol does not provide a way for us to listen to bundle updates without minting a new CA or publishing a new JWT key. This is problematic since it means that spire-server won't start listening for changes to upstream authorities until it first prepares a new key. If spire-server restarts and it has a key available there will be a period of time, up to the first key preparation, where it doesn't see any changes to the trust bundle of the trust domain.

Fix this by adding an optional method that can be used to only listen for trust domain updates.

part of the fix for spiffe/spire#6083

@sorindumitru sorindumitru force-pushed the get-trust-bundle branch 4 times, most recently from 5716ac6 to fbfd253 Compare May 29, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant