Skip to main content
Version: Development

operator key-status

The operator key-status provides information about specific namespace barrier active encryption key. Specifically the current key term, installation time and encryption count.

Examples

Get the key status:

$ bao operator key-status
Key Term 2
Install Time 01 Jan 17 12:30 UTC
Encryption Count 4494

you can also specify namespace:

$ bao operator -ns=teamA key-status
Key Term 1
Install Time 01 Jan 17 12:30 UTC
Encryption Count 3333

Usage

The following flags are available in addition to the standard set of flags included on all commands.

Output options

  • -format (string: "table") - Print the output in the given format. Valid formats are "table", "json", or "yaml". This can also be specified via the BAO_FORMAT environment variable.