Skip to content
Snippets Groups Projects
Unverified Commit 12d1a47c authored by dlorenc's avatar dlorenc Committed by GitHub
Browse files

Remove the attestation media type field. (#565)


This was never actually correct - these are technically "payloadTypes", which are
not actually mediaTypes. Some implementations mistakenly sent incorrect media types, so
it appeared to work. The GCS storage layer rejected correct implementations that sent the
payloadType, because these are not valid mediaTypes.

We never used this field anyway, so let's drop it. I verified that the API correctly ignores
unknown fields, so removing this will not break clients that send it.

Signed-off-by: default avatarDan Lorenc <lorenc.d@gmail.com>
parent 47486c21
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 62 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment