Skip to content

Add extra_info field to GetAppKey for auth API pass-through#644

Open
kvinwang wants to merge 2 commits intomasterfrom
feat/get-app-key-extra-info
Open

Add extra_info field to GetAppKey for auth API pass-through#644
kvinwang wants to merge 2 commits intomasterfrom
feat/get-app-key-extra-info

Conversation

@kvinwang
Copy link
Copy Markdown
Collaborator

Summary

  • Add extra_info string field to GetAppKeyRequest proto message
  • Thread it through ensure_app_boot_allowedensure_app_attestation_allowedBootInfo
  • Auth webhook receives extraInfo in the JSON body for custom authorization decisions
  • Field is optional — empty string is omitted from serialization for backward compatibility

Test plan

  • Verify existing GetAppKey calls work without setting extra_info
  • Test auth webhook receives extraInfo when provided

Add an extra_info string field to GetAppKeyRequest that gets threaded
through to BootInfo and forwarded to the auth webhook, allowing custom
information to be passed for authorization decisions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant