Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/worker/keymanager/status: Show active version of the km runtime #5320

Merged
merged 1 commit into from Jul 12, 2023

Conversation

peternose
Copy link
Contributor

@peternose peternose commented Jul 12, 2023

The status of the key manager was updated to include a new attribute called active_version, which stores the version number of the currently deployed key manager runtime. If no deployment is active, the value is set to null.

Result:

➜  oasis-post-upgrade oasis-node control status -a keymanager-1-internal-205141582.sock
{
  "keymanager": {
    "worker": {
      "active_version": {
        "minor": 1
      },
      "runtime_id": "c000000000000000ffffffffffffffffffffffffffffffffffffffffffffffff",
    }
  },
}

The status of the key manager was updated to include a new attribute called
`active_version`, which stores the version number of the currently deployed
key manager runtime. If no deployment is active, the value is set to null.
@peternose peternose merged commit 95d40fc into master Jul 12, 2023
3 checks passed
@peternose peternose deleted the peternose/feature/km-active-version branch July 12, 2023 11:01
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.

None yet

2 participants