8000 audit: find a better way to display secret values · Issue #4561 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content
audit: find a better way to display secret values  #4561
Closed
@Kira-Pilot

Description

@Kira-Pilot

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.

Screen Shot 2022-10-14 at 6 28 20 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0