We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8508a commit a38dfe9Copy full SHA for a38dfe9
1 file changed
x-pack/plugins/fleet/server/services/agent_policies/full_agent_policy.ts
@@ -186,7 +186,7 @@ export async function getFullAgentPolicy(
186
187
// populate protection and signed properties
188
const messageSigningService = appContextService.getMessageSigningService();
189
- if (messageSigningService?.isEncryptionAvailable && fullAgentPolicy.agent) {
+ if (messageSigningService && fullAgentPolicy.agent) {
190
const publicKey = await messageSigningService.getPublicKey();
191
192
fullAgentPolicy.agent.protection = {
0 commit comments