Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Make debug output compatible with CLI tool#17

Open
ithinkihaveacat wants to merge 1 commit intogoogle:masterfrom
ithinkihaveacat:debug-output-tweak
Open

Make debug output compatible with CLI tool#17
ithinkihaveacat wants to merge 1 commit intogoogle:masterfrom
ithinkihaveacat:debug-output-tweak

Conversation

@ithinkihaveacat
Copy link

Make the debug output (more) compatible with the server's command-line tool for generating keyfile zips (example keys.json).

Before this change:

[
  {
    "keyData": "YIoRYST4D8vdzbwpcA/+tA==",
    "rollingStartNumber": 2648160,
    "rollingPeriod": 0,
    "transmissionRiskLevel": 0
  }
]

After the change:

[
  {
    "key": "YIoRYST4D8vdzbwpcA/+tA==",
    "rollingStartNumber": 2648160,
    "rollingPeriod": 144,
    "transmissionRiskLevel": 0
  }
]

/cc @mikehelmick @gurayAlsac

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants