-
Notifications
You must be signed in to change notification settings - Fork 158
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
Load fleet.ssl.certificate_authorities
from agent policy
#2247
Comments
We will need to use the same precedence rules defined in #2304 (comment) to avoid problems, we need to ensure that if the certificate_authorities received from Fleet are empty or invalid we fall back to the ones used at enrollment if possible. |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Looks like this is all blocked due to #4770 and we can close once merged. |
@nimarezainia Correct, merging #4770 will close #2247 and #2248. |
Similar to #2172 we need to support respecting the certificate authority provided in an agent policy from Fleet:
This is already provided by Fleet in 8.7, so marking this as a bug on the agent side. Backporting to 8.7 is preferable. See the parent (private) issue for more details.
The text was updated successfully, but these errors were encountered: