diff --git a/changelog_unreleased/1352-validate-cert-store-before-running-the-agent.md b/changelog_unreleased/1352-validate-cert-store-before-running-the-agent.md new file mode 100644 index 000000000..b54250a50 --- /dev/null +++ b/changelog_unreleased/1352-validate-cert-store-before-running-the-agent.md @@ -0,0 +1,6 @@ +[func] slawek + + Added validation of the existing GRPC certificates before running + the agent. This prevents the agent from starting if it is not able + to establish a connection to the server. + (Gitlab #1352)