Skip to content

Commit 71f9d2f

Browse files
committed
fix: clarify logging requirements for security events in manifest updates
Signed-off-by: Matthias Lechner <matlec.public@gmail.com>
1 parent e2326cb commit 71f9d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specification/margo-management-interface/resources/index.md.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This section defines the end-to-end workflow followed by a client to retrieve, v
223223

224224
- If the manifest is unchanged, the WFM responds with `304 Not Modified`.
225225
- If the manifest has changed (`200 OK`), the client:
226-
- Verifies the `manifestVersion` is strictly greater than the stored version. If not, the update MUST be rejected and logged as a security event.
226+
- Verifies the `manifestVersion` is strictly greater than the stored version. If not, the update MUST be rejected and SHOULD be logged as a security event. The specific requirements for logging security events are not currently defined and will be addressed in a future version of the specification.
227227
- Parses the manifest and decides whether to fetch the bundle or individual deployments.
228228
- Downloads and verifies digests for all referenced `ApplicationDeployment` YAMLs.
229229
- The client reconciles its local workloads:

0 commit comments

Comments
 (0)