Azure / WALinuxAgent

Microsoft Azure Linux Guest Agent
http://azure.microsoft.com/
Apache License 2.0
543 stars 372 forks source link

Parse encodedSignature property from EGS #3200

Closed maddieford closed 2 months ago

maddieford commented 2 months ago

Description

Some extensions are now being published with a signature. If an extension is signed, its signature will be included in the extensions goal state using the 'encodedSignature' property. If an extension is not signed, extensions goal state will not include an 'encodedSignature' property for that extension. This is true for extensions config and vmsettings.

This PR adds the encoded_signature instance variable to the Extension object model. Its value should be None if the 'encodedSignature' property does not exist for the extension in the extensions goal state.

Issue #


PR information

Quality of Code and Contribution Guidelines