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

trust_bundle_url contact on agent startup #5893

Open
kfox1111 opened this issue Feb 23, 2025 · 1 comment · May be fixed by #5892
Open

trust_bundle_url contact on agent startup #5893

kfox1111 opened this issue Feb 23, 2025 · 1 comment · May be fixed by #5892
Labels
priority/backlog Issue is approved and in the backlog

Comments

@kfox1111
Copy link
Contributor

The agent contacts the trust_bundle_url on startup even if it already has a trust bundle. If connection fails, the agent fails. This requirement puts more load on the server needlessly, and either makes the agent lower availability or puts higher availability requirements on the server.

@kfox1111 kfox1111 linked a pull request Feb 25, 2025 that will close this issue
3 tasks
@MarcosDY MarcosDY added the triage/in-progress Issue triage is in progress label Feb 25, 2025
@MarcosDY
Copy link
Collaborator

Sound good to use already cached bundle, before trying to get the new one from URL,
In case that one fails, we can get from trust_bundle_url

@MarcosDY MarcosDY added priority/backlog Issue is approved and in the backlog and removed triage/in-progress Issue triage is in progress labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/backlog Issue is approved and in the backlog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants