Closed
Description
Some audit logs entries, like SSHKey resource changes, have secret values, and we need a better way to indicate that an entry has a diff, but its diff is secret.
Secret values are indicated by a secret key set to true
, e.g. :
"private_key": {
"old": "",
"new": "",
"secret": true
},
Currently, we just display the secret value as it is returned from the API (empty string) but some design is needed here to make it a bit clearer that the value exists and was updated - but is secret.
Metadata
Metadata
Assignees
Labels
No labels